Lines Matching refs:bpf_spin_lock
278 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()
293 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()
303 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()
313 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()
324 static inline void __bpf_spin_lock_irqsave(struct bpf_spin_lock *lock) in __bpf_spin_lock_irqsave()
333 notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument
340 .func = bpf_spin_lock,
347 static inline void __bpf_spin_unlock_irqrestore(struct bpf_spin_lock *lock) in __bpf_spin_unlock_irqrestore()
356 notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument
373 struct bpf_spin_lock *lock; in copy_map_value_locked()
1109 struct bpf_spin_lock lock;
1813 struct bpf_spin_lock *spin_lock) in bpf_list_head_free()
1862 struct bpf_spin_lock *spin_lock) in bpf_rb_root_free()