Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c716 uint32_t move_count = MAX((BTREE_CORE_ELEMS / (tree->bt_bulk == NULL ? in zfs_btree_insert_into_parent() local
841 uint32_t move_count = MAX(capacity / (tree->bt_bulk ? 4 : 2), 1) - 1; in zfs_btree_insert_into_leaf() local
967 uint32_t move_count = (capacity / 2) - hdr->bth_count; in zfs_btree_bulk_finish() local
1034 uint32_t move_count = (capacity / 2) - hdr->bth_count; in zfs_btree_bulk_finish() local