Home
last modified time | relevance | path

Searched refs:bm_bighint (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_blist.c720 scan->bm_bighint = bighint; in blst_leaf_alloc()
731 scan->bm_bighint = bighint; in blst_leaf_alloc()
760 scan->bm_bighint = bighint; in blst_leaf_alloc()
777 scan->bm_bighint = bighint; in blst_leaf_alloc()
831 if (*count <= scan[i].bm_bighint) { in blst_meta_alloc()
851 scan[i].bm_bighint == BLIST_MAX_ALLOC)) in blst_meta_alloc()
852 scan->bm_bighint = *count - 1; in blst_meta_alloc()
901 scan->bm_bighint = BLIST_MAX_ALLOC; in blst_meta_free()
1062 (long long)scan->bm_bighint in blst_radix_print()
1074 (long long)scan->bm_bighint in blst_radix_print()
/f-stack/freebsd/sys/
H A Dblist.h77 daddr_t bm_bighint; /* biggest contiguous block hint*/ member