Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dhelpers.c338 .arg1_type = ARG_PTR_TO_SPIN_LOCK,
360 .arg1_type = ARG_PTR_TO_SPIN_LOCK,
Dverifier.c5731 [ARG_PTR_TO_SPIN_LOCK] = &spin_lock_types,
6057 case ARG_PTR_TO_SPIN_LOCK: in check_func_arg()
/Linux-v6.1/include/linux/
Dbpf.h494 ARG_PTR_TO_SPIN_LOCK, /* pointer to bpf_spin_lock */ enumerator