search for: find_prev

Displaying 2 results from an estimated 2 matches for "find_prev".

Did you mean: findex_prev
2023 Mar 06
2
[PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
...gt;> + return va; >>>>>> + >>>>>> +out: >>>>>> + return NULL; >>>>>> +} >>>>>> +EXPORT_SYMBOL(drm_gpuva_find); >>>>>> + >>>>>> +/** >>>>>> + * drm_gpuva_find_prev - find the &drm_gpuva before the given address >>>>>> + * @mgr: the &drm_gpuva_manager to search in >>>>>> + * @start: the given GPU VA's start address >>>>>> + * >>>>>> + * Find the adjacent &drm_gpuva before t...
2023 Feb 27
2
[PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
...ange) >>>> + goto out; >>>> + >>>> + return va; >>>> + >>>> +out: >>>> + return NULL; >>>> +} >>>> +EXPORT_SYMBOL(drm_gpuva_find); >>>> + >>>> +/** >>>> + * drm_gpuva_find_prev - find the &drm_gpuva before the given address >>>> + * @mgr: the &drm_gpuva_manager to search in >>>> + * @start: the given GPU VA's start address >>>> + * >>>> + * Find the adjacent &drm_gpuva before the GPU VA with given &start...