Searched refs:bpf_spin_lock (Results 1 – 4 of 4) sorted by relevance
248 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()262 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()271 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()281 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()292 static inline void __bpf_spin_lock_irqsave(struct bpf_spin_lock *lock) in __bpf_spin_lock_irqsave()301 notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument308 .func = bpf_spin_lock,314 static inline void __bpf_spin_unlock_irqrestore(struct bpf_spin_lock *lock) in __bpf_spin_unlock_irqrestore()323 notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument339 struct bpf_spin_lock *lock; in copy_map_value_locked()[all …]
3134 sizeof(struct bpf_spin_lock), in btf_find_spin_lock()3135 __alignof__(struct bpf_spin_lock)); in btf_find_spin_lock()
801 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()
3484 if (reg->smin_value + off < lock + sizeof(struct bpf_spin_lock) && in check_map_access()