Lines Matching refs:bpf_spin_lock
277 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()
291 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()
300 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()
310 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()
321 static inline void __bpf_spin_lock_irqsave(struct bpf_spin_lock *lock) in __bpf_spin_lock_irqsave()
330 notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument
337 .func = bpf_spin_lock,
344 static inline void __bpf_spin_unlock_irqrestore(struct bpf_spin_lock *lock) in __bpf_spin_unlock_irqrestore()
353 notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument
370 struct bpf_spin_lock *lock; in copy_map_value_locked()
1106 struct bpf_spin_lock lock;
1735 struct bpf_spin_lock *spin_lock) in bpf_list_head_free()
1789 struct bpf_spin_lock *spin_lock) in bpf_rb_root_free()