Home
last modified time | relevance | path

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

/kernel/bpf/
Dhelpers.c237 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()
251 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()
260 static inline void __bpf_spin_lock(struct bpf_spin_lock *lock) in __bpf_spin_lock()
270 static inline void __bpf_spin_unlock(struct bpf_spin_lock *lock) in __bpf_spin_unlock()
281 notrace BPF_CALL_1(bpf_spin_lock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument
292 .func = bpf_spin_lock,
298 notrace BPF_CALL_1(bpf_spin_unlock, struct bpf_spin_lock *, lock) in BPF_CALL_1() argument
318 struct bpf_spin_lock *lock; in copy_map_value_locked()
Dbtf.c2992 if (member_type->size != sizeof(struct bpf_spin_lock)) in btf_find_spin_lock()
3005 if (off % __alignof__(struct bpf_spin_lock)) in btf_find_spin_lock()
Dsyscall.c792 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()
Dverifier.c3134 if (reg->smin_value + off < lock + sizeof(struct bpf_spin_lock) && in check_map_access()