Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/zram/
Dxvmalloc.c308 u32 ovhd_size; in xv_create_pool() local
311 ovhd_size = roundup(sizeof(*pool), PAGE_SIZE); in xv_create_pool()
312 pool = kzalloc(ovhd_size, GFP_KERNEL); in xv_create_pool()