Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c4142 rec->res_spin_lock_off = -EINVAL; in btf_parse_fields()
4172 WARN_ON_ONCE(rec->res_spin_lock_off >= 0); in btf_parse_fields()
4174 rec->res_spin_lock_off = rec->fields[i].offset; in btf_parse_fields()
4223 if (rec->spin_lock_off >= 0 && rec->res_spin_lock_off >= 0) { in btf_parse_fields()
4231 (rec->spin_lock_off < 0 && rec->res_spin_lock_off < 0)) { in btf_parse_fields()
H A Dverifier.c7296 spin_lock_off = is_res_lock ? rec->res_spin_lock_off : rec->spin_lock_off; in process_spin_lock()
/linux/include/linux/
H A Dbpf.h266 int res_spin_lock_off; member