Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/rename_dir/
H A Drename_dir.c63 int c_count = 0; in main() local
65 c_count++; in main()
67 c_count++; in main()
68 if (c_count) { in main()
69 (void) fprintf(stderr, "c_count: %d", c_count); in main()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c386 uint64_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_shift_core() local
387 bmov(c_start, c_out, c_count * sizeof (*c_start)); in bt_shift_core()
462 uint64_t c_count = count + (shape == BSS_TRAPEZOID ? 1 : 0); in bt_transfer_core() local
465 c_count * sizeof (*source->btc_children)); in bt_transfer_core()