Searched refs:bpf_spin_lock (Results 1 – 16 of 16) sorted by relevance
9 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()
10 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()
12 struct bpf_spin_lock lock;33 bpf_spin_lock(&val->lock); in new_handle_kprobe()
26 struct bpf_spin_lock lock;209 bpf_spin_lock(&pkt_out_cnt10->lock); in egress_read_sock_fields()
236 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()250 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()259 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()269 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()280 notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument291 .func = bpf_spin_lock,297 notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument317 struct bpf_spin_lock *lock; in copy_map_value_locked()
2996 if (member_type->size != sizeof(struct bpf_spin_lock)) in btf_find_spin_lock()3009 if (off % __alignof__(struct bpf_spin_lock)) in btf_find_spin_lock()
778 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()
2662 if (reg->smin_value + off < lock + sizeof(struct bpf_spin_lock) && in check_map_access()
12 struct bpf_spin_lock lock;
92 bpf_spin_lock(&qdp->lock); in _hbm_out_cg()
94 bpf_spin_lock(&qdp->lock); in _hbm_out_cg()
187 *(struct bpf_spin_lock *)(dst + map->spin_lock_off) = in check_and_init_map_lock()188 (struct bpf_spin_lock){}; in check_and_init_map_lock()198 memcpy(dst + off + sizeof(struct bpf_spin_lock), in copy_map_value()199 src + off + sizeof(struct bpf_spin_lock), in copy_map_value()200 map->value_size - off - sizeof(struct bpf_spin_lock)); in copy_map_value()
28 struct bpf_spin_lock lock;
51 ``struct bpf_spin_lock`` to synchronize the storage. See
4978 struct bpf_spin_lock { struct