Searched refs:hmap_elem (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | timer_mim.c | 10 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 D | timer_mim_reject.c | 10 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 D | async_stack_depth.c | 7 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 D | freplace_attach_probe.c | 11 struct hmap_elem { struct 20 __type(value, struct hmap_elem); argument 26 struct hmap_elem *val; in new_handle_kprobe()
|
H A D | wq.c | 12 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 D | test_map_lock.c | 9 struct hmap_elem { struct 18 __type(value, struct hmap_elem); argument 36 struct hmap_elem *val; in bpf_map_lock_test()
|
H A D | timer.c | 11 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 D | test_spin_lock.c | 8 struct hmap_elem { struct 18 __type(value, struct hmap_elem); argument 53 struct hmap_elem zero = {}, *val; in bpf_spin_lock_test()
|
H A D | exceptions_fail.c | 18 struct hmap_elem { struct 26 __type(value, struct hmap_elem); argument 99 struct hmap_elem *elem; in reject_async_callback_throw()
|