Home
last modified time | relevance | path

Searched refs:start_pool (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_page_alloc.c385 static unsigned start_pool; in ttm_pool_shrink_scan() local
395 pool_offset = ++start_pool % NUM_POOLS; in ttm_pool_shrink_scan()
H A Dttm_page_alloc_dma.c1099 static unsigned start_pool; in ttm_dma_pool_shrink_scan() local
1113 pool_offset = ++start_pool % _manager->npools; in ttm_dma_pool_shrink_scan()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c1307 int start_pool; in pick_v6_address() local
1370 start_pool = pond->last_ipv6_pool; in pick_v6_address()
1371 i = start_pool; in pick_v6_address()
1419 } while (i != start_pool); in pick_v6_address()