Searched refs:spin_lock_off (Results 1 – 5 of 5) sorted by relevance
53 inner_map_meta->spin_lock_off = inner_map->spin_lock_off; in bpf_map_meta_alloc()
342 lock = src + map->spin_lock_off; in copy_map_value_locked()344 lock = dst + map->spin_lock_off; in copy_map_value_locked()
778 map->spin_lock_off = btf_find_spin_lock(btf, value_type); in map_check_btf()790 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()794 map->spin_lock_off, map->value_size); in map_check_btf()859 map->spin_lock_off = -EINVAL; in map_create()
3264 u32 lock = map->spin_lock_off; in check_map_access()4674 if (map->spin_lock_off == -E2BIG) in process_spin_lock()4678 else if (map->spin_lock_off == -ENOENT) in process_spin_lock()4688 if (map->spin_lock_off != val + reg->off) { in process_spin_lock()
170 int spin_lock_off; /* >=0 valid offset, <0 error */ member198 return map->spin_lock_off >= 0; in map_value_has_spin_lock()209 *(struct bpf_spin_lock *)(dst + map->spin_lock_off) = in check_and_init_map_value()222 s_off = map->spin_lock_off; in copy_map_value()