Home
last modified time | relevance | path

Searched defs:mt (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dmaple_tree.h198 #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
[all …]
Dinput.h177 struct input_mt *mt; member
Dmmzone.h112 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()
Dpower_supply.h857 const struct power_supply_maintenance_charge_table *mt; in power_supply_supports_maintenance_charging() local
Dmm.h2114 int mt = folio_migratetype(folio); in folio_is_longterm_pinnable() local
Dfs.h3462 struct maple_tree mt; member
/include/linux/input/
Dmt.h70 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()
/include/net/nfc/
Dnci.h171 #define nci_mt_set(hdr, mt) ((hdr)[0] |= (__u8)(((mt)&0x07)<<5)) argument