Searched defs:mt (Results 1 – 8 of 8) sorted by relevance
201 #define mt_write_lock_is_held(mt) \ argument205 #define mt_set_external_lock(mt, lock) \ argument208 #define mt_on_stack(mt) (mt).ma_external_lock = NULL argument211 #define mt_lock_is_held(mt) 1 argument212 #define mt_write_lock_is_held(mt) 1 argument214 #define mt_on_stack(mt) do { } while (0) argument271 #define mtree_lock(mt) spin_lock((&(mt)->ma_lock)) argument274 #define mtree_unlock(mt) spin_unlock((&(mt)->ma_lock)) argument484 #define MA_STATE(name, mt, first, end) \ argument820 static inline void mt_init(struct maple_tree *mt) in mt_init()[all …]
176 struct input_mt *mt; member
110 static inline bool is_migrate_movable(int mt) in is_migrate_movable()121 static inline bool migratetype_is_mergeable(int mt) in migratetype_is_mergeable()
851 const struct power_supply_maintenance_charge_table *mt; in power_supply_supports_maintenance_charging() local
1936 int mt = folio_migratetype(folio); in folio_is_longterm_pinnable() local
3667 struct maple_tree mt; member
70 static inline bool input_mt_is_used(const struct input_mt *mt, in input_mt_is_used()80 static inline int input_mt_new_trkid(struct input_mt *mt) in input_mt_new_trkid()
171 #define nci_mt_set(hdr, mt) ((hdr)[0] |= (__u8)(((mt)&0x07)<<5)) argument
Completed in 43 milliseconds