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.c381 lock = src + map->record->spin_lock_off; in copy_map_value_locked()
383 lock = dst + map->record->spin_lock_off; in copy_map_value_locked()
H A Dsyscall.c813 if (WARN_ON_ONCE(rec->spin_lock_off < 0)) in bpf_obj_free_fields()
815 bpf_list_head_free(field, field_ptr, obj + rec->spin_lock_off); in bpf_obj_free_fields()
818 if (WARN_ON_ONCE(rec->spin_lock_off < 0)) in bpf_obj_free_fields()
820 bpf_rb_root_free(field, field_ptr, obj + rec->spin_lock_off); in bpf_obj_free_fields()
H A Dbtf.c3955 rec->spin_lock_off = -EINVAL; in btf_parse_fields()
3979 WARN_ON_ONCE(rec->spin_lock_off >= 0); in btf_parse_fields()
3981 rec->spin_lock_off = rec->fields[i].offset; in btf_parse_fields()
4028 btf_record_has_field(rec, BPF_RB_ROOT)) && rec->spin_lock_off < 0) { in btf_parse_fields()
H A Dverifier.c7877 if (rec->spin_lock_off != val + reg->off) { in process_spin_lock()
7879 val + reg->off, rec->spin_lock_off); in process_spin_lock()
12005 rec->spin_lock_off, head_type_name); in __process_kf_arg_ptr_to_graph_root()
/linux/include/linux/
H A Dbpf.h241 int spin_lock_off; member