Searched refs:bpf_spin_lock (Results 1 – 4 of 4) sorted by relevance
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()
2992 if (member_type->size != sizeof(struct bpf_spin_lock)) in btf_find_spin_lock()3005 if (off % __alignof__(struct bpf_spin_lock)) in btf_find_spin_lock()
792 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()
3134 if (reg->smin_value + off < lock + sizeof(struct bpf_spin_lock) && in check_map_access()