Home
last modified time | relevance | path

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

/Linux-v5.15/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.c8 struct key_t { struct
17 __type(key, struct key_t); argument
/Linux-v5.15/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.c14 struct key_t { struct
22 __type(key, struct key_t); argument
Doffwaketime_kern.c25 struct key_t { struct
34 __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
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c599 struct key_t { in test_bpf_hash_map() struct
600 int a; in test_bpf_hash_map()
601 int b; in test_bpf_hash_map()
602 int c; in test_bpf_hash_map()
695 struct key_t { in test_bpf_percpu_hash_map() struct
696 int a; in test_bpf_percpu_hash_map()
697 int b; in test_bpf_percpu_hash_map()
698 int c; in test_bpf_percpu_hash_map()
/Linux-v5.15/include/linux/
Dtypes.h24 typedef __kernel_key_t key_t; typedef
/Linux-v5.15/ipc/
Dmsg.c314 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) in SYSCALL_DEFINE2() argument
Dshm.c744 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument
Dsem.c624 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument