Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/persistent-data/
H A Ddm-btree.h188 #define DM_BTREE_CURSOR_MAX_DEPTH 16 macro
201 struct cursor_node nodes[DM_BTREE_CURSOR_MAX_DEPTH];
H A Ddm-btree.c1497 if (c->depth >= DM_BTREE_CURSOR_MAX_DEPTH - 1) { in push_node()