Searched refs:__type (Results 201 - 225 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h92 __type(key, int);
93 __type(value, struct linum_err);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_regalloc.c18 __type(key, long long);
19 __type(value, struct test_val);
H A Dpercpu_alloc_fail.c32 __type(key, int);
33 __type(value, struct elem);
H A Dxdp_hw_metadata.c11 __type(key, __u32);
12 __type(value, __u32);
H A Dxdp_features.c35 __type(key, __u32);
36 __type(value, __u32);
42 __type(key, __u32);
43 __type(value, __u32);
H A Dverifier_helper_access_var_len.c18 __type(key, long long);
19 __type(value, struct test_val);
25 __type(key, long long);
26 __type(value, long long);
H A Dtest_bpf_ma.c40 __type(key, int); \
41 __type(value, struct map_value_##_size); \
55 __type(key, int); \
56 __type(value, struct map_value_percpu_##_size); \
H A Dsyscall.c38 __type(key, int);
39 __type(value, union bpf_attr);
52 __type(key, int);
53 __type(value, int);
H A Dtest_spin_lock_fail.c14 __type(key, int);
15 __type(value, struct foo);
22 __type(key, int);
23 __type(value, int);
H A Dtest_xdp.c27 __type(key, __u32);
28 __type(value, __u64);
34 __type(key, struct vip);
35 __type(value, struct iptnl_info);
H A Dtest_xdp_loop.c23 __type(key, __u32);
24 __type(value, __u64);
30 __type(key, struct vip);
31 __type(value, struct iptnl_info);
H A Dtest_l4lb.c173 __type(key, struct vip);
174 __type(value, struct vip_meta);
180 __type(key, __u32);
181 __type(value, __u32);
187 __type(key, __u32);
188 __type(value, struct real_definition);
194 __type(key, __u32);
195 __type(value, struct vip_stats);
201 __type(key, __u32);
202 __type(valu
[all...]
H A Dtest_l4lb_noinline.c169 __type(key, struct vip);
170 __type(value, struct vip_meta);
176 __type(key, __u32);
177 __type(value, __u32);
183 __type(key, __u32);
184 __type(value, struct real_definition);
190 __type(key, __u32);
191 __type(value, struct vip_stats);
197 __type(key, __u32);
198 __type(valu
[all...]
H A Dtest_l4lb_noinline_dynptr.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(valu
[all...]
H A Dprofiler.inc.h84 __type(key, u32);
85 __type(value, union any_profiler_data_t);
97 __type(key, u32);
98 __type(value, struct var_kill_data_arr_t);
104 __type(key, u32);
105 __type(value, struct bpf_func_stats_data);
110 __type(key, u32);
111 __type(value, bool);
117 __type(key, u64);
118 __type(valu
[all...]
H A Dverifier_value_ptr_arith.c19 __type(key, int);
20 __type(value, struct test_val);
31 __type(key, long long);
32 __type(value, struct other_val);
38 __type(key, long long);
39 __type(value, struct test_val);
H A Dverifier_helper_value_access.c16 __type(key, long long);
17 __type(value, struct other_val);
30 __type(key, long long);
31 __type(value, struct test_val);
37 __type(key, long long);
38 __type(value, long long);
H A Dtest_tcp_check_syncookie_kern.c21 __type(key, __u32);
22 __type(value, __u32);
H A Dbpf_loop.c17 __type(key, int);
18 __type(value, int);
/linux-master/samples/bpf/
H A Dhbm_kern.h62 __type(key, struct bpf_cgroup_storage_key);
63 __type(value, struct hbm_vqueue);
69 __type(key, u32);
70 __type(value, struct hbm_queue_stats);
H A Dxdp_tx_iptunnel_kern.c24 __type(key, __u32);
25 __type(value, __u64);
31 __type(key, struct vip);
32 __type(value, struct iptnl_info);
H A Dsockex3_kern.c64 __type(key, __u32);
65 __type(value, struct globals);
85 __type(key, struct flow_key_record);
86 __type(value, struct pair);
H A Dxdp_adjust_tail_kern.c33 __type(key, __u32);
34 __type(value, __u64);
/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h66 __type(key, int);
67 __type(value, struct __bpf_usdt_spec);
73 __type(key, long);
74 __type(value, __u32);
/linux-master/arch/s390/kvm/
H A Dtrace-s390.h119 #define get_irq_name(__type) \
120 (__type > KVM_S390_INT_IO_MAX ? \
121 __print_symbolic(__type, kvm_s390_int_type) : \
122 (__type & KVM_S390_INT_IO_AI_MASK ? \

Completed in 190 milliseconds

1234567891011>>