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

/freebsd-10.0-release/sys/kern/
H A Dsubr_blist.c348 scan->bm_bighint = 0;
397 scan->bm_bighint = count - 1;
425 scan->bm_bighint = count;
437 if (scan[i].bm_bighint == (daddr_t)-1)
441 scan[i].bm_bighint = BLIST_BMAP_RADIX;
443 scan[i].bm_bighint = radix;
452 if (count <= scan[i].bm_bighint) {
464 if (scan->bm_bighint > scan->u.bmu_avail)
465 scan->bm_bighint = scan->u.bmu_avail;
468 } else if (scan[i].bm_bighint
[all...]
/freebsd-10.0-release/sys/sys/
H A Dblist.h78 daddr_t bm_bighint; /* biggest contiguous block hint*/ member in struct:blmeta

Completed in 61 milliseconds