Home
last modified time | relevance | path

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

12

/linux/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()
69 static void __init mtree_erase_index(struct maple_tree *mt, unsigned long index) in mtree_erase_index()
75 static int __init mtree_test_insert(struct maple_tree *mt, unsigned long index, in mtree_test_insert()
81 static int __init mtree_test_store_range(struct maple_tree *mt, in mtree_test_store_range()
87 static int __init mtree_test_store(struct maple_tree *mt, unsigned long start, in mtree_test_store()
93 static int __init mtree_test_insert_range(struct maple_tree *mt, in mtree_test_insert_range()
99 static void __init *mtree_test_load(struct maple_tree *mt, unsigned long index) in mtree_test_load()
104 static void __init *mtree_test_erase(struct maple_tree *mt, unsigned long index) in mtree_test_erase()
[all …]
H A Dmaple_tree.c209 static void mt_set_height(struct maple_tree *mt, unsigned char height) in mt_set_height()
224 static inline unsigned int mt_attr(struct maple_tree *mt) in mt_attr()
390 static __always_inline bool mt_is_alloc(struct maple_tree *mt) in mt_is_alloc()
704 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots()
719 static inline bool mt_write_locked(const struct maple_tree *mt) in mt_write_locked()
725 static __always_inline bool mt_locked(const struct maple_tree *mt) in mt_locked()
731 static __always_inline void *mt_slot(const struct maple_tree *mt, in mt_slot()
737 static __always_inline void *mt_slot_locked(struct maple_tree *mt, in mt_slot_locked()
781 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked()
798 enum maple_type mt) in ma_meta()
[all …]
/linux/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/tools/testing/radix-tree/
H A Dmaple.c27 struct maple_tree *mt; member
44 struct maple_tree *mt; member
63 static noinline void __init check_erase(struct maple_tree *mt, unsigned long index, in check_erase()
69 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2]) argument
70 #define erase_check_insert(mt, i) check_insert(mt, set[i], entry[i%2]) argument
71 #define erase_check_erase(mt, i) check_erase(mt, set[i], entry[i%2]) argument
73 static noinline void __init check_erase_testset(struct maple_tree *mt) in check_erase_testset()
330 #define erase_check_store_range(mt, a, i, ptr) mtree_test_store_range(mt, \ argument
580 static noinline void __init check_erase2_testset(struct maple_tree *mt, in check_erase2_testset()
725 static noinline void __init check_erase2_sets(struct maple_tree *mt) in check_erase2_sets()
[all …]
/linux/include/linux/
H A Dmaple_tree.h197 #define mt_lock_is_held(mt) \ argument
200 #define mt_write_lock_is_held(mt) \ argument
204 #define mt_set_external_lock(mt, lock) \ argument
207 #define mt_on_stack(mt) (mt).ma_external_lock = NULL argument
209 #define mt_lock_is_held(mt) 1 argument
210 #define mt_write_lock_is_held(mt) 1 argument
211 #define mt_set_external_lock(mt, lock) do { } while (0) argument
212 #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 …]
/linux/drivers/thermal/mediatek/
H A Dauxadc_thermal.c307 struct mtk_thermal *mt; member
712 static int raw_to_mcelsius_v1(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v1()
727 static int raw_to_mcelsius_v2(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v2()
757 static int raw_to_mcelsius_v3(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v3()
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()
[all …]
/linux/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/scripts/gdb/linux/
H A Dmapletree.py35 def __init__(self, mt, first, end): argument
194 def mt_slot(mt, slots, offset): argument
227 def mtree_load(mt, index): argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c472 struct mlx5hws_match_template *mt = matcher->mt; in hws_matcher_create_rtc() local
1073 struct mlx5hws_match_template *mt[], in hws_matcher_set_templates()
1126 struct mlx5hws_match_template *mt[], in mlx5hws_matcher_create()
1180 struct mlx5hws_match_template *mt; in mlx5hws_match_template_create() local
1200 int mlx5hws_match_template_destroy(struct mlx5hws_match_template *mt) in mlx5hws_match_template_destroy()
H A Dmatcher.h64 struct mlx5hws_match_template *mt; member
86 mlx5hws_matcher_mt_is_jumbo(struct mlx5hws_match_template *mt) in mlx5hws_matcher_mt_is_jumbo()
H A Drule.c55 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
293 struct mlx5hws_match_template *mt = &rule->matcher->mt[mt_idx]; in hws_rule_create_hws() local
H A Ddebug.c51 struct mlx5hws_match_template *mt = &matcher->mt[i]; in hws_debug_dump_matcher_match_template() local
/linux/rust/helpers/
H A Dmaple_tree.c5 void rust_helper_mt_init_flags(struct maple_tree *mt, unsigned int flags) in rust_helper_mt_init_flags()
/linux/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/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c65 struct my_timming* mt, in matroxfb_dh_restore()
344 struct my_timming mt; in matroxfb_dh_set_par() local
H 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()
/linux/drivers/slimbus/
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/arch/arm/mm/
H A Dmm.h64 #define VM_ARM_MTYPE(mt) ((mt) << 20) argument
/linux/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/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
/linux/arch/arm/include/asm/
H A Dmpu.h70 #define PMSAv8_MAIR(attr, mt) ((attr) << ((mt) * 8)) argument
/linux/net/ipv4/
H A Dipconfig.c682 u8 mt = ((ic_servaddr == NONE) in ic_dhcp_init_options() local
1082 int mt = 0; in ic_bootp_recv() local
/linux/net/netfilter/
H A Dnft_set_pipapo.h122 union nft_pipapo_map_bucket *mt; member
/linux/drivers/isdn/mISDN/
H A Dtei.c761 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
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c459 bool mt = mpidr & MPIDR_MT_BITMASK; in hisi_read_sccl_and_ccl_id() local

12