Lines Matching defs:bpf_spin_lock
289 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock)
304 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock)
314 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock)
324 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock)
335 static inline void __bpf_spin_lock_irqsave(struct bpf_spin_lock *lock)
344 NOTRACE_BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock)
351 .func = bpf_spin_lock,
358 static inline void __bpf_spin_unlock_irqrestore(struct bpf_spin_lock *lock)
367 NOTRACE_BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock)
384 struct bpf_spin_lock *lock;
1145 /* bpf_spin_lock is used here instead of spinlock_t to make
1149 struct bpf_spin_lock lock;
2110 struct bpf_spin_lock *spin_lock)
2157 struct bpf_spin_lock *spin_lock)