Home
last modified time | relevance | path

Searched defs:key_t (Results 1 – 9 of 9) sorted by relevance

/linux/samples/bpf/
H A Doffwaketime_user.c40 struct key_t { struct
47 static void print_stack(struct key_t *key, __u64 count) in print_stack() argument
H A Doffwaketime.bpf.c20 struct key_t { struct
29 __type(key, struct key_t); argument
H A Dtrace_event_kern.c14 struct key_t { struct
22 __type(key, struct key_t); argument
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
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_btf_decl_tag.c17 struct key_t { struct
31 __type(key, struct key_t); argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c783 struct key_t { in test_bpf_hash_map() struct
784 int a; in test_bpf_hash_map()
785 int b; in test_bpf_hash_map()
786 int c; in test_bpf_hash_map()
876 struct key_t { in test_bpf_percpu_hash_map() struct
877 int a; in test_bpf_percpu_hash_map()
878 int b; in test_bpf_percpu_hash_map()
879 int c; in test_bpf_percpu_hash_map()
/linux/ipc/
H A Dmsg.c315 SYSCALL_DEFINE2(msgget, key_t, key, int, msgflg) in SYSCALL_DEFINE2() argument
H A Dshm.c842 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument
H A Dsem.c624 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) in SYSCALL_DEFINE3() argument