Searched defs:mt (Results 26 - 50 of 59) sorted by relevance

123

/linux-master/drivers/slimbus/
H A Dslimbus.h129 u8 mt; member in struct:slim_msg_txn
436 static inline bool slim_tid_txn(u8 mt, u8 mc) argument
445 static inline bool slim_ec_txn(u8 mt, u8 mc) argument
H A Dqcom-ctrl.c212 u8 mc, mt, len; local
442 u8 mc, mt; local
[all...]
H A Dqcom-ngd-ctrl.c605 u8 mc, mt, len; local
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c755 maven_compute_timming(struct maven_data* md, struct my_timming* mt, struct mavenregs* m) argument
1148 maven_out_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_base.c784 { struct my_timming mt; local
[all...]
/linux-master/net/ipv4/
H A Dipconfig.c682 u8 mt = ((ic_servaddr == NONE) local
1082 int mt = 0; local
/linux-master/tools/lib/bpf/
H A Drelo_core.c688 const struct btf_type *mt; local
/linux-master/drivers/input/
H A Devdev.c923 const struct input_mt *mt = dev->mt; local
H A Dinput.c192 struct input_mt *mt = dev->mt; local
[all...]
/linux-master/drivers/hid/
H A Dhid-asus.c222 struct input_mt *mt = drvdat->input->mt; local
H A Dhid-multitouch.c1011 struct input_mt *mt = input->mt; local
1689 struct input_mt *mt = input_dev->mt; local
[all...]
/linux-master/drivers/edac/
H A Ddmc520_edac.c294 enum mem_type mt = MEM_UNKNOWN; local
450 enum mem_type mt; local
H A Dsynopsys_edac.c750 enum mem_type mt; local
774 enum mem_type mt; local
[all...]
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c92 const struct btf_type *vt, *mt; local
/linux-master/lib/
H A Dtest_maple_tree.c63 static int __init mtree_insert_index(struct maple_tree *mt, argument
69 static void __init mtree_erase_index(struct maple_tree *mt, unsigned long index) argument
75 static int __init mtree_test_insert(struct maple_tree *mt, unsigne argument
81 mtree_test_store_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr) argument
87 mtree_test_store(struct maple_tree *mt, unsigned long start, void *ptr) argument
93 mtree_test_insert_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr) argument
99 mtree_test_load(struct maple_tree *mt, unsigned long index) argument
104 mtree_test_erase(struct maple_tree *mt, unsigned long index) argument
110 check_mtree_alloc_range(struct maple_tree *mt, unsigned long start, unsigned long end, unsigned long size, unsigned long expected, int eret, void *ptr) argument
127 check_mtree_alloc_rrange(struct maple_tree *mt, unsigned long start, unsigned long end, unsigned long size, unsigned long expected, int eret, void *ptr) argument
145 check_load(struct maple_tree *mt, unsigned long index, void *ptr) argument
155 check_store_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr, int expected) argument
171 check_insert_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr, int expected) argument
187 check_insert(struct maple_tree *mt, unsigned long index, void *ptr) argument
196 check_dup_insert(struct maple_tree *mt, unsigned long index, void *ptr) argument
206 check_index_load(struct maple_tree *mt, unsigned long index) argument
227 check_rev_seq(struct maple_tree *mt, unsigned long max, bool verbose) argument
260 check_seq(struct maple_tree *mt, unsigned long max, bool verbose) argument
289 check_lb_not_empty(struct maple_tree *mt) argument
308 check_lower_bound_split(struct maple_tree *mt) argument
314 check_upper_bound_split(struct maple_tree *mt) argument
339 check_mid_split(struct maple_tree *mt) argument
348 check_rev_find(struct maple_tree *mt) argument
387 check_find(struct maple_tree *mt) argument
604 check_find_2(struct maple_tree *mt) argument
649 check_alloc_rev_range(struct maple_tree *mt) argument
823 check_alloc_range(struct maple_tree *mt) argument
989 check_ranges(struct maple_tree *mt) argument
1322 check_next_entry(struct maple_tree *mt) argument
1346 check_prev_entry(struct maple_tree *mt) argument
1390 check_root_expand(struct maple_tree *mt) argument
1480 check_gap_combining(struct maple_tree *mt) argument
1677 check_node_overwrite(struct maple_tree *mt) argument
1690 bench_slot_store(struct maple_tree *mt) argument
1706 bench_node_store(struct maple_tree *mt) argument
1725 bench_awalk(struct maple_tree *mt) argument
1742 bench_walk(struct maple_tree *mt) argument
1759 bench_load(struct maple_tree *mt) argument
1772 bench_mt_for_each(struct maple_tree *mt) argument
1796 bench_mas_for_each(struct maple_tree *mt) argument
1826 bench_mas_prev(struct maple_tree *mt) argument
1858 struct maple_tree mt, newmt; local
1900 check_iteration(struct maple_tree *mt) argument
1967 check_mas_store_gfp(struct maple_tree *mt) argument
2002 struct maple_tree mt, newmt; local
2048 next_prev_test(struct maple_tree *mt) argument
2230 check_spanning_relatives(struct maple_tree *mt) argument
2243 check_fuzzer(struct maple_tree *mt) argument
2640 check_dup_gaps(struct maple_tree *mt, unsigned long nr_entries, bool zero_start, unsigned long gap) argument
2684 check_dup(struct maple_tree *mt) argument
2772 check_bnode_min_spanning(struct maple_tree *mt) argument
2791 check_empty_area_window(struct maple_tree *mt) argument
2876 check_empty_area_fill(struct maple_tree *mt) argument
3064 check_state_handling(struct maple_tree *mt) argument
3602 alloc_cyclic_testing(struct maple_tree *mt) argument
[all...]
/linux-master/include/linux/
H A Dmaple_tree.h349 mtree_empty(const struct maple_tree *mt) argument
757 mt_external_lock(const struct maple_tree *mt) argument
772 mt_init_flags(struct maple_tree *mt, unsigned int flags) argument
788 mt_init(struct maple_tree *mt) argument
793 mt_in_rcu(struct maple_tree *mt) argument
805 mt_clear_in_rcu(struct maple_tree *mt) argument
824 mt_set_in_rcu(struct maple_tree *mt) argument
839 mt_height(const struct maple_tree *mt) argument
[all...]
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c362 pipapo_refill(unsigned long *map, unsigned int len, unsigned int rules, unsigned long *dst, const union nft_pipapo_map_bucket *mt, bool match_only) argument
1557 pipapo_unmap(union nft_pipapo_map_bucket *mt, unsigned int rules, unsigned int start, unsigned int n, unsigned int to_offset, bool is_last) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c88 struct flow_match_basic mt; local
162 struct flow_match_control mt; local
[all...]
/linux-master/drivers/input/mouse/
H A Dalps.c969 alps_get_finger_coordinate_v7(struct input_mt_pos *mt, unsigned char *pkt, unsigned char pkt_id) argument
1014 alps_get_mt_count(struct input_mt_pos *mt) argument
[all...]
/linux-master/tools/testing/radix-tree/
H A Dmaple.c32 struct maple_tree *mt; member in struct:rcu_test_struct2
49 struct maple_tree *mt; member in struct:rcu_test_struct3
91 static noinline void __init check_new_node(struct maple_tree *mt) argument
469 check_erase(struct maple_tree *mt, unsigned long index, void *ptr) argument
479 check_erase_testset(struct maple_tree *mt) argument
986 check_erase2_testset(struct maple_tree *mt, const unsigned long *set, unsigned long size) argument
1131 check_erase2_sets(struct maple_tree *mt) argument
34593 rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) argument
34652 rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) argument
34720 rcu_stress(struct maple_tree *mt, bool forward) argument
34797 struct maple_tree *mt; /* the maple tree */ member in struct:rcu_test_struct
34939 run_check_rcu(struct maple_tree *mt, struct rcu_test_struct *vals) argument
34991 run_check_rcu_slot_store(struct maple_tree *mt) argument
35036 run_check_rcu_slowread(struct maple_tree *mt, struct rcu_test_struct *vals) argument
35077 check_rcu_simulated(struct maple_tree *mt) argument
35238 check_rcu_threaded(struct maple_tree *mt) argument
35387 check_dfs_preorder(struct maple_tree *mt) argument
35455 check_prealloc(struct maple_tree *mt) argument
35588 check_spanning_write(struct maple_tree *mt) argument
35756 check_null_expand(struct maple_tree *mt) argument
35817 check_nomem(struct maple_tree *mt) argument
35852 check_locky(struct maple_tree *mt) argument
36021 build_full_tree(struct maple_tree *mt, unsigned int flags, int height) argument
36074 check_mtree_dup(struct maple_tree *mt) argument
[all...]
/linux-master/fs/hfsplus/
H A Dhfsplus_fs.h544 static inline time64_t __hfsp_mt2ut(__be32 mt) argument
/linux-master/security/integrity/ima/
H A Dima_policy.c2029 #define mt(token) mask_tokens[token] macro
/linux-master/drivers/power/supply/
H A Dab8500_chargalg.c1229 struct power_supply_maintenance_charge_table *mt; local
[all...]
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c824 static const char * const mt[] = { "WB", "UC" }; variable
/linux-master/net/xfrm/
H A Dxfrm_user.c629 struct nlattr *mt = attrs[XFRMA_MTIMER_THRESH]; local

Completed in 320 milliseconds

123