Searched refs:BTREE_CORE_ELEMS (Results 1 – 2 of 2) sorted by relevance
69 #define BTREE_CORE_ELEMS 126 macro90 zfs_btree_hdr_t *btc_children[BTREE_CORE_ELEMS + 1];
94 for (uint32_t i = hdr->bth_count + 1; i <= BTREE_CORE_ELEMS; in zfs_btree_poison_node()100 (BTREE_CORE_ELEMS - hdr->bth_count) * size); in zfs_btree_poison_node()120 ASSERT3U(idx, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()121 ASSERT3U(idx + count, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()145 ASSERT3U(idx, <, BTREE_CORE_ELEMS); in zfs_btree_verify_poison_at()621 ASSERT3U(par_hdr->bth_count, <, BTREE_CORE_ELEMS); in zfs_btree_insert_core_impl()658 kmem_alloc(sizeof (zfs_btree_core_t) + BTREE_CORE_ELEMS * in zfs_btree_insert_into_parent()694 if (par_hdr->bth_count != BTREE_CORE_ELEMS) { in zfs_btree_insert_into_parent()717 uint32_t move_count = MAX((BTREE_CORE_ELEMS / (tree->bt_bulk == NULL ? in zfs_btree_insert_into_parent()719 uint32_t keep_count = BTREE_CORE_ELEMS - move_count - 1; in zfs_btree_insert_into_parent()[all …]