Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c102 static void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t objsize) in state_kcalloc() argument
105 kvzalloc((nr * objsize) + sizeof(*obj), GFP_KERNEL); in state_kcalloc()