Home
last modified time | relevance | path

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

1234567

/linux/tools/testing/selftests/bpf/progs/
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);
48 __type(key, int);
57 __type(key, int);
64 __type(key, int);
[all …]
A Dmap_ptr_kern.c102 __type(key, __u32);
103 __type(value, __u32);
138 __type(key, __u32);
170 __type(key, __u32);
187 __type(key, __u32);
204 __type(key, __u32);
221 __type(key, __u32);
242 __type(key, __u32);
261 __type(key, __u32);
278 __type(key, __u32);
[all …]
A Dlsm.c15 __type(key, __u32);
16 __type(value, __u64);
22 __type(key, __u32);
23 __type(value, __u64);
29 __type(key, __u32);
30 __type(value, __u64);
36 __type(key, __u32);
37 __type(value, __u64);
43 __type(key, __u32);
50 __type(key, __u32);
[all …]
A Dsockmap_verdict_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);
29 __type(key, int);
30 __type(value, int);
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);
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);
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);
A Dtest_select_reuseport_kern.c25 __type(key, __u32);
26 __type(value, __u32);
32 __type(key, __u32);
33 __type(value, __u32);
39 __type(key, __u32);
40 __type(value, int);
46 __type(key, __u32);
47 __type(value, __u32);
53 __type(key, __u32);
54 __type(value, struct data_check);
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);
A Dbpf_iter_sockmap.c14 __type(key, __u32);
15 __type(value, __u64);
21 __type(key, __u32);
22 __type(value, __u64);
28 __type(key, __u32);
29 __type(value, __u64);
A Dtest_skmsg_load_helpers.c9 __type(key, __u32);
10 __type(value, __u64);
16 __type(key, __u32);
17 __type(value, __u64);
23 __type(key, __u32);
24 __type(value, __u64);
A Dnetns_cookie_prog.c12 __type(key, int);
13 __type(value, int);
19 __type(key, int);
20 __type(value, int);
26 __type(key, __u32);
27 __type(value, __u64);
A Dlinked_maps1.c13 __type(key, struct my_key);
14 __type(value, struct my_value);
23 __type(key, int);
24 __type(value, int);
35 __type(key, int);
36 __type(value, int);
A Dlinked_maps2.c14 __type(key, key_type);
15 __type(value, value_type);
21 __type(key, int);
22 __type(value, int);
29 __type(key, int);
30 __type(value, int);
A Dsockopt_inherit.c19 __type(key, int);
20 __type(value, struct sockopt_inherit);
26 __type(key, int);
27 __type(value, struct sockopt_inherit);
33 __type(key, int);
34 __type(value, struct sockopt_inherit);
A Dbpf_iter_bpf_hash_map.c17 __type(key, struct key_t);
18 __type(value, __u64);
24 __type(key, __u64);
25 __type(value, __u64);
31 __type(key, struct key_t);
32 __type(value, __u32);
A Dtest_sockmap_listen.c13 __type(key, __u32);
14 __type(value, __u64);
20 __type(key, __u32);
21 __type(value, __u64);
27 __type(key, int);
28 __type(value, unsigned int);
A 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);
A Dbloom_filter_map.c13 __type(key, __u32);
14 __type(value, __u32);
20 __type(value, __u32);
27 __type(key, int);
28 __type(value, int);
A Drecursion.c13 __type(key, int);
14 __type(value, long);
20 __type(key, int);
21 __type(value, long);
A Dtimer.c19 __type(key, int);
20 __type(value, struct hmap_elem);
27 __type(key, int);
28 __type(value, struct hmap_elem);
38 __type(key, int);
39 __type(value, struct elem);
45 __type(key, int);
46 __type(value, struct elem);
/linux/samples/bpf/
A Dmap_perf_test_kern.c21 __type(key, u32);
22 __type(value, long);
28 __type(key, u32);
29 __type(value, long);
35 __type(key, u32);
36 __type(value, long);
43 __type(key, u32);
44 __type(value, long);
69 __type(key, u32);
93 __type(key, u32);
[all …]
A Dtest_map_in_map_kern.c23 __type(key, u32);
24 __type(value, int);
31 __type(key, u32);
32 __type(value, int);
39 __type(key, u32);
40 __type(value, int);
47 __type(key, u32);
48 __type(value, int);
A Dxdp_rxq_info_kern.c29 __type(key, int);
30 __type(value, struct config);
42 __type(key, u32);
43 __type(value, struct datarec);
52 __type(key, u32);
53 __type(value, struct datarec);
/linux/drivers/remoteproc/
A Dremoteproc_elf_helpers.h40 #define ELF_GEN_FIELD_GET_SET(__s, __field, __type) \ argument
41 static inline __type elf_##__s##_get_##__field(u8 class, const void *arg) \
44 return (__type) ((const struct elf32_##__s *) arg)->__field; \
46 return (__type) ((const struct elf64_##__s *) arg)->__field; \
49 __type value) \
52 ((struct elf32_##__s *) arg)->__field = (__type) value; \
54 ((struct elf64_##__s *) arg)->__field = (__type) value; \

Completed in 29 milliseconds

1234567