Searched refs:xv_malloc (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/zram/ |
D | xvmalloc.h | 23 int xv_malloc(struct xv_pool *pool, u32 size, struct page **page,
|
D | xvmalloc.c | 341 int xv_malloc(struct xv_pool *pool, u32 size, struct page **page, in xv_malloc() function 415 EXPORT_SYMBOL_GPL(xv_malloc);
|
D | zram_drv.c | 359 if (xv_malloc(zram->mem_pool, clen + sizeof(*zheader), in zram_write()
|
/linux-2.6.39/drivers/staging/zcache/ |
D | zcache.c | 617 ret = xv_malloc(xvpool, clen + sizeof(struct zv_hdr), in zv_create()
|