/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_test_kern5.c | 9 struct key_t { struct 18 __type(key, struct key_t); argument
|
D | bpf_iter_bpf_array_map.c | 9 struct key_t { struct 10 int a; 11 int b; 12 int c;
|
D | bpf_iter_bpf_percpu_array_map.c | 9 struct key_t { struct 10 int a; 11 int b; 12 int c;
|
D | bpf_iter_bpf_percpu_hash_map.c | 9 struct key_t { struct 18 __type(key, struct key_t); argument
|
D | test_btf_decl_tag.c | 17 struct key_t { struct 31 __type(key, struct key_t); argument
|
D | bpf_iter_bpf_hash_map.c | 8 struct key_t { struct 17 __type(key, struct key_t); argument
|
/linux-6.6.21/samples/bpf/ |
D | offwaketime_user.c | 40 struct key_t { struct 47 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
|
D | offwaketime.bpf.c | 20 struct key_t { struct 29 __type(key, struct key_t); argument
|
D | trace_event_kern.c | 14 struct key_t { struct 22 __type(key, struct key_t); argument
|
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
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_iter.c | 776 struct key_t { in test_bpf_hash_map() struct 777 int a; in test_bpf_hash_map() 778 int b; in test_bpf_hash_map() 779 int c; in test_bpf_hash_map() 869 struct key_t { in test_bpf_percpu_hash_map() struct 870 int a; in test_bpf_percpu_hash_map() 871 int b; in test_bpf_percpu_hash_map() 872 int c; in test_bpf_percpu_hash_map()
|
/linux-6.6.21/include/linux/ |
D | types.h | 29 typedef __kernel_key_t key_t; typedef
|
/linux-6.6.21/ipc/ |
D | msg.c | 315 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) in SYSCALL_DEFINE2() argument
|
D | shm.c | 850 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument
|
D | sem.c | 624 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument
|