Searched refs:__type (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_pass_prog.c8 __type(key, int);
9 __type(value, int);
15 __type(key, int);
16 __type(value, int);
22 __type(key, int);
23 __type(value, int);
H A Dtest_sockmap_drop_prog.c8 __type(key, int);
9 __type(value, int);
15 __type(key, int);
16 __type(value, int);
22 __type(key, int);
23 __type(value, int);
H A Dtest_btf_map_in_map.c9 __type(key, int);
10 __type(value, int);
17 __type(key, int);
18 __type(value, int);
24 __type(key, int);
25 __type(value, int);
32 __type(key, int);
33 __type(value, int);
48 __type(key, int);
49 __type(valu
[all...]
H A Dtest_pinning.c9 __type(key, __u32);
10 __type(value, __u64);
17 __type(key, __u32);
18 __type(value, __u64);
24 __type(key, __u32);
25 __type(value, __u64);
H A Dtest_unpriv_bpf_disabled.c18 __type(key, __u32);
19 __type(value, __u32);
25 __type(key, __u32);
26 __type(value, __u32);
32 __type(key, __u32);
33 __type(value, __u32);
39 __type(key, __u32);
40 __type(value, __u32);
45 __type(key, __u32);
46 __type(valu
[all...]
H A Dtest_sockmap_update.c9 __type(key, __u32);
10 __type(value, __u64);
16 __type(key, __u32);
17 __type(value, __u64);
23 __type(key, __u32);
24 __type(value, __u64);
H A Dtest_map_in_map_invalid.c8 __type(key, __u32);
9 __type(value, int);
16 __type(key, __u32);
H A Drecursion.c13 __type(key, int);
14 __type(value, long);
20 __type(key, int);
21 __type(value, long);
H A Dtest_pe_preserve_elems.c10 __type(key, int);
11 __type(value, int);
17 __type(key, int);
18 __type(value, int);
H A Dtest_pinning_invalid.c9 __type(key, __u32);
10 __type(value, __u64);
H A Dsample_map_ret0.c7 __type(key, __u32);
8 __type(value, long);
14 __type(key, __u32);
15 __type(value, long);
H A Dtest_sockmap_invalid_update.c9 __type(key, __u32);
10 __type(value, __u64);
H A Dtest_sockmap_skb_verdict_attach.c8 __type(key, __u32);
9 __type(value, __u64);
H A Dtest_sockmap_progs_query.c8 __type(key, __u32);
9 __type(value, __u64);
H A Dtest_subskeleton_lib2.c11 __type(key, __u32);
12 __type(value, __u32);
H A Dtest_stacktrace_build_id.c14 __type(key, __u32);
15 __type(value, __u32);
21 __type(key, __u32);
22 __type(value, __u32);
31 __type(key, __u32);
32 __type(value, stack_trace_t);
38 __type(key, __u32);
39 __type(value, stack_trace_t);
H A Dhtab_reuse.c16 __type(key, unsigned int);
17 __type(value, struct htab_val);
H A Dverifier_raw_tp_writable.c11 __type(key, long long);
12 __type(value, long long);
H A Dsockmap_verdict_prog.c9 __type(key, int);
10 __type(value, int);
16 __type(key, int);
17 __type(value, int);
23 __type(key, int);
24 __type(value, int);
30 __type(key, int);
31 __type(value, int);
H A Dtest_stacktrace_map.c14 __type(key, __u32);
15 __type(value, __u32);
21 __type(key, __u32);
22 __type(value, __u32);
30 __type(key, __u32);
31 __type(value, stack_trace_t);
37 __type(key, __u32);
38 __type(value, stack_trace_t);
H A Dtest_map_in_map.c12 __type(key, __u32);
13 __type(value, __u32);
20 __type(key, int);
21 __type(value, __u32);
30 __type(key, __u32);
31 __type(value, __u32);
37 __type(key, __u32);
45 __type(key, __u32);
H A Dpriv_map.c12 __type(value, __u32);
H A Dinner_array_lookup.c9 __type(key, int);
10 __type(value, int);
16 __type(key, int);
H A Dtest_core_retro.c14 __type(key, int);
15 __type(value, int);
21 __type(key, int);
22 __type(value, int);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.h28 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \
30 __type (*read)(struct rt2x00_dev *rt2x00dev, \
33 const unsigned int word, __type data); \

Completed in 282 milliseconds

1234567891011>>