| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_bpf_hash_map.c | 9 struct key_t { struct 18 __type(key, struct key_t); argument 32 __type(key, struct key_t); 49 struct key_t *key = ctx->key; in dump_bpf_hash_map() 50 struct key_t tmp_key; in dump_bpf_hash_map() 71 __builtin_memcpy(&tmp_key, key, sizeof(struct key_t)); in dump_bpf_hash_map()
|
| H A D | bpf_iter_test_kern5.c | 9 struct key_t { struct 18 __type(key, struct key_t); argument 33 key_sum += *(__u32 *)(key + sizeof(struct key_t)); in dump_bpf_hash_map()
|
| H A D | bpf_iter_bpf_percpu_hash_map.c | 9 struct key_t { struct 18 __type(key, struct key_t); argument 32 struct key_t *key = ctx->key; in dump_bpf_percpu_hash_map()
|
| H A D | bpf_iter_bpf_percpu_array_map.c | 9 struct key_t { struct
|
| H A D | bpf_iter_bpf_array_map.c | 9 struct key_t { struct
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | trace_event_kern.c | 15 struct key_t { struct 23 __type(key, struct key_t); argument 47 struct key_t key; in bpf_prog1()
|
| H A D | offwaketime_user.c | 41 struct key_t { struct 48 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument 80 struct key_t key = {}, next_key; in print_stacks()
|
| H A D | offwaketime_kern.c | 24 struct key_t { struct 33 __type(key, struct key_t); argument 86 struct key_t key; in update_counts()
|
| H A D | trace_event_user.c | 55 struct key_t { struct 61 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument 102 struct key_t key = {}, next_key; in print_stacks()
|
| /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 D | ipc.h | 43 typedef __key_t key_t; typedef 50 extern key_t ftok (const char *__pathname, int __proj_id) __THROW;
|
| H A D | shm.h | 52 extern int shmget (key_t __key, size_t __size, int __shmflg) __THROW;
|
| H A D | sem.h | 54 extern int semget (key_t __key, int __nsems, int __semflg) __THROW;
|
| H A D | msg.h | 64 extern int msgget (key_t __key, int __msgflg) __THROW;
|
| H A D | types.h | 121 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 D | ipc.h | 43 typedef __key_t key_t; typedef 50 extern key_t ftok (const char *__pathname, int __proj_id) __THROW;
|
| H A D | shm.h | 52 extern int shmget (key_t __key, size_t __size, int __shmflg) __THROW;
|
| H A D | sem.h | 54 extern int semget (key_t __key, int __nsems, int __semflg) __THROW;
|
| H A D | msg.h | 64 extern int msgget (key_t __key, int __msgflg) __THROW;
|
| H A D | types.h | 121 typedef __key_t key_t; typedef
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ipc.h | 16 key_t key;
|
| H A D | types.h | 24 typedef __kernel_key_t key_t; typedef
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | util.h | 88 key_t key; 258 key_t key;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0004-shm.c-Mark-glibc-specific-changes-so.patch | 28 static int syscall_shmget(key_t key, size_t size, int shmflg)
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | types.h | 18 typedef __kernel_key_t key_t; typedef
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 620 key_t shm_key = (key_t) getpid(); in main()
|