/linux-6.1.9/lib/ |
D | test_maple_tree.c | 34 int mtree_insert_index(struct maple_tree *mt, unsigned long index, gfp_t gfp) in mtree_insert_index() 39 static void mtree_erase_index(struct maple_tree *mt, unsigned long index) in mtree_erase_index() 45 static int mtree_test_insert(struct maple_tree *mt, unsigned long index, in mtree_test_insert() 51 static int mtree_test_store_range(struct maple_tree *mt, unsigned long start, in mtree_test_store_range() 57 static int mtree_test_store(struct maple_tree *mt, unsigned long start, in mtree_test_store() 63 static int mtree_test_insert_range(struct maple_tree *mt, unsigned long start, in mtree_test_insert_range() 69 static void *mtree_test_load(struct maple_tree *mt, unsigned long index) in mtree_test_load() 74 static void *mtree_test_erase(struct maple_tree *mt, unsigned long index) in mtree_test_erase() 80 static noinline void check_mtree_alloc_range(struct maple_tree *mt, in check_mtree_alloc_range() 97 static noinline void check_mtree_alloc_rrange(struct maple_tree *mt, in check_mtree_alloc_rrange() [all …]
|
D | maple_tree.c | 351 static inline bool mt_is_alloc(struct maple_tree *mt) in mt_is_alloc() 426 struct maple_tree *mt) in mte_parent_enum() 784 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots() 798 static inline bool mt_locked(const struct maple_tree *mt) in mt_locked() 804 static inline void *mt_slot(const struct maple_tree *mt, in mt_slot() 849 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked() 866 enum maple_type mt) in ma_meta() 883 static inline void ma_set_meta(struct maple_node *mn, enum maple_type mt, in ma_set_meta() 898 enum maple_type mt) in ma_meta_end() 911 enum maple_type mt) in ma_meta_gap() [all …]
|
/linux-6.1.9/drivers/input/ |
D | input-mt.c | 42 struct input_mt *mt = dev->mt; in input_mt_init_slots() local 138 struct input_mt *mt = dev->mt; in input_mt_report_slot_state() local 198 struct input_mt *mt = dev->mt; in input_mt_report_pointer_emulation() local 259 static void __input_mt_drop_unused(struct input_dev *dev, struct input_mt *mt) in __input_mt_drop_unused() 282 struct input_mt *mt = dev->mt; in input_mt_drop_unused() local 305 struct input_mt *mt = dev->mt; in input_mt_release_slots() local 332 struct input_mt *mt = dev->mt; in input_mt_sync_frame() local 403 static int input_mt_set_matrix(struct input_mt *mt, in input_mt_set_matrix() 426 static void input_mt_set_slots(struct input_mt *mt, in input_mt_set_slots() 484 struct input_mt *mt = dev->mt; in input_mt_assign_slots() local [all …]
|
/linux-6.1.9/tools/testing/radix-tree/ |
D | maple.c | 31 struct maple_tree *mt; member 61 static noinline void check_new_node(struct maple_tree *mt) in check_new_node() 420 static noinline void check_erase(struct maple_tree *mt, unsigned long index, in check_erase() 426 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2]) argument 427 #define erase_check_insert(mt, i) check_insert(mt, set[i], entry[i%2]) argument 428 #define erase_check_erase(mt, i) check_erase(mt, set[i], entry[i%2]) argument 430 static noinline void check_erase_testset(struct maple_tree *mt) in check_erase_testset() 687 #define erase_check_store_range(mt, a, i, ptr) mtree_test_store_range(mt, \ argument 934 static noinline void check_erase2_testset(struct maple_tree *mt, in check_erase2_testset() 1079 static noinline void check_erase2_sets(struct maple_tree *mt) in check_erase2_sets() [all …]
|
/linux-6.1.9/include/linux/ |
D | maple_tree.h | 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() [all …]
|
/linux-6.1.9/drivers/thermal/ |
D | mtk_thermal.c | 256 struct mtk_thermal *mt; member 561 static int raw_to_mcelsius_v1(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v1() 576 static int raw_to_mcelsius_v2(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v2() 615 struct mtk_thermal *mt = bank->mt; in mtk_thermal_get_bank() local 636 struct mtk_thermal *mt = bank->mt; in mtk_thermal_put_bank() local 651 struct mtk_thermal *mt = bank->mt; in mtk_thermal_bank_temperature() local 684 struct mtk_thermal *mt = tz->devdata; in mtk_read_temp() local 707 static void mtk_thermal_init_bank(struct mtk_thermal *mt, int num, in mtk_thermal_init_bank() 828 static int mtk_thermal_extract_efuse_v1(struct mtk_thermal *mt, u32 *buf) in mtk_thermal_extract_efuse_v1() 873 static int mtk_thermal_extract_efuse_v2(struct mtk_thermal *mt, u32 *buf) in mtk_thermal_extract_efuse_v2() [all …]
|
/linux-6.1.9/arch/mips/kernel/ |
D | cps-vec.S | 234 .set mt define 392 .set mt define 423 .set mt define
|
/linux-6.1.9/mm/ |
D | page_reporting.c | 84 int mt = get_pageblock_migratetype(page); in page_reporting_drain() local 115 unsigned int order, unsigned int mt, in page_reporting_cycle() 231 unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; in page_reporting_process_zone() local
|
D | page_isolation.c | 182 int mt = get_pageblock_migratetype(page); in set_migratetype_isolate() local
|
/linux-6.1.9/include/linux/input/ |
D | mt.h | 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()
|
/linux-6.1.9/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 238 struct my_timming *mt, const struct output_desc *outd) in computeRegs() 521 static int matroxfb_g450_compute(void* md, struct my_timming* mt) { in matroxfb_g450_compute() 578 static int g450_dvi_compute(void* md, struct my_timming* mt) { in g450_dvi_compute()
|
D | matroxfb_crtc2.c | 65 struct my_timming* mt, in matroxfb_dh_restore() 344 struct my_timming mt; in matroxfb_dh_set_par() local
|
D | matroxfb_maven.c | 756 struct my_timming* mt, in maven_compute_timming() 1148 static int maven_out_compute(void* md, struct my_timming* mt) { in maven_out_compute()
|
D | matroxfb_misc.c | 107 void matroxfb_var2my(struct fb_var_screeninfo* var, struct my_timming* mt) { in matroxfb_var2my()
|
/linux-6.1.9/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 74 int i, mt = MT_NONE; in radeon_parse_montype_prop() local 145 int mt = radeon_parse_montype_prop(dp, out_EDID, 0); in radeon_probe_OF_head() local
|
/linux-6.1.9/drivers/slimbus/ |
D | qcom-ctrl.c | 64 #define SLIM_MSG_ASM_FIRST_WORD(l, mt, mc, dt, ad) \ argument 212 u8 mc, mt, len; in qcom_slim_handle_rx_irq() local 442 u8 mc, mt; in qcom_slim_rxwq() local
|
D | slimbus.h | 129 u8 mt; member 436 static inline bool slim_tid_txn(u8 mt, u8 mc) in slim_tid_txn() 445 static inline bool slim_ec_txn(u8 mt, u8 mc) in slim_ec_txn()
|
/linux-6.1.9/arch/arm/mm/ |
D | mm.h | 64 #define VM_ARM_MTYPE(mt) ((mt) << 20) argument
|
/linux-6.1.9/mm/damon/ |
D | vaddr-test.h | 17 static void __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas()
|
/linux-6.1.9/drivers/edac/ |
D | dmc520_edac.c | 294 enum mem_type mt = MEM_UNKNOWN; in dmc520_get_mtype() local 450 enum mem_type mt; in dmc520_init_csrow() local
|
/linux-6.1.9/arch/arm/include/asm/ |
D | mpu.h | 70 #define PMSAv8_MAIR(attr, mt) ((attr) << ((mt) * 8)) argument
|
/linux-6.1.9/net/netfilter/ |
D | nft_set_pipapo.h | 130 union nft_pipapo_map_bucket *mt; member
|
/linux-6.1.9/net/ipv4/ |
D | ipconfig.c | 679 u8 mt = ((ic_servaddr == NONE) in ic_dhcp_init_options() local 1078 int mt = 0; in ic_bootp_recv() local
|
/linux-6.1.9/drivers/perf/hisilicon/ |
D | hisi_uncore_pmu.c | 434 bool mt = mpidr & MPIDR_MT_BITMASK; in hisi_read_sccl_and_ccl_id() local
|
/linux-6.1.9/drivers/isdn/mISDN/ |
D | tei.c | 761 tei_ph_data_ind(struct teimgr *tm, u_int mt, u_char *dp, int len) in tei_ph_data_ind() 882 u_char mt; in ph_data_ind() local
|