Home
last modified time | relevance | path

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

123

/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.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() argument
493 check_erase(struct maple_tree * mt,unsigned long index,void * ptr) check_erase() argument
499 erase_check_load(mt,i) global() argument
500 erase_check_insert(mt,i) global() argument
501 erase_check_erase(mt,i) global() argument
503 check_erase_testset(struct maple_tree * mt) check_erase_testset() argument
760 erase_check_store_range(mt,a,i,ptr) global() argument
1010 check_erase2_testset(struct maple_tree * mt,const unsigned long * set,unsigned long size) check_erase2_testset() argument
1155 check_erase2_sets(struct maple_tree * mt) check_erase2_sets() argument
34617 rcu_stress_rev(struct maple_tree * mt,struct rcu_test_struct2 * test,int count,struct rcu_reader_struct * test_reader) rcu_stress_rev() argument
34676 rcu_stress_fwd(struct maple_tree * mt,struct rcu_test_struct2 * test,int count,struct rcu_reader_struct * test_reader) rcu_stress_fwd() argument
34744 rcu_stress(struct maple_tree * mt,bool forward) rcu_stress() argument
34821 struct maple_tree *mt; /* the maple tree */ global() member
34963 run_check_rcu(struct maple_tree * mt,struct rcu_test_struct * vals) run_check_rcu() argument
35015 run_check_rcu_slot_store(struct maple_tree * mt) run_check_rcu_slot_store() argument
35060 run_check_rcu_slowread(struct maple_tree * mt,struct rcu_test_struct * vals) run_check_rcu_slowread() argument
35101 check_rcu_simulated(struct maple_tree * mt) check_rcu_simulated() argument
35262 check_rcu_threaded(struct maple_tree * mt) check_rcu_threaded() argument
35411 check_dfs_preorder(struct maple_tree * mt) check_dfs_preorder() argument
35527 check_prealloc(struct maple_tree * mt) check_prealloc() argument
35675 check_spanning_write(struct maple_tree * mt) check_spanning_write() argument
35843 check_null_expand(struct maple_tree * mt) check_null_expand() argument
35904 check_nomem(struct maple_tree * mt) check_nomem() argument
35940 check_locky(struct maple_tree * mt) check_locky() argument
36109 build_full_tree(struct maple_tree * mt,unsigned int flags,int height) build_full_tree() argument
36162 check_mtree_dup(struct maple_tree * mt) check_mtree_dup() argument
36314 check_spanning_store_height(struct maple_tree * mt) check_spanning_store_height() argument
36334 check_collapsing_rebalance(struct maple_tree * mt) check_collapsing_rebalance() argument
36356 struct maple_tree *mt = (struct maple_tree *)maple_tree; writer2() local
36374 check_nomem_writer_race(struct maple_tree * mt) check_nomem_writer_race() argument
36416 check_vma_modification(struct maple_tree * mt) check_vma_modification() argument
36448 check_bulk_rebalance(struct maple_tree * mt) check_bulk_rebalance() argument
36570 enum maple_type mt = mte_node_type(mas->node); get_last_index() local
[all...]
/linux/lib/
H A Dmaple_tree.c214 static void mt_set_height(struct maple_tree *mt, unsigned char height) in mt_set_height()
229 static inline unsigned int mt_attr(struct maple_tree *mt) in mt_attr()
395 static __always_inline bool mt_is_alloc(struct maple_tree *mt) in mt_is_alloc()
770 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots()
785 static inline bool mt_write_locked(const struct maple_tree *mt) in mt_write_locked()
791 static __always_inline bool mt_locked(const struct maple_tree *mt) in mt_locked()
797 static __always_inline void *mt_slot(const struct maple_tree *mt, in mt_slot()
803 static __always_inline void *mt_slot_locked(struct maple_tree *mt, in mt_slot_locked()
847 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked()
864 enum maple_type mt) in ma_meta()
[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 Ddefiner.c1746 struct mlx5hws_match_template *mt, in hws_definer_conv_match_params_to_hl()
2162 struct mlx5hws_match_template *mt, in mlx5hws_definer_calc_layout()
2342 struct mlx5hws_match_template *mt, in hws_definer_mt_match_init()
2362 struct mlx5hws_match_template *mt) in hws_definer_mt_match_uninit()
2368 struct mlx5hws_match_template *mt) in mlx5hws_definer_mt_init()
2394 struct mlx5hws_match_template *mt) in mlx5hws_definer_mt_uninit()
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 Dbwc.h31 struct mlx5hws_match_template *mt; member
H A Ddebug.c51 struct mlx5hws_match_template *mt = &matcher->mt[i]; in hws_debug_dump_matcher_match_template() local
/linux/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/drivers/input/
H A Dtouch-overlay.c182 struct input_mt *mt = input->mt; in touch_overlay_button_event() local
217 struct input_mt *mt = input->mt; in touch_overlay_sync_frame() local
/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/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/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/arch/arm/mm/
H A Dmm.h64 #define VM_ARM_MTYPE(mt) ((mt) << 20) argument
/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

123