Home
last modified time | relevance | path

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

123

/linux-6.15/lib/
H A Dtest_maple_tree.c19 #define mt_dump(mt, fmt) do {} while (0) argument
20 #define mt_validate(mt) do {} while (0) argument
63 static int __init mtree_insert_index(struct maple_tree *mt, in mtree_insert_index()
81 static int __init mtree_test_store_range(struct maple_tree *mt, in mtree_test_store_range()
93 static int __init mtree_test_insert_range(struct maple_tree *mt, in mtree_test_insert_range()
145 static noinline void __init check_load(struct maple_tree *mt, in check_load()
187 static noinline void __init check_insert(struct maple_tree *mt, in check_insert()
227 static noinline void __init check_rev_seq(struct maple_tree *mt, in check_rev_seq()
387 static noinline void __init check_find(struct maple_tree *mt) in check_find()
1968 struct maple_tree mt, newmt; in check_forking() local
[all …]
H A Dmaple_tree.c864 enum maple_type mt) in ma_meta()
933 enum maple_type mt) in ma_meta_end()
1480 enum maple_type mt; in mas_leaf_max_gap() local
1591 enum maple_type mt; in mas_max_gap() local
1761 enum maple_type mt; in mas_find_child() local
1924 enum maple_type mt; in mas_mab_cp() local
2041 enum maple_type mt) in mas_bulk_rebalance()
4398 enum maple_type mt; in mas_prev_node() local
4571 enum maple_type mt; in mas_next_node() local
5045 enum maple_type mt; in mas_empty_area() local
[all …]
/linux-6.15/drivers/net/ethernet/microchip/vcap/
H 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.15/drivers/input/
H A Dinput-mt.c138 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
301 struct input_mt *mt = dev->mt; in input_mt_release_slots() local
328 struct input_mt *mt = dev->mt; in input_mt_sync_frame() local
396 static int input_mt_set_matrix(struct input_mt *mt, in input_mt_set_matrix()
419 static void input_mt_set_slots(struct input_mt *mt, in input_mt_set_slots()
477 struct input_mt *mt = dev->mt; in input_mt_assign_slots() local
510 struct input_mt *mt = dev->mt; in input_mt_get_slot_by_key() local
/linux-6.15/tools/testing/radix-tree/
H A Dmaple.c33 struct maple_tree *mt; member
50 struct maple_tree *mt; member
92 static noinline void __init check_new_node(struct maple_tree *mt) in check_new_node()
499 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2]) argument
34744 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress()
34821 struct maple_tree *mt; /* the maple tree */ member
35411 static void check_dfs_preorder(struct maple_tree *mt) in check_dfs_preorder()
35841 static noinline void __init check_nomem(struct maple_tree *mt) in check_nomem()
36254 struct maple_tree *mt = (struct maple_tree *)maple_tree; in writer2() local
36272 static void check_nomem_writer_race(struct maple_tree *mt) in check_nomem_writer_race()
[all …]
/linux-6.15/drivers/base/regmap/
H A Dregcache-maple.c19 struct maple_tree *mt = map->cache; in regcache_maple_read() local
41 struct maple_tree *mt = map->cache; in regcache_maple_write() local
109 struct maple_tree *mt = map->cache; in regcache_maple_drop() local
240 struct maple_tree *mt = map->cache; in regcache_maple_sync() local
294 struct maple_tree *mt = map->cache; in regcache_maple_exit() local
317 struct maple_tree *mt = map->cache; in regcache_maple_insert_block() local
345 struct maple_tree *mt; in regcache_maple_init() local
/linux-6.15/include/linux/
H A Dmaple_tree.h201 #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
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
482 #define MA_STATE(name, mt, first, end) \ argument
816 static inline void mt_init(struct maple_tree *mt) in mt_init()
[all …]
/linux-6.15/drivers/thermal/mediatek/
H A Dauxadc_thermal.c307 struct mtk_thermal *mt; member
782 struct mtk_thermal *mt = bank->mt; in mtk_thermal_get_bank() local
803 struct mtk_thermal *mt = bank->mt; in mtk_thermal_put_bank() local
818 struct mtk_thermal *mt = bank->mt; in mtk_thermal_bank_temperature() local
850 struct mtk_thermal *mt = thermal_zone_device_priv(tz); in mtk_read_temp() local
873 static void mtk_thermal_init_bank(struct mtk_thermal *mt, int num, in mtk_thermal_init_bank()
992 static int mtk_thermal_extract_efuse_v1(struct mtk_thermal *mt, u32 *buf) in mtk_thermal_extract_efuse_v1()
1074 struct mtk_thermal *mt) in mtk_thermal_get_calibration_data()
1168 static void mtk_thermal_turn_on_buffer(struct mtk_thermal *mt, in mtk_thermal_turn_on_buffer()
1183 static void mtk_thermal_release_periodic_ts(struct mtk_thermal *mt, in mtk_thermal_release_periodic_ts()
[all …]
/linux-6.15/arch/mips/kernel/
H A Dcps-vec.S204 .set mt define
371 .set mt define
402 .set mt define
/linux-6.15/mm/
H 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
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c224 struct mlx5hws_match_template *mt = matcher->mt; in hws_matcher_create_rtc() local
945 struct mlx5hws_match_template *mt[], in hws_matcher_set_templates()
997 struct mlx5hws_match_template *mt[], in mlx5hws_matcher_create()
1051 struct mlx5hws_match_template *mt; in mlx5hws_match_template_create() local
1071 int mlx5hws_match_template_destroy(struct mlx5hws_match_template *mt) in mlx5hws_match_template_destroy()
H A Drule.c7 struct mlx5hws_match_template *mt, in hws_rule_skip()
56 struct mlx5hws_match_template *mt, in hws_rule_init_dep_wqe()
165 struct mlx5hws_match_template *mt = rule->matcher->mt; in hws_rule_save_delete_info() local
315 struct mlx5hws_match_template *mt = &rule->matcher->mt[mt_idx]; in hws_rule_create_hws() local
H A Ddefiner.c1494 struct mlx5hws_match_template *mt, in hws_definer_conv_match_params_to_hl()
1910 struct mlx5hws_match_template *mt, in mlx5hws_definer_calc_layout()
2090 struct mlx5hws_match_template *mt, in hws_definer_mt_match_init()
2110 struct mlx5hws_match_template *mt) in hws_definer_mt_match_uninit()
2116 struct mlx5hws_match_template *mt) in mlx5hws_definer_mt_init()
2142 struct mlx5hws_match_template *mt) in mlx5hws_definer_mt_uninit()
H A Dmatcher.h72 struct mlx5hws_match_template *mt; member
88 mlx5hws_matcher_mt_is_jumbo(struct mlx5hws_match_template *mt) in mlx5hws_matcher_mt_is_jumbo()
H A Dbwc_complex.c11 struct mlx5hws_match_template *mt; in mlx5hws_bwc_match_params_is_complex() local
H A Dbwc.h25 struct mlx5hws_match_template *mt; member
/linux-6.15/include/linux/input/
H 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.15/drivers/video/fbdev/matrox/
H 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()
H A Dmatroxfb_crtc2.c65 struct my_timming* mt, in matroxfb_dh_restore()
344 struct my_timming mt; in matroxfb_dh_set_par() local
/linux-6.15/drivers/video/fbdev/aty/
H 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.15/drivers/slimbus/
H 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
443 u8 mc, mt; in qcom_slim_rxwq() local
H 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.15/arch/arm/mm/
H A Dmm.h64 #define VM_ARM_MTYPE(mt) ((mt) << 20) argument
/linux-6.15/mm/damon/tests/
H A Dvaddr-kunit.h17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas()
/linux-6.15/drivers/edac/
H 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

123