Searched refs:bpf_spin_lock (Results 1 – 17 of 17) 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()
27 struct bpf_spin_lock lock;210 bpf_spin_lock(&pkt_out_cnt10->lock); in egress_read_sock_fields()
237 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()251 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()260 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()270 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()281 notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument292 .func = bpf_spin_lock,298 notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument318 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()
790 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()
2926 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()
188 *(struct bpf_spin_lock *)(dst + map->spin_lock_off) = in check_and_init_map_lock()189 (struct bpf_spin_lock){}; in check_and_init_map_lock()199 memcpy(dst + off + sizeof(struct bpf_spin_lock), in copy_map_value()200 src + off + sizeof(struct bpf_spin_lock), in copy_map_value()201 map->value_size - off - sizeof(struct bpf_spin_lock)); in copy_map_value()
31 struct bpf_spin_lock lock;
51 ``struct bpf_spin_lock`` to synchronize the storage. See
4979 struct bpf_spin_lock { struct
1070 struct bpf_spin_lock { struct