Home
last modified time | relevance | path

Searched refs:hmap_elem (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtimer_mim.c10 struct hmap_elem { struct
19 __type(value, struct hmap_elem); argument
39 static int timer_cb1(void *map, int *key, struct hmap_elem *val);
41 static int timer_cb2(void *map, int *key, struct hmap_elem *val) in timer_cb2()
52 static int timer_cb1(void *map, int *key, struct hmap_elem *val) in timer_cb1()
67 struct hmap_elem init = {}; in BPF_PROG()
69 struct hmap_elem *val; in BPF_PROG()
H A Dtimer_mim_reject.c10 struct hmap_elem { struct
19 __type(value, struct hmap_elem); argument
41 static int timer_cb(void *map, int *key, struct hmap_elem *val) in timer_cb()
49 struct hmap_elem init = {}; in BPF_PROG()
51 struct hmap_elem *val; in BPF_PROG()
H A Dasync_stack_depth.c7 struct hmap_elem { struct
15 __type(value, struct hmap_elem); argument
36 struct hmap_elem *elem; in pseudo_call_check()
51 struct hmap_elem *elem; in async_call_root_check()
H A Dfreplace_attach_probe.c11 struct hmap_elem { struct
20 __type(value, struct hmap_elem); argument
26 struct hmap_elem *val; in new_handle_kprobe()
H A Dwq.c12 struct hmap_elem { struct
23 __type(value, struct hmap_elem); argument
31 __type(value, struct hmap_elem);
92 struct hmap_elem init = {}, *val; in test_hmap_elem_callback()
H A Dtest_map_lock.c9 struct hmap_elem { struct
18 __type(value, struct hmap_elem); argument
36 struct hmap_elem *val; in bpf_map_lock_test()
H A Dtimer.c11 struct hmap_elem { struct
21 __type(value, struct hmap_elem); argument
29 __type(value, struct hmap_elem);
168 static int timer_cb2(void *map, int *key, struct hmap_elem *val) in timer_cb2()
230 struct hmap_elem *val; in bpf_timer_test()
253 struct hmap_elem init = {}, *val; in BPF_PROG2()
H A Dtest_spin_lock.c8 struct hmap_elem { struct
18 __type(value, struct hmap_elem); argument
53 struct hmap_elem zero = {}, *val; in bpf_spin_lock_test()
H A Dexceptions_fail.c18 struct hmap_elem { struct
26 __type(value, struct hmap_elem); argument
99 struct hmap_elem *elem; in reject_async_callback_throw()