Home
last modified time | relevance | path

Searched refs:ARG_PTR_TO_SPIN_LOCK (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/bpf/
Dhelpers.c325 .arg1_type = ARG_PTR_TO_SPIN_LOCK,
347 .arg1_type = ARG_PTR_TO_SPIN_LOCK,
Dverifier.c5674 [ARG_PTR_TO_SPIN_LOCK] = &spin_lock_types,
5991 case ARG_PTR_TO_SPIN_LOCK: in check_func_arg()
/linux-5.19.10/include/linux/
Dbpf.h437 ARG_PTR_TO_SPIN_LOCK, /* pointer to bpf_spin_lock */ enumerator