Searched defs:mt (Results 1 – 8 of 8) sorted by relevance
198 #define mt_lock_is_held(mt) \ argument201 #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 argument213 #define mt_set_external_lock(mt, lock) do { } while (0) 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)) argument[all …]
177 struct input_mt *mt; member
112 static inline bool is_migrate_movable(int mt) in is_migrate_movable()123 static inline bool migratetype_is_mergeable(int mt) in migratetype_is_mergeable()
857 const struct power_supply_maintenance_charge_table *mt; in power_supply_supports_maintenance_charging() local
2114 int mt = folio_migratetype(folio); in folio_is_longterm_pinnable() local
3462 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