Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_test_kern5.c9 struct key_t { struct
18 __type(key, struct key_t); argument
H A Dbpf_iter_bpf_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
H A Dbpf_iter_bpf_percpu_array_map.c9 struct key_t { struct
10 int a;
11 int b;
12 int c;
H A Dbpf_iter_bpf_percpu_hash_map.c9 struct key_t { struct
18 __type(key, struct key_t); argument
H A Dbpf_iter_bpf_hash_map.c9 struct key_t { struct
18 __type(key, struct key_t); argument
/OK3568_Linux_fs/kernel/samples/bpf/
H A Doffwaketime_user.c41 struct key_t { struct
48 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
H A Dtrace_event_kern.c15 struct key_t { struct
23 __type(key, struct key_t); argument
H A Doffwaketime_kern.c24 struct key_t { struct
33 __type(key, struct key_t); argument
H A Dtrace_event_user.c55 struct key_t { struct
61 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dipc.h43 typedef __key_t key_t; typedef
H A Dtypes.h121 typedef __key_t key_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dipc.h43 typedef __key_t key_t; typedef
H A Dtypes.h121 typedef __key_t key_t; typedef
/OK3568_Linux_fs/u-boot/include/linux/
H A Dtypes.h18 typedef __kernel_key_t key_t; typedef
/OK3568_Linux_fs/kernel/include/linux/
H A Dtypes.h24 typedef __kernel_key_t key_t; typedef
/OK3568_Linux_fs/kernel/ipc/
H A Dmsg.c314 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) in SYSCALL_DEFINE2() argument
H A Dshm.c840 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument
H A Dsem.c621 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument