Searched refs:hmap_elem (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/testing/selftests/bpf/progs/ |
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()
|
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()
|
D | freplace_attach_probe.c | 11 struct hmap_elem { struct 20 __type(value, struct hmap_elem); argument 26 struct hmap_elem zero = {}, *val; in new_handle_kprobe()
|
D | timer.c | 10 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() 229 struct hmap_elem *val; in bpf_timer_test() 252 struct hmap_elem init = {}, *val; in BPF_PROG()
|
D | test_map_lock.c | 9 struct hmap_elem { struct 18 __type(value, struct hmap_elem); argument 36 struct hmap_elem zero = {}, *val; in bpf_map_lock_test()
|
D | test_spin_lock.c | 7 struct hmap_elem { struct 17 __type(value, struct hmap_elem); argument 52 struct hmap_elem zero = {}, *val; in bpf_sping_lock_test()
|