Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c863 if (WARN_ON_ONCE(rec->spin_lock_off < 0)) in bpf_obj_free_fields()
865 bpf_list_head_free(field, field_ptr, obj + rec->spin_lock_off); in bpf_obj_free_fields()
868 if (WARN_ON_ONCE(rec->spin_lock_off < 0)) in bpf_obj_free_fields()
870 bpf_rb_root_free(field, field_ptr, obj + rec->spin_lock_off); in bpf_obj_free_fields()
H A Dhelpers.c384 lock = src + map->record->spin_lock_off; in copy_map_value_locked()
386 lock = dst + map->record->spin_lock_off; in copy_map_value_locked()
H A Dverifier.c8419 u32 spin_lock_off; in process_spin_lock() local
8446 spin_lock_off = is_res_lock ? rec->res_spin_lock_off : rec->spin_lock_off; in process_spin_lock()
8447 if (spin_lock_off != val + reg->off) { in process_spin_lock()
8449 val + reg->off, lock_str, spin_lock_off); in process_spin_lock()
13023 rec->spin_lock_off, head_type_name); in __process_kf_arg_ptr_to_graph_root()