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

/xnu-2782.1.97/bsd/dev/dtrace/
H A Dblist.c328 scan->bm_bighint = 0;
381 scan->bm_bighint = count - 1;
405 scan->bm_bighint = count;
417 if (scan[i].bm_bighint == (daddr_t)-1)
421 scan[i].bm_bighint = BLIST_BMAP_RADIX;
423 scan[i].bm_bighint = radix;
432 if (count <= scan[i].bm_bighint) {
444 if (scan->bm_bighint > scan->u.bmu_avail)
445 scan->bm_bighint = scan->u.bmu_avail;
448 } else if (scan[i].bm_bighint
[all...]
H A Dblist.h74 daddr_t bm_bighint; /* biggest contiguous block hint*/ member in struct:blmeta

Completed in 20 milliseconds