Searched refs:mt (Results 1 – 10 of 10) sorted by relevance
| /include/linux/ |
| A D | maple_tree.h | 199 (!(mt)->ma_external_lock || lock_is_held((mt)->ma_external_lock)) 208 #define mt_on_stack(mt) (mt).ma_external_lock = NULL argument 271 #define mtree_lock(mt) spin_lock((&(mt)->ma_lock)) argument 274 #define mtree_unlock(mt) spin_unlock((&(mt)->ma_lock)) argument 486 .tree = mt, \ 839 if (!mt_in_rcu(mt)) in mt_clear_in_rcu() 846 mtree_lock(mt); in mt_clear_in_rcu() 848 mtree_unlock(mt); in mt_clear_in_rcu() 858 if (mt_in_rcu(mt)) in mt_set_in_rcu() 865 mtree_lock(mt); in mt_set_in_rcu() [all …]
|
| A D | power_supply.h | 851 const struct power_supply_maintenance_charge_table *mt; in power_supply_supports_maintenance_charging() local 853 mt = power_supply_get_maintenance_charging_setting(info, 0); in power_supply_supports_maintenance_charging() 855 return (mt != NULL); in power_supply_supports_maintenance_charging()
|
| A D | mmzone.h | 110 static inline bool is_migrate_movable(int mt) in is_migrate_movable() argument 112 return is_migrate_cma(mt) || mt == MIGRATE_MOVABLE; in is_migrate_movable() 121 static inline bool migratetype_is_mergeable(int mt) in migratetype_is_mergeable() argument 123 return mt < MIGRATE_PCPTYPES; in migratetype_is_mergeable()
|
| A D | input.h | 176 struct input_mt *mt; member
|
| A D | mm.h | 1936 int mt = folio_migratetype(folio); in folio_is_longterm_pinnable() local 1938 if (mt == MIGRATE_CMA || mt == MIGRATE_ISOLATE) in folio_is_longterm_pinnable()
|
| A D | fs.h | 3667 struct maple_tree mt; member
|
| /include/linux/input/ |
| A D | mt.h | 70 static inline bool input_mt_is_used(const struct input_mt *mt, in input_mt_is_used() argument 73 return slot->frame == mt->frame; in input_mt_is_used() 80 static inline int input_mt_new_trkid(struct input_mt *mt) in input_mt_new_trkid() argument 82 return mt->trkid++ & TRKID_MAX; in input_mt_new_trkid()
|
| /include/trace/events/ |
| A D | page_ref.h | 25 __field(int, mt) 35 __entry->mt = get_pageblock_migratetype(page); 43 __entry->mapcount, __entry->mapping, __entry->mt, 73 __field(int, mt) 84 __entry->mt = get_pageblock_migratetype(page); 93 __entry->mapcount, __entry->mapping, __entry->mt,
|
| A D | mmap.h | 53 __field(struct maple_tree *, mt) 58 __entry->mt = &mm->mm_mt; 62 __entry->mt
|
| /include/net/nfc/ |
| A D | nci.h | 171 #define nci_mt_set(hdr, mt) ((hdr)[0] |= (__u8)(((mt)&0x07)<<5)) argument
|
Completed in 761 milliseconds