Lines Matching defs:mt
198 #define mt_lock_is_held(mt) \ argument
201 #define mt_write_lock_is_held(mt) \ argument
205 #define mt_set_external_lock(mt, lock) \ argument
208 #define mt_on_stack(mt) (mt).ma_external_lock = NULL argument
211 #define mt_lock_is_held(mt) 1 argument
212 #define mt_write_lock_is_held(mt) 1 argument
213 #define mt_set_external_lock(mt, lock) do { } while (0) argument
214 #define mt_on_stack(mt) do { } while (0) argument
271 #define mtree_lock(mt) spin_lock((&(mt)->ma_lock)) argument
274 #define mtree_unlock(mt) spin_unlock((&(mt)->ma_lock)) argument
361 static inline bool mtree_empty(const struct maple_tree *mt) in mtree_empty()
482 #define MA_STATE(name, mt, first, end) \ argument
771 static inline bool mt_external_lock(const struct maple_tree *mt) in mt_external_lock()
786 static inline void mt_init_flags(struct maple_tree *mt, unsigned int flags) in mt_init_flags()
802 static inline void mt_init(struct maple_tree *mt) in mt_init()
807 static inline bool mt_in_rcu(struct maple_tree *mt) in mt_in_rcu()
819 static inline void mt_clear_in_rcu(struct maple_tree *mt) in mt_clear_in_rcu()
838 static inline void mt_set_in_rcu(struct maple_tree *mt) in mt_set_in_rcu()
853 static inline unsigned int mt_height(const struct maple_tree *mt) in mt_height()