Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/lib/
A Dtest_maple_tree.c125 static noinline void check_store_range(struct maple_tree *mt, in check_store_range()
166 static noinline void check_dup_insert(struct maple_tree *mt, in check_dup_insert()
309 static noinline void check_mid_split(struct maple_tree *mt) in check_mid_split()
318 static noinline void check_rev_find(struct maple_tree *mt) in check_rev_find()
357 static noinline void check_find(struct maple_tree *mt) in check_find()
574 static noinline void check_find_2(struct maple_tree *mt) in check_find_2()
945 static noinline void check_ranges(struct maple_tree *mt) in check_ranges()
1615 static noinline void bench_awalk(struct maple_tree *mt) in bench_awalk()
1632 static noinline void bench_walk(struct maple_tree *mt) in bench_walk()
2044 static noinline void check_fuzzer(struct maple_tree *mt) in check_fuzzer()
[all …]
A Dmaple_tree.c908 enum maple_type mt) in ma_meta_end()
1457 enum maple_type mt; in mas_leaf_max_gap() local
1567 enum maple_type mt; in mas_max_gap() local
1739 enum maple_type mt; in mas_new_child() local
1912 enum maple_type mt; in mas_mab_cp() local
4480 enum maple_type mt; in mas_prev_node() local
4577 enum maple_type mt; in mas_next_node() local
4740 enum maple_type mt; in mas_next_entry() local
4803 enum maple_type mt; in mas_prev_nentry() local
5104 enum maple_type mt; in mas_skip_node() local
[all …]
/linux-6.3-rc2/drivers/input/
A Dinput-mt.c42 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.3-rc2/drivers/net/ethernet/microchip/vcap/
A Dvcap_tc.c68 struct flow_match_ipv4_addrs mt; in vcap_tc_flower_handler_ipv4_usage() local
104 struct flow_match_ipv6_addrs mt; in vcap_tc_flower_handler_ipv6_usage() local
137 struct flow_match_ports mt; in vcap_tc_flower_handler_portnum_usage() local
175 struct flow_match_vlan mt; in vcap_tc_flower_handler_cvlan_usage() local
217 struct flow_match_vlan mt; in vcap_tc_flower_handler_vlan_usage() local
252 struct flow_match_tcp mt; in vcap_tc_flower_handler_tcp_usage() local
328 struct flow_match_arp mt; in vcap_tc_flower_handler_arp_usage() local
391 struct flow_match_ip mt; in vcap_tc_flower_handler_ip_usage() local
/linux-6.3-rc2/tools/testing/radix-tree/
A Dmaple.c32 struct maple_tree *mt; member
62 static noinline void check_new_node(struct maple_tree *mt) in check_new_node()
431 static noinline void check_erase_testset(struct maple_tree *mt) in check_erase_testset()
935 static noinline void check_erase2_testset(struct maple_tree *mt, in check_erase2_testset()
1080 static noinline void check_erase2_sets(struct maple_tree *mt) in check_erase2_sets()
34669 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress()
34746 struct maple_tree *mt; /* the maple tree */ member
35264 static void check_dfs_preorder(struct maple_tree *mt) in check_dfs_preorder()
35332 static noinline void check_prealloc(struct maple_tree *mt) in check_prealloc()
35687 static noinline void check_nomem(struct maple_tree *mt) in check_nomem()
[all …]
/linux-6.3-rc2/include/linux/
A Dmaple_tree.h188 #define mt_set_external_lock(mt, lock) \ argument
192 #define mt_lock_is_held(mt) 1 argument
193 #define mt_set_external_lock(mt, lock) do { } while (0) argument
250 #define mtree_lock(mt) spin_lock((&(mt)->ma_lock)) argument
251 #define mtree_unlock(mt) spin_unlock((&(mt)->ma_lock)) argument
332 static inline bool mtree_empty(const struct maple_tree *mt) in mtree_empty()
426 #define MA_STATE(name, mt, first, end) \ argument
596 static inline void mt_init(struct maple_tree *mt) in mt_init()
601 static inline bool mt_in_rcu(struct maple_tree *mt) in mt_in_rcu()
613 static inline void mt_clear_in_rcu(struct maple_tree *mt) in mt_clear_in_rcu()
[all …]
/linux-6.3-rc2/drivers/thermal/mediatek/
A Dauxadc_thermal.c292 struct mtk_thermal *mt; member
701 struct mtk_thermal *mt = bank->mt; in mtk_thermal_get_bank() local
722 struct mtk_thermal *mt = bank->mt; in mtk_thermal_put_bank() local
737 struct mtk_thermal *mt = bank->mt; in mtk_thermal_bank_temperature() local
766 struct mtk_thermal *mt = tz->devdata; in mtk_read_temp() local
789 static void mtk_thermal_init_bank(struct mtk_thermal *mt, int num, in mtk_thermal_init_bank()
910 static int mtk_thermal_extract_efuse_v1(struct mtk_thermal *mt, u32 *buf) in mtk_thermal_extract_efuse_v1()
992 struct mtk_thermal *mt) in mtk_thermal_get_calibration_data()
1093 static void mtk_thermal_release_periodic_ts(struct mtk_thermal *mt, in mtk_thermal_release_periodic_ts()
1108 struct mtk_thermal *mt; in mtk_thermal_probe() local
[all …]
/linux-6.3-rc2/arch/mips/kernel/
A Dcps-vec.S229 .set mt define
387 .set mt define
418 .set mt define
/linux-6.3-rc2/mm/
A Dpage_reporting.c116 int mt = get_pageblock_migratetype(page); in page_reporting_drain() local
147 unsigned int order, unsigned int mt, in page_reporting_cycle()
263 unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; in page_reporting_process_zone() local
A Dpage_isolation.c182 int mt = get_pageblock_migratetype(page); in set_migratetype_isolate() local
/linux-6.3-rc2/include/linux/input/
A 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()
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c238 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()
A Dmatroxfb_crtc2.c65 struct my_timming* mt, in matroxfb_dh_restore()
344 struct my_timming mt; in matroxfb_dh_set_par() local
A Dmatroxfb_maven.c756 struct my_timming* mt, in maven_compute_timming()
1148 static int maven_out_compute(void* md, struct my_timming* mt) { in maven_out_compute()
A Dmatroxfb_misc.c107 void matroxfb_var2my(struct fb_var_screeninfo* var, struct my_timming* mt) { in matroxfb_var2my()
/linux-6.3-rc2/drivers/video/fbdev/aty/
A Dradeon_monitor.c74 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.3-rc2/drivers/slimbus/
A Dqcom-ctrl.c64 #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
A Dslimbus.h129 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.3-rc2/arch/arm/mm/
A Dmm.h64 #define VM_ARM_MTYPE(mt) ((mt) << 20) argument
/linux-6.3-rc2/mm/damon/
A Dvaddr-test.h17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas()
/linux-6.3-rc2/drivers/edac/
A Ddmc520_edac.c294 enum mem_type mt = MEM_UNKNOWN; in dmc520_get_mtype() local
450 enum mem_type mt; in dmc520_init_csrow() local
/linux-6.3-rc2/arch/arm/include/asm/
A Dmpu.h70 #define PMSAv8_MAIR(attr, mt) ((attr) << ((mt) * 8)) argument
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_tc_flower.c59 struct flow_match_basic mt; in sparx5_tc_flower_handler_basic_usage() local
133 struct flow_match_control mt; in sparx5_tc_flower_handler_control_usage() local
/linux-6.3-rc2/net/netfilter/
A Dnft_set_pipapo.h130 union nft_pipapo_map_bucket *mt; member
/linux-6.3-rc2/net/ipv4/
A Dipconfig.c679 u8 mt = ((ic_servaddr == NONE) in ic_dhcp_init_options() local
1078 int mt = 0; in ic_bootp_recv() local

Completed in 128 milliseconds

123