Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_stacktrace_build_id.c14 __type(key, __u32);
15 __type(value, __u32);
21 __type(key, __u32);
22 __type(value, __u32);
38 __type(key, __u32);
39 __type(value, stack_trace_t);
Dtest_stacktrace_map.c14 __type(key, __u32);
15 __type(value, __u32);
21 __type(key, __u32);
22 __type(value, __u32);
37 __type(key, __u32);
38 __type(value, stack_trace_t);
Dsockopt_inherit.c20 __type(key, int);
21 __type(value, struct sockopt_inherit);
27 __type(key, int);
28 __type(value, struct sockopt_inherit);
34 __type(key, int);
35 __type(value, struct sockopt_inherit);
Dtest_sock_fields_kern.c33 __type(key, __u32);
34 __type(value, struct sockaddr_in6);
40 __type(key, __u32);
41 __type(value, struct bpf_sock);
47 __type(key, __u32);
48 __type(value, struct bpf_tcp_sock);
54 __type(key, __u32);
55 __type(value, __u32);
66 __type(key, int);
67 __type(value, struct bpf_spinlock_cnt);
[all …]
Dtest_spin_lock.c16 __type(key, int);
17 __type(value, struct hmap_elem);
27 __type(key, struct bpf_cgroup_storage_key);
28 __type(value, struct cls_elem);
42 __type(key, int);
43 __type(value, struct bpf_vqueue);
Dtest_select_reuseport_kern.c34 __type(key, __u32);
35 __type(value, __u32);
41 __type(key, __u32);
42 __type(value, int);
48 __type(key, __u32);
49 __type(value, __u32);
55 __type(key, __u32);
56 __type(value, struct data_check);
Dget_cgroup_id_kern.c10 __type(key, __u32);
11 __type(value, __u64);
17 __type(key, __u32);
18 __type(value, __u32);
Dtest_send_signal_kern.c10 __type(key, __u32);
11 __type(value, __u64);
17 __type(key, __u32);
18 __type(value, __u64);
Dtest_global_data.c13 __type(key, __u32);
14 __type(value, __u64);
20 __type(key, __u32);
33 __type(key, __u32);
34 __type(value, struct foo);
Dtest_map_lock.c17 __type(key, __u32);
18 __type(value, struct hmap_elem);
29 __type(key, int);
30 __type(value, struct array_elem);
Dpyperf.h116 __type(key, int);
117 __type(value, PidData);
123 __type(key, int);
124 __type(value, Event);
130 __type(key, Symbol);
131 __type(value, int);
137 __type(key, int);
138 __type(value, Stats);
Dnetcnt_prog.c15 __type(key, struct bpf_cgroup_storage_key);
16 __type(value, struct percpu_net_cnt);
21 __type(key, struct bpf_cgroup_storage_key);
22 __type(value, struct net_cnt);
Dtest_get_stack_rawtp.c28 __type(key, __u32);
29 __type(value, struct stack_trace_t);
54 __type(key, __u32);
55 __type(value, raw_stack_trace_t);
Dtest_l4lb.c175 __type(key, struct vip);
176 __type(value, struct vip_meta);
182 __type(key, __u32);
183 __type(value, __u32);
189 __type(key, __u32);
190 __type(value, struct real_definition);
196 __type(key, __u32);
197 __type(value, struct vip_stats);
203 __type(key, __u32);
204 __type(value, struct ctl_value);
Dtest_l4lb_noinline.c171 __type(key, struct vip);
172 __type(value, struct vip_meta);
178 __type(key, __u32);
179 __type(value, __u32);
185 __type(key, __u32);
186 __type(value, struct real_definition);
192 __type(key, __u32);
193 __type(value, struct vip_stats);
199 __type(key, __u32);
200 __type(value, struct ctl_value);
Dtest_tcpbpf_kern.c20 __type(key, __u32);
21 __type(value, struct tcpbpf_globals);
27 __type(key, __u32);
28 __type(value, int);
Dtest_obj_id.c19 __type(key, __u32);
20 __type(value, __u64);
Dtest_attach_probe.c11 __type(key, int);
12 __type(value, int);
Dtest_btf_newkv.c26 __type(key, int);
27 __type(value, struct ipv_counts);
Dsocket_cookie_prog.c18 __type(key, int);
19 __type(value, struct socket_cookie);
Dtest_xdp_noinline.c170 __type(key, struct vip_definition);
171 __type(value, struct vip_meta);
178 __type(key, struct flow_key);
179 __type(value, struct real_pos_lru);
185 __type(key, __u32);
186 __type(value, __u32);
192 __type(key, __u32);
193 __type(value, struct real_definition);
199 __type(key, __u32);
200 __type(value, struct lb_stats);
[all …]
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
Drt2x00reg.h206 #define FIELD_CHECK(__mask, __type) \ argument
209 (__mask) != (__type)(__mask)) \
235 #define SET_FIELD(__reg, __type, __field, __value)\ argument
237 typecheck(__type, __field); \
244 #define GET_FIELD(__reg, __type, __field) \ argument
246 typecheck(__type, __field); \
Drt2x00debug.h28 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument
30 __type (*read)(struct rt2x00_dev *rt2x00dev, \
33 const unsigned int word, __type data); \
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h55 __type(key, int);
56 __type(value, int);
62 __type(key, int);
63 __type(value, int);
69 __type(key, int);
70 __type(value, int);
76 __type(key, int);
77 __type(value, int);
83 __type(key, int);
84 __type(value, int);
/Linux-v5.4/arch/sparc/include/asm/
Dmdesc.h57 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument
58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \
60 __arc = mdesc_next_arc(__hdl, __arc, __type))

12