Home
last modified time | relevance | path

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

12

/samples/bpf/
Dmap_perf_test_kern.c101 u32 key = bpf_get_current_pid_tgid(); in stress_hmap() local
116 u32 key = bpf_get_current_pid_tgid(); in stress_percpu_hmap() local
130 u32 key = bpf_get_current_pid_tgid(); in stress_hmap_alloc() local
144 u32 key = bpf_get_current_pid_tgid(); in stress_percpu_hmap_alloc() local
167 u32 key; in stress_lru_hmap_alloc() member
174 u32 key = 0; in stress_lru_hmap_alloc() local
240 } key; in stress_lpm_trie_map_alloc() local
259 u32 key = 1, i; in stress_hash_map_lookup() local
272 u32 key = 1, i; in stress_array_map_lookup() local
Dtracex6_kern.c28 u32 key = bpf_get_smp_processor_id(); in bpf_prog1() local
49 u32 key = bpf_get_smp_processor_id(); in bpf_prog2() local
Dtracex3_user.c23 __u32 key; in clear_stats() local
84 __u32 key; in print_hist() local
Dtracex2_user.c44 struct hist_key key = {}, next_key; in print_hist_for_pid() local
83 struct hist_key key = {}, next_key; in print_hist() local
119 long key, next_key, value; in main() local
Doffwaketime_user.c48 static void print_stack(struct key_t *key, __u64 count) in print_stack()
80 struct key_t key = {}, next_key; in print_stacks() local
Dspintest_user.c15 long key, next_key, value; in main() local
Dsockex3_user.c36 int i, sock, err, id, key = PARSE_IP; in main() local
67 struct flow_key_record key = {}, next_key; in main() local
Dxdp_redirect_user.c72 __u32 key = 0; in poll_stats() local
112 int ret, key = 0; in main() local
Dxdp_redirect_map_user.c72 __u32 key = 0; in poll_stats() local
109 int ret, opt, key = 0; in main() local
Dsockex1_user.c37 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
Dxdp_redirect_cpu_kern.c208 u32 key = 0; in xdp_prognum0_no_touch() local
240 u32 key = 0; in xdp_prognum1_touch_data() local
334 u32 key = 0; in xdp_prognum3_proto_separate() local
403 u32 key = 0; in xdp_prognum4_ddos_filter_pktgen() local
524 u32 key = 0; in xdp_prognum5_lb_hash_ip_pairs() local
594 u32 key = XDP_REDIRECT_ERROR; in xdp_redirect_collect_stat() local
641 u32 key = 0; in trace_xdp_exception() local
708 u32 key = 0; in trace_xdp_cpumap_kthread() local
Dfds_example.c76 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map()
142 uint32_t key = 0, value = 0, flags = 0; in main() local
Dcpustat_kern.c107 u32 key, cpu, pstate_idx; in bpf_prog1() local
215 u32 key, cpu, pstate_idx; in bpf_prog2() local
Dtest_lru_dist.c91 unsigned long long key; member
130 unsigned long long key) in pfect_lru_lookup_or_insert()
273 unsigned long long key, value = 1234; in do_test_lru_dist() local
337 unsigned long long key, value[nr_cpus]; in test_lru_loss0() local
391 unsigned long long key, value[nr_cpus]; in test_lru_loss1() local
429 unsigned long long key, value[nr_cpus]; in do_test_parallel_lru_loss() local
Dsock_example.c37 int sock = -1, map_fd, prog_fd, i, key; in test_sock() local
Dtcp_dumpstats_kern.c18 int *key; member
Dxdp_monitor_kern.c47 u32 key = XDP_REDIRECT_ERROR; in xdp_redirect_collect_stat() local
109 u32 key; in trace_xdp_exception() local
198 u32 key = 0; in trace_xdp_cpumap_kthread() local
239 u32 key = 0; in trace_xdp_devmap_xmit() local
Dibumad_user.c32 __u32 key; in dump_counts() local
Dsockex2_user.c44 int key = 0, next_key; in main() local
Dsyscall_tp_user.c32 __u32 key = 0; in verify_map() local
Dtracex4_user.c33 __u64 key, next_key; in print_old_objects() local
Dxdp_redirect_kern.c64 u32 key = 0; in xdp_redirect_prog() 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