Searched refs:res_spin_lock_off (Results 1 – 3 of 3) sorted by relevance
4095 rec->res_spin_lock_off = -EINVAL; in btf_parse_fields()4127 rec->res_spin_lock_off = rec->fields[i].offset; in btf_parse_fields()4176 if (rec->spin_lock_off >= 0 && rec->res_spin_lock_off >= 0) { in btf_parse_fields()4184 (rec->spin_lock_off < 0 && rec->res_spin_lock_off < 0)) { in btf_parse_fields()
7228 spin_lock_off = is_res_lock ? rec->res_spin_lock_off : rec->spin_lock_off; in process_spin_lock()
261 int res_spin_lock_off; member