Searched refs:BTREE_CORE_ELEMS (Results 1 – 3 of 3) sorted by relevance
68 #define BTREE_CORE_ELEMS 128 macro87 zfs_btree_hdr_t *btc_children[BTREE_CORE_ELEMS + 1];
93 for (uint32_t i = hdr->bth_count + 1; i <= BTREE_CORE_ELEMS; in zfs_btree_poison_node()99 (BTREE_CORE_ELEMS - hdr->bth_count) * size); in zfs_btree_poison_node()119 ASSERT3U(idx, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()120 ASSERT3U(idx + count, <=, BTREE_CORE_ELEMS); in zfs_btree_poison_node_at()144 ASSERT3U(idx, <, BTREE_CORE_ELEMS); in zfs_btree_verify_poison_at()584 ASSERT3U(par_hdr->bth_count, <, BTREE_CORE_ELEMS); in zfs_btree_insert_core_impl()622 kmem_alloc(sizeof (zfs_btree_core_t) + BTREE_CORE_ELEMS * in zfs_btree_insert_into_parent()657 if (par_hdr->bth_count != BTREE_CORE_ELEMS) { in zfs_btree_insert_into_parent()680 uint32_t move_count = MAX((BTREE_CORE_ELEMS / (tree->bt_bulk == NULL ? in zfs_btree_insert_into_parent()682 uint32_t keep_count = BTREE_CORE_ELEMS - move_count - 1; in zfs_btree_insert_into_parent()[all …]
2751 uintptr_t btc_children[BTREE_CORE_ELEMS + 1];2827 BTREE_CORE_ELEMS * elem_size; in btree_walk_step()2896 BTREE_CORE_ELEMS * bwd->bwd_btree.bt_elem_size); in btree_walk_init()2927 BTREE_CORE_ELEMS * bwd->bwd_btree.bt_elem_size); in btree_walk_fini()