Searched refs:mt_slot_locked (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | maple_tree.c | 806 static __always_inline void *mt_slot_locked(struct maple_tree *mt, in mt_slot_locked() function 822 return mt_slot_locked(mas->tree, slots, offset); in mas_slot_locked() 912 next = mt_slot_locked(mt, slots, in mt_clear_meta() 3899 gap |= !mt_slot_locked(mas->tree, slots, offset); in mas_wr_slot_store() 3900 gap |= !mt_slot_locked(mas->tree, slots, offset + 1); in mas_wr_slot_store() 3919 gap |= !mt_slot_locked(mas->tree, slots, offset + 2); in mas_wr_slot_store() 5311 next = mt_slot_locked(mt, slots, next_offset); in mte_destroy_descend() 5313 next = mt_slot_locked(mt, slots, ++next_offset); in mte_destroy_descend() 5360 tmp = mt_slot_locked(mt, slots, offset); in mt_destroy_walk() 6696 val = (unsigned long)mt_slot_locked(mas->tree, slots, i); in mas_dup_alloc()
|