Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dmaple_tree.c4059 unsigned char node_slots = mt_slots[wr_mas->type]; in mas_wr_node_store() local
4089 if (new_end >= node_slots) in mas_wr_node_store()
4153 if ((wr_mas->node_end == node_slots - 1) && (new_end < node_slots - 1)) in mas_wr_node_store()
4323 unsigned char node_slots; in mas_wr_modify() local
4336 node_slots = mt_slots[wr_mas->type]; in mas_wr_modify()
4342 if (unlikely(node_size >= node_slots)) in mas_wr_modify()
4345 if (wr_mas->entry && (wr_mas->node_end < node_slots - 1) && in mas_wr_modify()