Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 42) sorted by relevance

12

/samples/bpf/
Dmap_perf_test.bpf.c106 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local
124 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local
141 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local
158 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local
184 u32 key; in BPF_KSYSCALL() member
190 u32 key = 0; in BPF_KSYSCALL() local
254 } key; in BPF_KSYSCALL() local
273 u32 key = 1, i; in BPF_KSYSCALL() local
286 u32 key = 1, i; in BPF_KSYSCALL() local
Dtracex6.bpf.c31 u32 key = bpf_get_smp_processor_id(); in bpf_prog1() local
58 u32 key = bpf_get_smp_processor_id(); in BPF_KPROBE() local
Dtracex3.bpf.c30 struct start_key key = { in bpf_prog1() local
61 struct start_key key = { in bpf_prog2() local
Dxdp_adjust_tail_user.c56 int key = 0; in poll_stats() local
93 __u32 key = 0; in main() local
Dtracex3_user.c21 __u32 key; in clear_stats() local
82 __u32 key; in print_hist() local
Doffwaketime_user.c47 static void print_stack(struct key_t *key, __u64 count) in print_stack()
79 struct key_t key = {}, next_key; in print_stacks() local
Dlwt_len_hist.bpf.c49 __u64 *value, key, init_val = 1; in do_len_hist() local
Dspintest_user.c14 long key, next_key, value; in main() local
Dfds_example.c77 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map()
144 uint32_t key = 0, value = 0, flags = 0; in main() local
Dsockex1_user.c46 int key; in main() local
Dtc_l2_redirect_kern.c65 int key = 0, *ifindex; in _l2_to_iptun_ingress_forward() local
116 int key = 0, *ifindex; in _l2_to_iptun_ingress_redirect() local
157 int key = 0, *ifindex; in _l2_to_ip6tun_ingress_redirect() local
Dtcp_dumpstats_kern.c18 int *key; member
Dsock_example.c38 int sock = -1, map_fd, prog_fd, i, key; in test_sock() local
Dcpustat_kern.c107 u32 key, cpu, pstate_idx; in bpf_prog1() local
215 u32 key, cpu, pstate_idx; in bpf_prog2() local
Dtracex5_user.c40 int key, fd, progs_fd; in main() local
Dtest_lru_dist.c85 unsigned long long key; member
124 unsigned long long key) in pfect_lru_lookup_or_insert()
270 unsigned long long key, value = 1234; in do_test_lru_dist() local
334 unsigned long long key, value[nr_cpus]; in test_lru_loss0() local
388 unsigned long long key, value[nr_cpus]; in test_lru_loss1() local
426 unsigned long long key, value[nr_cpus]; in do_test_parallel_lru_loss() local
Dsockex2_user.c49 int key = 0, next_key; in main() local
Dlwt_len_hist_user.c34 uint64_t key = 0, next_key, max_key = 0; in main() local
Dtracex4_user.c31 __u64 key, next_key; in print_old_objects() local
Dibumad_user.c36 __u32 key; in dump_counts() local
Dsyscall_tp_user.c27 __u32 key = 0; in verify_map() local
Dtrace_event_kern.c46 struct key_t key; in bpf_prog1() local
Dlathist_kern.c75 int key, cpu; in bpf_prog2() local
Dtrace_event_user.c61 static void print_stack(struct key_t *key, __u64 count) in print_stack()
102 struct key_t key = {}, next_key; in print_stacks() local
/samples/vfs/
Dtest-fsmount.c83 const char *key, const void *val, int aux) in fsconfig()
97 #define E_fsconfig(fd, cmd, key, val, aux) \ argument

12