Searched refs:cpylen (Results 1 - 1 of 1) sorted by path

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Dblkmtd.c664 int cpylen; local
678 cpylen = (PAGE_SIZE > len) ? len : PAGE_SIZE;
679 if(offset+cpylen > PAGE_SIZE)
680 cpylen = PAGE_SIZE-offset;
682 memcpy(buf + *retlen, page_address(page) + offset, cpylen);
684 len -= cpylen;
685 *retlen += cpylen;

Completed in 55 milliseconds