Home
last modified time | relevance | path

Searched defs:move_count (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c680 uint32_t move_count = MAX((BTREE_CORE_ELEMS / (tree->bt_bulk == NULL ? in zfs_btree_insert_into_parent() local
805 uint32_t move_count = MAX(capacity / (tree->bt_bulk ? 4 : 2), 1) - 1; in zfs_btree_insert_into_leaf() local
932 uint32_t move_count = (capacity / 2) - hdr->bth_count; in zfs_btree_bulk_finish() local
999 uint32_t move_count = (capacity / 2) - hdr->bth_count; in zfs_btree_bulk_finish() local