Home
last modified time | relevance | path

Searched refs:key_t (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_hash_map.c9 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 Dbpf_iter_test_kern5.c9 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 Dbpf_iter_bpf_percpu_hash_map.c9 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 Dbpf_iter_bpf_percpu_array_map.c9 struct key_t { struct
H A Dbpf_iter_bpf_array_map.c9 struct key_t { struct
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtrace_event_kern.c15 struct key_t { struct
23 __type(key, struct key_t); argument
47 struct key_t key; in bpf_prog1()
H A Doffwaketime_user.c41 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 Doffwaketime_kern.c24 struct key_t { struct
33 __type(key, struct key_t); argument
86 struct key_t key; in update_counts()
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
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 Dipc.h43 typedef __key_t key_t; typedef
50 extern key_t ftok (const char *__pathname, int __proj_id) __THROW;
H A Dshm.h52 extern int shmget (key_t __key, size_t __size, int __shmflg) __THROW;
H A Dsem.h54 extern int semget (key_t __key, int __nsems, int __semflg) __THROW;
H A Dmsg.h64 extern int msgget (key_t __key, int __msgflg) __THROW;
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
50 extern key_t ftok (const char *__pathname, int __proj_id) __THROW;
H A Dshm.h52 extern int shmget (key_t __key, size_t __size, int __shmflg) __THROW;
H A Dsem.h54 extern int semget (key_t __key, int __nsems, int __semflg) __THROW;
H A Dmsg.h64 extern int msgget (key_t __key, int __msgflg) __THROW;
H A Dtypes.h121 typedef __key_t key_t; typedef
/OK3568_Linux_fs/kernel/include/linux/
H A Dipc.h16 key_t key;
H A Dtypes.h24 typedef __kernel_key_t key_t; typedef
/OK3568_Linux_fs/kernel/ipc/
H A Dutil.h88 key_t key;
258 key_t key;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0004-shm.c-Mark-glibc-specific-changes-so.patch28 static int syscall_shmget(key_t key, size_t size, int shmflg)
/OK3568_Linux_fs/u-boot/include/linux/
H A Dtypes.h18 typedef __kernel_key_t key_t; typedef
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c620 key_t shm_key = (key_t) getpid(); in main()

12