Lines Matching defs:entry
221 const struct maple_enode *entry) in mte_node_type()
237 static __always_inline bool mte_is_leaf(const struct maple_enode *entry) in mte_is_leaf()
246 static __always_inline bool mt_is_reserved(const void *entry) in mt_is_reserved()
289 const struct maple_enode *entry) in mte_to_node()
300 static inline struct maple_topiary *mte_to_mat(const struct maple_enode *entry) in mte_to_mat()
1755 struct maple_enode *entry; in mas_find_child() local
2391 void *entry) in mab_set_b_end()
3392 static inline int mas_root_expand(struct ma_state *mas, void *entry) in mas_root_expand()
3439 static inline void mas_store_root(struct ma_state *mas, void *entry) in mas_store_root()
3469 void *entry = wr_mas->entry; in mas_is_span_wr() local
3592 void *entry; in mas_state_walk() local
3657 static inline void mas_new_root(struct ma_state *mas, void *entry) in mas_new_root()
4143 static inline int mas_prealloc_calc(struct ma_state *mas, void *entry) in mas_prealloc_calc()
4261 static inline void mas_wr_preallocate(struct ma_wr_state *wr_mas, void *entry) in mas_wr_preallocate()
4283 static inline void *mas_insert(struct ma_state *mas, void *entry) in mas_insert()
4346 void *entry, unsigned long range_lo, unsigned long range_hi, in mas_alloc_cyclic()
4495 void *entry; in mas_prev_slot() local
4674 void *entry; in mas_next_slot() local
4944 void *entry; in mas_walk() local
5210 void *entry; in mte_dead_leaves() local
5416 void *mas_store(struct ma_state *mas, void *entry) in mas_store()
5471 int mas_store_gfp(struct ma_state *mas, void *entry, gfp_t gfp) in mas_store_gfp()
5504 void mas_store_prealloc(struct ma_state *mas, void *entry) in mas_store_prealloc()
5536 int mas_preallocate(struct ma_state *mas, void *entry, gfp_t gfp) in mas_preallocate()
5678 void **entry) in mas_next_setup()
5749 void *entry = NULL; in mas_next() local
5772 void *entry = NULL; in mas_next_range() local
5796 void *entry = NULL; in mt_next() local
5806 static bool mas_prev_setup(struct ma_state *mas, unsigned long min, void **entry) in mas_prev_setup()
5880 void *entry = NULL; in mas_prev() local
5903 void *entry = NULL; in mas_prev_range() local
5926 void *entry = NULL; in mt_prev() local
5964 static __always_inline bool mas_find_setup(struct ma_state *mas, unsigned long max, void **entry) in mas_find_setup()
6057 void *entry = NULL; in mas_find() local
6084 void *entry = NULL; in mas_find_range() local
6103 void **entry) in mas_find_rev_setup()
6196 void *entry = NULL; in mas_find_rev() local
6222 void *entry = NULL; in mas_find_range_rev() local
6245 void *entry; in mas_erase() local
6321 void *entry; in mtree_load() local
6361 unsigned long last, void *entry, gfp_t gfp) in mtree_store_range()
6391 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store()
6410 unsigned long last, void *entry, gfp_t gfp) in mtree_insert_range()
6446 int mtree_insert(struct maple_tree *mt, unsigned long index, void *entry, in mtree_insert()
6454 void *entry, unsigned long size, unsigned long min, in mtree_alloc_range()
6516 void *entry, unsigned long range_lo, unsigned long range_hi, in mtree_alloc_cyclic()
6536 void *entry, unsigned long size, unsigned long min, in mtree_alloc_rrange()
6586 void *entry = NULL; in mtree_erase() local
6922 void *entry; in mt_find() local
7125 static void mt_dump_entry(void *entry, unsigned long min, unsigned long max, in mt_dump_entry()
7141 static void mt_dump_range64(const struct maple_tree *mt, void *entry, in mt_dump_range64()
7194 static void mt_dump_arange64(const struct maple_tree *mt, void *entry, in mt_dump_arange64()
7253 static void mt_dump_node(const struct maple_tree *mt, void *entry, in mt_dump_node()
7290 void *entry = rcu_dereference_check(mt->ma_root, mt_locked(mt)); in mt_dump() local
7338 void *entry = mas_get_slot(mas, i); in mas_validate_gaps() local
7522 void *entry = mas_slot(mas, slots, i); in mas_validate_limits() local
7545 void *entry, *last = (void *)1; in mt_validate_nulls() local