Home
last modified time | relevance | path

Searched refs:bpf_spin_lock (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dhelpers.c248 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() argument
308 .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() argument
339 struct bpf_spin_lock *lock; in copy_map_value_locked()
[all …]
Dbtf.c3134 sizeof(struct bpf_spin_lock), in btf_find_spin_lock()
3135 __alignof__(struct bpf_spin_lock)); in btf_find_spin_lock()
Dsyscall.c801 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()
Dverifier.c3484 if (reg->smin_value + off < lock + sizeof(struct bpf_spin_lock) && in check_map_access()