Searched refs:bpf_spin_lock (Results 1 – 15 of 15) 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()
59 struct bpf_spin_lock lock;207 bpf_spin_lock(&pkt_out_cnt10->lock); in egress_read_sock_fields()
221 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()235 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()244 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()254 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()265 notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument276 .func = bpf_spin_lock,282 notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument302 struct bpf_spin_lock *lock; in copy_map_value_locked()
2231 if (member_type->size != sizeof(struct bpf_spin_lock)) in btf_find_spin_lock()2244 if (off % __alignof__(struct bpf_spin_lock)) in btf_find_spin_lock()
533 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()
2227 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()
117 *(struct bpf_spin_lock *)(dst + map->spin_lock_off) = in check_and_init_map_lock()118 (struct bpf_spin_lock){}; in check_and_init_map_lock()128 memcpy(dst + off + sizeof(struct bpf_spin_lock), in copy_map_value()129 src + off + sizeof(struct bpf_spin_lock), in copy_map_value()130 map->value_size - off - sizeof(struct bpf_spin_lock)); in copy_map_value()
193 static void (*bpf_spin_lock)(struct bpf_spin_lock *lock) = variable195 static void (*bpf_spin_unlock)(struct bpf_spin_lock *lock) =
39 struct bpf_spin_lock lock;
3592 struct bpf_spin_lock { struct