Home
last modified time | relevance | path

Searched defs:key_t (Results 1 – 25 of 29) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dbpf_iter_test_kern5.c9 struct key_t { struct
18 __type(key, struct key_t); argument
Dbpf_iter_bpf_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
Dbpf_iter_bpf_percpu_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
Dbpf_iter_bpf_percpu_hash_map.c9 struct key_t { struct
18 __type(key, struct key_t); argument
Dtest_btf_decl_tag.c17 struct key_t { struct
31 __type(key, struct key_t); argument
Dbpf_iter_bpf_hash_map.c8 struct key_t { struct
17 __type(key, struct key_t); argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbpf_iter_test_kern5.c9 struct key_t { struct
18 __type(key, struct key_t); argument
Dbpf_iter_bpf_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
Dbpf_iter_bpf_percpu_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
Dbpf_iter_bpf_percpu_hash_map.c9 struct key_t { struct
18 __type(key, struct key_t); argument
Dbpf_iter_bpf_hash_map.c9 struct key_t { struct
18 __type(key, struct key_t); argument
/kernel/linux/linux-6.6/samples/bpf/
Doffwaketime_user.c40 struct key_t { struct
47 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
Dtrace_event_kern.c14 struct key_t { struct
22 __type(key, struct key_t); argument
Doffwaketime.bpf.c20 struct key_t { struct
29 __type(key, struct key_t); argument
Dtrace_event_user.c55 struct key_t { struct
61 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
/kernel/linux/linux-5.10/samples/bpf/
Doffwaketime_user.c41 struct key_t { struct
48 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
Dtrace_event_kern.c15 struct key_t { struct
23 __type(key, struct key_t); argument
Doffwaketime_kern.c24 struct key_t { struct
33 __type(key, struct key_t); argument
Dtrace_event_user.c55 struct key_t { struct
61 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c573 struct key_t { in test_bpf_hash_map() struct
574 int a; in test_bpf_hash_map()
575 int b; in test_bpf_hash_map()
576 int c; in test_bpf_hash_map()
671 struct key_t { in test_bpf_percpu_hash_map() struct
672 int a; in test_bpf_percpu_hash_map()
673 int b; in test_bpf_percpu_hash_map()
674 int c; in test_bpf_percpu_hash_map()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c776 struct key_t { in test_bpf_hash_map() struct
777 int a; in test_bpf_hash_map()
778 int b; in test_bpf_hash_map()
779 int c; in test_bpf_hash_map()
869 struct key_t { in test_bpf_percpu_hash_map() struct
870 int a; in test_bpf_percpu_hash_map()
871 int b; in test_bpf_percpu_hash_map()
872 int c; in test_bpf_percpu_hash_map()
/kernel/linux/linux-5.10/include/linux/
Dtypes.h24 typedef __kernel_key_t key_t; typedef
/kernel/linux/linux-6.6/include/linux/
Dtypes.h29 typedef __kernel_key_t key_t; typedef
/kernel/linux/linux-6.6/ipc/
Dmsg.c315 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) in SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/ipc/
Dmsg.c314 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) in SYSCALL_DEFINE2() argument

12