Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dtest_spin_lock.c9 struct bpf_spin_lock lock;
21 struct bpf_spin_lock lock;
32 struct bpf_spin_lock lock;
69 bpf_spin_lock(&val->lock); in bpf_sping_lock_test()
83 bpf_spin_lock(&q->lock); in bpf_sping_lock_test()
94 bpf_spin_lock(&cls->lock); in bpf_sping_lock_test()
Dtest_map_lock.c10 struct bpf_spin_lock lock;
22 struct bpf_spin_lock lock;
45 bpf_spin_lock(&val->lock); in bpf_map_lock_test()
54 bpf_spin_lock(&q->lock); in bpf_map_lock_test()
Dtest_sock_fields_kern.c59 struct bpf_spin_lock lock;
207 bpf_spin_lock(&pkt_out_cnt10->lock); in egress_read_sock_fields()
/tools/testing/selftests/bpf/
Dbpf_helpers.h193 static void (*bpf_spin_lock)(struct bpf_spin_lock *lock) = variable
195 static void (*bpf_spin_unlock)(struct bpf_spin_lock *lock) =
Dtest_sock_fields.c39 struct bpf_spin_lock lock;
/tools/include/uapi/linux/
Dbpf.h3592 struct bpf_spin_lock { struct