Searched refs:__type (Results 101 - 125 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skb_cgroup_id_kern.c15 __type(key, __u32);
16 __type(value, __u64);
H A Dtest_btf_decl_tag.c31 __type(key, struct key_t);
32 __type(value, value_t);
H A Dlocal_storage_rcu_tasks_trace_bench.c11 __type(key, int);
12 __type(value, int);
H A Dbpf_hashmap_full_update_bench.c14 __type(key, u32);
15 __type(value, u64);
H A Dbpf_iter_bpf_sk_storage_map.c13 __type(key, int);
14 __type(value, int);
H A Dtask_storage_nodeadlock.c20 __type(key, int);
21 __type(value, int);
H A Dtest_ringbuf_map_key.c24 __type(key, struct sample);
25 __type(value, int);
H A Dverifier_and.c18 __type(key, long long);
19 __type(value, struct test_val);
H A Dverifier_leak_ptr.c11 __type(key, long long);
12 __type(value, long long);
H A Dverifier_map_ret_val.c12 __type(key, long long);
13 __type(value, long long);
H A Dverifier_xadd.c11 __type(key, long long);
12 __type(value, long long);
H A Dudp_limit.c12 __type(key, int);
13 __type(value, int);
H A Dlru_bug.c13 __type(key, int);
14 __type(value, struct map_value);
H A Dtest_subprogs_extable.c10 __type(key, __u32);
11 __type(value, __u64);
H A Dnested_trust_failure.c16 __type(key, int);
17 __type(value, u64);
H A Dverifier_basic_stack.c11 __type(key, long long);
12 __type(value, long long);
H A Dtimer_failure.c20 __type(key, int);
21 __type(value, struct elem);
H A Dbpf_iter_bpf_percpu_hash_map.c18 __type(key, struct key_t);
19 __type(value, __u32);
H A Dnormal_map_btf.c22 __type(key, int);
23 __type(value, struct map_value);
H A Dsk_storage_omem_uncharge.c18 __type(key, int);
19 __type(value, int);
/linux-master/samples/bpf/
H A Dtest_cgrp2_tc.bpf.c21 __type(key, u32);
22 __type(value, u32);
H A Dtest_current_task_under_cgroup.bpf.c23 __type(key, u32);
24 __type(value, u64);
H A Dtest_probe_write_user.bpf.c16 __type(key, struct sockaddr_in);
17 __type(value, struct sockaddr_in);
H A Dtracex4.bpf.c19 __type(key, long);
20 __type(value, struct pair);
H A Dtest_map_in_map.bpf.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);

Completed in 214 milliseconds

1234567891011>>