bpf_spin_lock     117 include/linux/bpf.h 	*(struct bpf_spin_lock *)(dst + map->spin_lock_off) =
bpf_spin_lock     118 include/linux/bpf.h 		(struct bpf_spin_lock){};
bpf_spin_lock     128 include/linux/bpf.h 		memcpy(dst + off + sizeof(struct bpf_spin_lock),
bpf_spin_lock     129 include/linux/bpf.h 		       src + off + sizeof(struct bpf_spin_lock),
bpf_spin_lock     130 include/linux/bpf.h 		       map->value_size - off - sizeof(struct bpf_spin_lock));
bpf_spin_lock    2231 kernel/bpf/btf.c 		if (member_type->size != sizeof(struct bpf_spin_lock))
bpf_spin_lock    2244 kernel/bpf/btf.c 		if (off % __alignof__(struct bpf_spin_lock))
bpf_spin_lock     221 kernel/bpf/helpers.c static inline void __bpf_spin_lock(struct bpf_spin_lock *lock)
bpf_spin_lock     235 kernel/bpf/helpers.c static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock)
bpf_spin_lock     244 kernel/bpf/helpers.c static inline void __bpf_spin_lock(struct bpf_spin_lock *lock)
bpf_spin_lock     254 kernel/bpf/helpers.c static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock)
bpf_spin_lock     265 kernel/bpf/helpers.c notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock)
bpf_spin_lock     276 kernel/bpf/helpers.c 	.func		= bpf_spin_lock,
bpf_spin_lock     282 kernel/bpf/helpers.c notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock)
bpf_spin_lock     302 kernel/bpf/helpers.c 	struct bpf_spin_lock *lock;
bpf_spin_lock     533 kernel/bpf/syscall.c 		if (map->spin_lock_off + sizeof(struct bpf_spin_lock) >
bpf_spin_lock    2246 kernel/bpf/verifier.c 		if (reg->smin_value + off < lock + sizeof(struct bpf_spin_lock) &&
bpf_spin_lock      12 samples/bpf/hbm.h 	struct bpf_spin_lock lock;
bpf_spin_lock      92 samples/bpf/hbm_edt_kern.c 	bpf_spin_lock(&qdp->lock);
bpf_spin_lock      94 samples/bpf/hbm_out_kern.c 	bpf_spin_lock(&qdp->lock);
bpf_spin_lock     193 tools/testing/selftests/bpf/bpf_helpers.h static void (*bpf_spin_lock)(struct bpf_spin_lock *lock) =
bpf_spin_lock     195 tools/testing/selftests/bpf/bpf_helpers.h static void (*bpf_spin_unlock)(struct bpf_spin_lock *lock) =
bpf_spin_lock      10 tools/testing/selftests/bpf/progs/test_map_lock.c 	struct bpf_spin_lock lock;
bpf_spin_lock      22 tools/testing/selftests/bpf/progs/test_map_lock.c 	struct bpf_spin_lock lock;
bpf_spin_lock      45 tools/testing/selftests/bpf/progs/test_map_lock.c 	bpf_spin_lock(&val->lock);
bpf_spin_lock      54 tools/testing/selftests/bpf/progs/test_map_lock.c 	bpf_spin_lock(&q->lock);
bpf_spin_lock      59 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	struct bpf_spin_lock lock;
bpf_spin_lock     207 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	bpf_spin_lock(&pkt_out_cnt10->lock);
bpf_spin_lock       9 tools/testing/selftests/bpf/progs/test_spin_lock.c 	struct bpf_spin_lock lock;
bpf_spin_lock      21 tools/testing/selftests/bpf/progs/test_spin_lock.c 	struct bpf_spin_lock lock;
bpf_spin_lock      32 tools/testing/selftests/bpf/progs/test_spin_lock.c 	struct bpf_spin_lock lock;
bpf_spin_lock      69 tools/testing/selftests/bpf/progs/test_spin_lock.c 	bpf_spin_lock(&val->lock);
bpf_spin_lock      83 tools/testing/selftests/bpf/progs/test_spin_lock.c 	bpf_spin_lock(&q->lock);
bpf_spin_lock      94 tools/testing/selftests/bpf/progs/test_spin_lock.c 	bpf_spin_lock(&cls->lock);
bpf_spin_lock      39 tools/testing/selftests/bpf/test_sock_fields.c 	struct bpf_spin_lock lock;