Lines Matching defs:mt
188 #define mt_lock_is_held(mt) lock_is_held(mt->ma_external_lock) argument
189 #define mt_set_external_lock(mt, lock) \ argument
193 #define mt_lock_is_held(mt) 1 argument
194 #define mt_set_external_lock(mt, lock) do { } while (0) argument
251 #define mtree_lock(mt) spin_lock((&(mt)->ma_lock)) argument
252 #define mtree_unlock(mt) spin_unlock((&(mt)->ma_lock)) argument
333 static inline bool mtree_empty(const struct maple_tree *mt) in mtree_empty()
427 #define MA_STATE(name, mt, first, end) \ argument
559 static inline bool mt_external_lock(const struct maple_tree *mt) in mt_external_lock()
574 static inline void mt_init_flags(struct maple_tree *mt, unsigned int flags) in mt_init_flags()
590 static inline void mt_init(struct maple_tree *mt) in mt_init()
595 static inline bool mt_in_rcu(struct maple_tree *mt) in mt_in_rcu()
607 static inline void mt_clear_in_rcu(struct maple_tree *mt) in mt_clear_in_rcu()
626 static inline void mt_set_in_rcu(struct maple_tree *mt) in mt_set_in_rcu()
641 static inline unsigned int mt_height(const struct maple_tree *mt) in mt_height()