Searched refs:spin_lock_off (Results 1 – 5 of 5) sorted by relevance
52 inner_map_meta->spin_lock_off = inner_map->spin_lock_off; in bpf_map_meta_alloc()
320 lock = src + map->spin_lock_off; in copy_map_value_locked()322 lock = dst + map->spin_lock_off; in copy_map_value_locked()
767 map->spin_lock_off = btf_find_spin_lock(btf, value_type); in map_check_btf()778 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()782 map->spin_lock_off, map->value_size); in map_check_btf()838 map->spin_lock_off = -EINVAL; in map_create()
2655 u32 lock = map->spin_lock_off; in check_map_access()3881 if (map->spin_lock_off == -E2BIG) in process_spin_lock()3885 else if (map->spin_lock_off == -ENOENT) in process_spin_lock()3895 if (map->spin_lock_off != val + reg->off) { in process_spin_lock()
155 int spin_lock_off; /* >=0 valid offset, <0 error */ member180 return map->spin_lock_off >= 0; in map_value_has_spin_lock()187 *(struct bpf_spin_lock *)(dst + map->spin_lock_off) = in check_and_init_map_lock()195 u32 off = map->spin_lock_off; in copy_map_value()