HomeSort by: relevance | last modified time | path
    Searched defs:next_skip (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_blist.c 447 blist_blkno_t next_skip = (skip / BLIST_META_RADIX); local in function:blst_meta_alloc
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 in function:blst_meta_free
597 for (i = 1; i <= skip; i += next_skip) {
601 if (next_skip == 1) {
635 i = i * next_skip + 1
676 blist_blkno_t next_skip; local in function:blst_copy
800 blist_blkno_t next_skip = (skip \/ BLIST_META_RADIX); local in function:blst_meta_fill
880 blist_blkno_t next_skip; local in function:blst_radix_init
953 blist_blkno_t next_skip; local in function:blst_radix_print
    [all...]
subr_blist.c 447 blist_blkno_t next_skip = (skip / BLIST_META_RADIX); local in function:blst_meta_alloc
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 in function:blst_meta_free
597 for (i = 1; i <= skip; i += next_skip) {
601 if (next_skip == 1) {
635 i = i * next_skip + 1
676 blist_blkno_t next_skip; local in function:blst_copy
800 blist_blkno_t next_skip = (skip \/ BLIST_META_RADIX); local in function:blst_meta_fill
880 blist_blkno_t next_skip; local in function:blst_radix_init
953 blist_blkno_t next_skip; local in function:blst_radix_print
    [all...]

Completed in 24 milliseconds