Searched refs:__type (Results 251 - 275 of 288) sorted by last modified time

<<1112

/linux-master/tools/testing/selftests/bpf/progs/
H A Dfor_each_hash_map_elem.c11 __type(key, __u32);
12 __type(value, __u64);
18 __type(key, __u32);
19 __type(value, __u64);
H A Dconnect_force_port6.c24 __type(key, int);
25 __type(value, struct svc_addr);
H A Dconnect_force_port4.c25 __type(key, int);
26 __type(value, struct svc_addr);
H A Dcg_storage_multi_shared.c17 __type(key, __u64);
18 __type(value, struct cgroup_value);
H A Dcg_storage_multi_isolated.c17 __type(key, struct bpf_cgroup_storage_key);
18 __type(value, struct cgroup_value);
H 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);
H A Dtest_migrate_reuseport.c27 __type(key, int);
28 __type(value, __u64);
34 __type(key, __u64);
35 __type(value, int);
H A Dtest_global_func_args.c16 __type(key, __u32);
17 __type(value, int);
H A Dtest_lookup_and_delete.c13 __type(key, __u64);
14 __type(value, __u64);
H 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);
H A Dtest_mmap.c13 __type(key, __u32);
14 __type(value, char);
20 __type(key, __u32);
21 __type(value, __u64);
H A Dtask_local_storage.c13 __type(key, int);
14 __type(value, long);
H 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);
H A Dsocket_cookie_prog.c20 __type(key, int);
21 __type(value, struct socket_cookie);
H A Dbprm_opts.c17 __type(key, int);
18 __type(value, int);
H A Dtest_sk_storage_trace_itself.c11 __type(key, int);
12 __type(value, int);
H A Dbpf_iter_bpf_sk_storage_helpers.c12 __type(key, int);
13 __type(value, int);
H A Dtest_map_init.c14 __type(key, __u64);
15 __type(value, __u64);
H A Dtest_sockmap_invalid_update.c9 __type(key, __u32);
10 __type(value, __u64);
H 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);
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h40 #define ELF_GEN_FIELD_GET_SET(__s, __field, __type) \
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; \
/linux-master/samples/bpf/
H A Dxdp_sample.bpf.c19 __type(key, u64);
20 __type(value, struct datarec);
H A Dtrace_event_kern.c22 __type(key, struct key_t);
23 __type(value, u64);
H A Dsampleip_kern.c17 __type(key, u64);
18 __type(value, u32);
H A Dlathist_kern.c23 __type(key, int);
24 __type(value, u64);
66 __type(key, int);
67 __type(value, long);

Completed in 210 milliseconds

<<1112