Home
last modified time | relevance | path

Searched refs:spin_lock_off (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c380 lock = src + map->record->spin_lock_off; in copy_map_value_locked()
382 lock = dst + map->record->spin_lock_off; in copy_map_value_locked()
H A Dsyscall.c716 if (WARN_ON_ONCE(rec->spin_lock_off < 0)) in bpf_obj_free_fields()
718 bpf_list_head_free(field, field_ptr, obj + rec->spin_lock_off); in bpf_obj_free_fields()
721 if (WARN_ON_ONCE(rec->spin_lock_off < 0)) in bpf_obj_free_fields()
723 bpf_rb_root_free(field, field_ptr, obj + rec->spin_lock_off); in bpf_obj_free_fields()
H A Dbtf.c3945 rec->spin_lock_off = -EINVAL; in btf_parse_fields()
3969 WARN_ON_ONCE(rec->spin_lock_off >= 0); in btf_parse_fields()
3971 rec->spin_lock_off = rec->fields[i].offset; in btf_parse_fields()
4017 btf_record_has_field(rec, BPF_RB_ROOT)) && rec->spin_lock_off < 0) { in btf_parse_fields()
H A Dverifier.c7567 if (rec->spin_lock_off != val + reg->off) { in process_spin_lock()
7569 val + reg->off, rec->spin_lock_off); in process_spin_lock()
11631 rec->spin_lock_off, head_type_name); in __process_kf_arg_ptr_to_graph_root()
/linux/include/linux/
H A Dbpf.h240 int spin_lock_off; member