Searched refs:tmpoffset (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/zram/
H A Dxvmalloc.c346 u32 index, tmpsize, origsize, tmpoffset; local
384 tmpoffset = *offset + size + XV_ALIGN;
394 insert_block(pool, *page, tmpoffset, tmpblock);
396 if (tmpoffset + XV_ALIGN + tmpblock->size != PAGE_SIZE) {
398 set_blockprev(tmpblock, tmpoffset);
402 if (tmpoffset != PAGE_SIZE)

Completed in 110 milliseconds