Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
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()
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()
A Dfreplace_attach_probe.c11 struct hmap_elem { struct
20 __type(value, struct hmap_elem); argument
26 struct hmap_elem zero = {}, *val; in new_handle_kprobe()
A Dtimer.c10 struct hmap_elem { struct
20 __type(value, struct hmap_elem); argument
28 __type(value, struct hmap_elem);
156 static int timer_cb2(void *map, int *key, struct hmap_elem *val) in timer_cb2()
218 struct hmap_elem *val; in bpf_timer_test()
241 struct hmap_elem init = {}, *val; in BPF_PROG2()
A Dtest_map_lock.c9 struct hmap_elem { struct
18 __type(value, struct hmap_elem); argument
36 struct hmap_elem zero = {}, *val; in bpf_map_lock_test()
A Dtest_spin_lock.c7 struct hmap_elem { struct
17 __type(value, struct hmap_elem); argument
52 struct hmap_elem zero = {}, *val; in bpf_spin_lock_test()

Completed in 12 milliseconds