Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/devices/
Dmchp48l640.c215 loff_t woff = to; in mchp48l640_write() local
225 ret = mchp48l640_write_page(mtd, woff, ws, retlen, &buf[wlen]); in mchp48l640_write()
229 woff += ws; in mchp48l640_write()
273 loff_t woff = from; in mchp48l640_read() local
283 ret = mchp48l640_read_page(mtd, woff, ws, retlen, &buf[wlen]); in mchp48l640_read()
287 woff += ws; in mchp48l640_read()
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c580 unsigned int woff = 0, wlen = 0, total_wlen = 0, total_rlen = 0; in copyfd_io_poll() local
642 woff = 0; in copyfd_io_poll()
653 bw = do_rnd_write(peerfd, wbuf + woff, wlen); in copyfd_io_poll()
661 woff += bw; in copyfd_io_poll()