Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c295 .arg1_type = ARG_PTR_TO_SPIN_LOCK,
312 .arg1_type = ARG_PTR_TO_SPIN_LOCK,
H A Dverifier.c4397 [ARG_PTR_TO_SPIN_LOCK] = &spin_lock_types,
4575 } else if (arg_type == ARG_PTR_TO_SPIN_LOCK) { in check_func_arg()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h299 ARG_PTR_TO_SPIN_LOCK, /* pointer to bpf_spin_lock */ enumerator