| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_btf_decl_tag.c | 17 struct key_t { struct 31 __type(key, struct key_t); argument 38 struct key_t key; in foo()
|
| /linux/samples/bpf/ |
| H A D | trace_event_kern.c | 14 struct key_t { struct 22 __type(key, struct key_t); argument 46 struct key_t key; in bpf_prog1()
|
| H A D | offwaketime_user.c | 40 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 D | offwaketime.bpf.c | 20 struct key_t { struct 29 __type(key, struct key_t); argument 80 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()
|
| /linux/include/linux/ |
| H A D | ipc.h | 16 key_t key;
|
| H A D | types.h | 29 typedef __kernel_key_t key_t; typedef
|
| H A D | syscalls.h | 750 asmlinkage long sys_msgget(key_t key, int msgflg); 757 asmlinkage long sys_semget(key_t key, int nsems, int semflg); 768 asmlinkage long sys_shmget(key_t key, size_t size, int flag); 1314 long ksys_semget(key_t key, int nsems, int semflg); 1316 long ksys_msgget(key_t key, int msgflg); 1322 long ksys_shmget(key_t key, size_t size, int shmflg);
|
| /linux/ipc/ |
| H A D | util.h | 87 key_t key; 260 key_t key;
|
| H A D | syscall.c | 76 return ksys_msgget((key_t) first, second); in ksys_ipc()
|
| H A D | msg.c | 148 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 D | shm.c | 704 key_t key = params->key; in newseg() 828 long ksys_shmget(key_t key, size_t size, int shmflg) in ksys_shmget() 847 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument
|
| H A D | sem.c | 535 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
|
| /linux/tools/testing/selftests/ipc/ |
| H A D | msgque.c | 27 key_t key;
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 396 err = ksys_msgget((key_t)first, (int)second); in SYSCALL_DEFINE6()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter.c | 851 struct key_t { in test_bpf_hash_map() struct 944 struct key_t { in test_bpf_percpu_hash_map() struct
|