Searched refs:obj_offset (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | crypto.c | 190 u32 obj_id, u32 obj_offset) in mlx5_crypto_modify_dek_key() argument 204 MLX5_SET(general_obj_query_param, param, obj_offset, obj_offset); in mlx5_crypto_modify_dek_key() 370 mlx5_crypto_dek_pool_pop(struct mlx5_crypto_dek_pool *pool, u32 *obj_offset) in mlx5_crypto_dek_pool_pop() argument 401 *obj_offset = pos; in mlx5_crypto_dek_pool_pop() 430 int obj_offset; in mlx5_crypto_dek_free_locked() local 434 obj_offset = dek->obj_id - bulk->base_obj_id; in mlx5_crypto_dek_free_locked() 435 old_val = test_and_clear_bit(obj_offset, bulk->in_use); in mlx5_crypto_dek_free_locked() 611 int obj_offset; in mlx5_crypto_dek_create() local 624 bulk = mlx5_crypto_dek_pool_pop(dek_pool, &obj_offset); in mlx5_crypto_dek_create() 631 dek->obj_id = bulk->base_obj_id + obj_offset; in mlx5_crypto_dek_create() [all …]
|
/linux-6.3-rc2/lib/ |
A D | cpu_rmap.c | 29 size_t obj_offset; in alloc_cpu_rmap() local 36 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap() 39 rmap = kzalloc(obj_offset + size * sizeof(rmap->obj[0]), flags); in alloc_cpu_rmap() 44 rmap->obj = (void **)((char *)rmap + obj_offset); in alloc_cpu_rmap()
|
/linux-6.3-rc2/mm/ |
A D | slab.c | 329 return cachep->obj_offset; in obj_offset() 358 #define obj_offset(x) 0 macro 2020 cachep->obj_offset += tmp_size - size; in __kmem_cache_create() 2340 objp + obj_offset(cachep)); in cache_init_objs_debug() 2343 cachep, objp + obj_offset(cachep)); in cache_init_objs_debug() 2436 obj_offset(cachep); in shuffle_freelist() 2486 obj_offset(cachep); in cache_init_objs() 2693 objp -= obj_offset(cachep); in cache_free_debugcheck() 2730 objp = next - obj_offset(cachep); in fixup_objfreelist_debug() 2989 objp += obj_offset(cachep); in cache_alloc_debugcheck_after() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | slab_def.h | 72 int obj_offset; member
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_vma.c | 1105 pgoff_t obj_offset, in remap_contiguous_pages() argument 1112 iter = i915_gem_object_get_sg_dma(obj, obj_offset, &offset); in remap_contiguous_pages() 1138 pgoff_t obj_offset, unsigned int alignment_pad, in remap_linear_color_plane_pages() argument 1149 sg = remap_contiguous_pages(obj, obj_offset, size, st, sg); in remap_linear_color_plane_pages()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_fb.c | 1381 u32 obj_offset, u32 gtt_offset, int x, int y, in calc_plane_remap_info() argument 1393 assign_bfld_chk_ovf(i915, remap_info->offset, obj_offset); in calc_plane_remap_info()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | mlx5_ifc.h | 6321 u8 obj_offset[0x1f]; member
|
Completed in 93 milliseconds