| /linux/lib/ |
| H A D | test_maple_tree.c | 19 #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 D | maple_tree.c | 211 static void mt_set_height(struct maple_tree *mt, unsigned char height) in mt_set_height() 226 static inline unsigned int mt_attr(struct maple_tree *mt) in mt_attr() 392 static __always_inline bool mt_is_alloc(struct maple_tree *mt) in mt_is_alloc() 706 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots() 721 static inline bool mt_write_locked(const struct maple_tree *mt) in mt_write_locked() 727 static __always_inline bool mt_locked(const struct maple_tree *mt) in mt_locked() 733 static __always_inline void *mt_slot(const struct maple_tree *mt, in mt_slot() 739 static __always_inline void *mt_slot_locked(struct maple_tree *mt, in mt_slot_locked() 783 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked() 800 enum maple_type mt) in ma_meta() [all …]
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_tc.c | 68 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/drivers/input/ |
| H A D | input-mt.c | 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 265 static void __input_mt_drop_unused(struct input_dev *dev, struct input_mt *mt) in __input_mt_drop_unused() 288 struct input_mt *mt = dev->mt; in input_mt_drop_unused() local 307 struct input_mt *mt = dev->mt; in input_mt_release_slots() local 334 struct input_mt *mt = dev->mt; in input_mt_sync_frame() local 402 static int input_mt_set_matrix(struct input_mt *mt, in input_mt_set_matrix() 425 static void input_mt_set_slots(struct input_mt *mt, in input_mt_set_slots() 483 struct input_mt *mt = dev->mt; in input_mt_assign_slots() local 516 struct input_mt *mt = dev->mt; in input_mt_get_slot_by_key() local
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 27 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/drivers/base/regmap/ |
| H A D | regcache-maple.c | 19 struct maple_tree *mt = map->cache; in regcache_maple_read() local 41 struct maple_tree *mt = map->cache; in regcache_maple_write() local 110 struct maple_tree *mt = map->cache; in regcache_maple_drop() local 241 struct maple_tree *mt = map->cache; in regcache_maple_sync() local 295 struct maple_tree *mt; in regcache_maple_init() local 312 struct maple_tree *mt = map->cache; in regcache_maple_exit() local 335 struct maple_tree *mt = map->cache; in regcache_maple_insert_block() local
|
| /linux/drivers/thermal/mediatek/ |
| H A D | auxadc_thermal.c | 307 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/scripts/gdb/linux/ |
| H A D | mapletree.py | 35 def __init__(self, mt, first, end): argument 194 def mt_slot(mt, slots, offset): argument 227 def mtree_load(mt, index): argument
|
| /linux/mm/ |
| H A D | page_reporting.c | 116 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/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | matcher.c | 472 struct mlx5hws_match_template *mt = matcher->mt; in hws_matcher_create_rtc() local 1073 struct mlx5hws_match_template *mt[], in hws_matcher_set_templates() 1125 struct mlx5hws_match_template *mt[], in mlx5hws_matcher_create() 1179 struct mlx5hws_match_template *mt; in mlx5hws_match_template_create() local 1199 int mlx5hws_match_template_destroy(struct mlx5hws_match_template *mt) in mlx5hws_match_template_destroy()
|
| H A D | definer.c | 1746 struct mlx5hws_match_template *mt, in hws_definer_conv_match_params_to_hl() 2091 struct mlx5hws_match_template *mt, in mlx5hws_definer_calc_layout() 2273 struct mlx5hws_match_template *mt, in hws_definer_mt_match_init() 2293 struct mlx5hws_match_template *mt) in hws_definer_mt_match_uninit() 2299 struct mlx5hws_match_template *mt) in mlx5hws_definer_mt_init() 2325 struct mlx5hws_match_template *mt) in mlx5hws_definer_mt_uninit()
|
| H A D | matcher.h | 64 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 D | rule.c | 55 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
|
| /linux/rust/helpers/ |
| H A D | maple_tree.c | 5 __rust_helper void rust_helper_mt_init_flags(struct maple_tree *mt, in rust_helper_mt_init_flags() argument
|
| /linux/drivers/video/fbdev/aty/ |
| H A 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/drivers/iommu/generic_pt/ |
| H A D | kunit_iommu_pt.h | 286 static void unmap_collisions(struct kunit *test, struct maple_tree *mt, in unmap_collisions() 333 struct maple_tree mt; in test_random_map() local
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_crtc2.c | 65 struct my_timming* mt, in matroxfb_dh_restore() 344 struct my_timming mt; in matroxfb_dh_set_par() local
|
| H A 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()
|
| /linux/drivers/slimbus/ |
| H A 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/arch/arm/mm/ |
| H A D | mm.h | 64 #define VM_ARM_MTYPE(mt) ((mt) << 20) argument
|
| /linux/mm/damon/tests/ |
| H A D | vaddr-kunit.h | 17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas() argument
|
| /linux/drivers/edac/ |
| H A 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/drivers/net/ethernet/ti/icssm/ |
| H A D | icssm_prueth_switch.c | 444 struct fdb_mac_tbl_array __iomem *mt; in icssm_prueth_sw_find_free_mac() local 632 struct fdb_mac_tbl_array __iomem *mt; in icssm_prueth_sw_delete_fdb_entry() local
|
| /linux/arch/arm/include/asm/ |
| H A D | mpu.h | 70 #define PMSAv8_MAIR(attr, mt) ((attr) << ((mt) * 8)) argument
|
| /linux/net/ipv4/ |
| H A D | ipconfig.c | 693 u8 mt = (ic_servaddr == NONE) ? DHCPDISCOVER : DHCPREQUEST; in ic_dhcp_init_options() local 1077 int mt = 0; in ic_bootp_recv() local
|