Home
last modified time | relevance | path

Searched refs:obj_offset (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
A Dcpu_rmap.c29 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/mm/
A Dslab.c330 return cachep->obj_offset; in obj_offset()
359 #define obj_offset(x) 0 macro
2028 cachep->obj_offset += tmp_size - size; in __kmem_cache_create()
2351 objp + obj_offset(cachep)); in cache_init_objs_debug()
2354 cachep, objp + obj_offset(cachep)); in cache_init_objs_debug()
2447 obj_offset(cachep); in shuffle_freelist()
2497 obj_offset(cachep); in cache_init_objs()
2715 objp -= obj_offset(cachep); in cache_free_debugcheck()
2752 objp = next - obj_offset(cachep); in fixup_objfreelist_debug()
3017 objp += obj_offset(cachep); in cache_alloc_debugcheck_after()
[all …]
/linux/include/linux/
A Dslab_def.h73 int obj_offset; member
/linux/drivers/gpu/drm/i915/display/
A Dintel_fb.c851 u32 obj_offset, u32 gtt_offset, int x, int y, in calc_plane_remap_info() argument
863 assign_chk_ovf(i915, remap_info->offset, obj_offset); in calc_plane_remap_info()

Completed in 16 milliseconds