Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_hash_map.c8 struct key_t { struct
17 __type(key, struct key_t); argument
31 __type(key, struct key_t);
48 struct key_t *key = ctx->key; in dump_bpf_hash_map()
49 struct key_t tmp_key; in dump_bpf_hash_map()
70 __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 Dtest_btf_decl_tag.c17 struct key_t { struct
31 __type(key, struct key_t); argument
38 struct key_t key; in foo()
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
/openbmc/linux/samples/bpf/
H A Dtrace_event_kern.c14 struct key_t { struct
22 __type(key, struct key_t); argument
46 struct key_t key; in bpf_prog1()
H A Doffwaketime_user.c40 struct key_t { struct
47 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
79 struct key_t key = {}, next_key; in print_stacks()
H A Doffwaketime.bpf.c20 struct key_t { struct
29 __type(key, struct key_t); argument
80 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()
/openbmc/linux/include/linux/
H A Dipc.h16 key_t key;
H A Dtypes.h29 typedef __kernel_key_t key_t; typedef
H A Dsyscalls.h708 asmlinkage long sys_msgget(key_t key, int msgflg);
715 asmlinkage long sys_semget(key_t key, int nsems, int semflg);
726 asmlinkage long sys_shmget(key_t key, size_t size, int flag);
1258 long ksys_semget(key_t key, int nsems, int semflg);
1260 long ksys_msgget(key_t key, int msgflg);
1266 long ksys_shmget(key_t key, size_t size, int shmflg);
/openbmc/linux/ipc/
H A Dutil.h86 key_t key;
259 key_t key;
H A Dsyscall.c76 return ksys_msgget((key_t) first, second); in ksys_ipc()
H A Dmsg.c148 key_t key = params->key; in newque()
298 long ksys_msgget(key_t key, int msgflg) in ksys_msgget()
315 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) in SYSCALL_DEFINE2() argument
H A Dshm.c707 key_t key = params->key; in newseg()
831 long ksys_shmget(key_t key, size_t size, int shmflg) in ksys_shmget()
850 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument
H A Dsem.c535 key_t key = params->key; in newary()
602 long ksys_semget(key_t key, int nsems, int semflg) in ksys_semget()
624 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument
H A Dutil.c172 static struct kern_ipc_perm *ipc_findkey(struct ipc_ids *ids, key_t key) in ipc_findkey()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0009-shm.c-Mark-glibc-specific-changes-so.patch29 static int syscall_shmget(key_t key, size_t size, int shmflg)
/openbmc/u-boot/include/linux/
H A Dtypes.h18 typedef __kernel_key_t key_t; typedef
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c619 key_t shm_key = (key_t) getpid(); in main()
/openbmc/linux/tools/testing/selftests/ipc/
H A Dmsgque.c27 key_t key;
/openbmc/linux/arch/sparc/kernel/
H A Dsys_sparc_64.c379 err = ksys_msgget((key_t)first, (int)second); in SYSCALL_DEFINE6()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c776 struct key_t { in test_bpf_hash_map() struct
869 struct key_t { in test_bpf_percpu_hash_map() struct

12