Searched refs:ma_slots (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/ |
| H A D | maple_tree.c | 1026 slots = ma_slots(node, type); in mas_descend() 1490 slots = ma_slots(mn, mt); in mas_leaf_max_gap() 1771 slots = ma_slots(node, mt); in mas_find_child() 1956 slots = ma_slots(node, mt); in mas_mab_cp() 3030 l_slots = ma_slots(left, mt); in mas_destroy_rebalance() 3091 slots = ma_slots(parent, mt); in mas_destroy_rebalance() 3407 slots = ma_slots(node, type); in mas_root_expand() 4430 slots = ma_slots(node, mt); in mas_prev_node() 4443 slots = ma_slots(node, mt); in mas_prev_node() 4597 slots = ma_slots(node, mt); in mas_next_node() [all …]
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | maple.c | 928 next = mas_slot(mas, ma_slots(node, type), mas->offset); in mas_descend_walk() 35943 slots_a = ma_slots(&a, type); in compare_node() 35944 slots_b = ma_slots(&b, type); in compare_node()
|