Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c441 zfs_btree_hdr_t **c_start = node->btc_children + idx + in bt_shift_core() local
443 zfs_btree_hdr_t **c_out = (dir == BSD_LEFT ? c_start - off : in bt_shift_core()
444 c_start + off); in bt_shift_core()
446 bmov(c_start, c_out, c_count * sizeof (*c_start)); in bt_shift_core()