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

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_blist.c447 blist_blkno_t next_skip = (skip / BLIST_META_RADIX); local
464 for (i = 1; i <= skip; i += next_skip) {
467 if (next_skip == 1) {
479 for (i = 1; i <= skip; i += next_skip) {
490 if (next_skip == 1) {
493 r = blst_meta_alloc(&scan[i], blk, count, radix, next_skip - 1);
578 blist_blkno_t next_skip = (skip / BLIST_META_RADIX); local
597 for (i = 1; i <= skip; i += next_skip) {
601 if (next_skip == 1) {
635 i = i * next_skip
676 blist_blkno_t next_skip; local
800 blist_blkno_t next_skip = (skip / BLIST_META_RADIX); local
880 blist_blkno_t next_skip; local
953 blist_blkno_t next_skip; local
[all...]

Completed in 100 milliseconds