Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dblist.h90 #define BLIST_MAX_ALLOC BLIST_RADIX macro
/f-stack/freebsd/kern/
H A Dsubr_blist.c292 KASSERT(*count <= BLIST_MAX_ALLOC, in blist_alloc()
851 scan[i].bm_bighint == BLIST_MAX_ALLOC)) in blst_meta_alloc()
901 scan->bm_bighint = BLIST_MAX_ALLOC; in blst_meta_free()
/f-stack/freebsd/vm/
H A Dswap_pager.c799 npages = imin(BLIST_MAX_ALLOC, mpages); in swp_pager_getswapspace()