Searched refs:obj_offset (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/lib/ |
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-v5.15/mm/ |
D | slab.c | 328 static int obj_offset(struct kmem_cache *cachep) in obj_offset() function 330 return cachep->obj_offset; in obj_offset() 336 return (unsigned long long *) (objp + obj_offset(cachep) - in dbg_redzone1() 359 #define obj_offset(x) 0 macro 1451 addr = &((char *)addr)[obj_offset(cachep)]; in poison_obj() 1502 realobj = (char *)objp + obj_offset(cachep); in print_objinfo() 1522 realobj = (char *)objp + obj_offset(cachep); in check_poison_obj() 1562 realobj = (char *)objp + obj_offset(cachep); in check_poison_obj() 1568 realobj = (char *)objp + obj_offset(cachep); in check_poison_obj() 1583 poison_obj(cachep, page->freelist - obj_offset(cachep), in slab_destroy_debugcheck() [all …]
|
/Linux-v5.15/include/linux/ |
D | slab_def.h | 73 int obj_offset; member
|
/Linux-v5.15/drivers/gpu/drm/i915/display/ |
D | intel_fb.c | 648 u32 obj_offset, u32 gtt_offset, int x, int y, in calc_plane_remap_info() argument 660 assign_chk_ovf(i915, remap_info->offset, obj_offset); in calc_plane_remap_info()
|