Searched refs:startSearch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Dsis_ds.h124 * restrict the search to free memory after 'startSearch'
129 * startSearch = linear offset from start of heap to begin search
132 PMemBlock mmAllocMem(memHeap_t * heap, int size, int align2, int startSearch);
H A Dsis_ds.c237 PMemBlock mmAllocMem(memHeap_t * heap, int size, int align2, int startSearch) argument
251 if (startofs < startSearch) {
252 startofs = startSearch;

Completed in 61 milliseconds