Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbtf.c3965 rec->res_spin_lock_off = -EINVAL; in btf_parse_fields()
3996 rec->res_spin_lock_off = rec->fields[i].offset; in btf_parse_fields()
4041 if (rec->spin_lock_off >= 0 && rec->res_spin_lock_off >= 0) { in btf_parse_fields()
4049 (rec->spin_lock_off < 0 && rec->res_spin_lock_off < 0)) { in btf_parse_fields()
H A Dverifier.c8310 spin_lock_off = is_res_lock ? rec->res_spin_lock_off : rec->spin_lock_off; in process_spin_lock()
/linux-6.15/include/linux/
H A Dbpf.h244 int res_spin_lock_off; member