Searched refs:spin_lock_off (Results 1 – 5 of 5) sorted by relevance
58 inner_map_meta->spin_lock_off = inner_map->spin_lock_off; in bpf_map_meta_alloc()
305 lock = src + map->spin_lock_off; in copy_map_value_locked()307 lock = dst + map->spin_lock_off; in copy_map_value_locked()
523 map->spin_lock_off = btf_find_spin_lock(btf, value_type); in map_check_btf()533 if (map->spin_lock_off + sizeof(struct bpf_spin_lock) > in map_check_btf()537 map->spin_lock_off, map->value_size); in map_check_btf()608 map->spin_lock_off = -EINVAL; in map_create()
2220 u32 lock = reg->map_ptr->spin_lock_off; in check_map_access()3156 if (map->spin_lock_off == -E2BIG) in process_spin_lock()3160 else if (map->spin_lock_off == -ENOENT) in process_spin_lock()3170 if (map->spin_lock_off != val + reg->off) { in process_spin_lock()
88 int spin_lock_off; /* >=0 valid offset, <0 error */ member110 return map->spin_lock_off >= 0; in map_value_has_spin_lock()117 *(struct bpf_spin_lock *)(dst + map->spin_lock_off) = in check_and_init_map_lock()125 u32 off = map->spin_lock_off; in copy_map_value()