Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/visorchannel/
Dvisorchannel_funcs.c260 ulong thisbytes = bufsize; in visorchannel_clear() local
263 if (nbytes < thisbytes) in visorchannel_clear()
264 thisbytes = nbytes; in visorchannel_clear()
266 buf, thisbytes); in visorchannel_clear()
271 written += thisbytes; in visorchannel_clear()
272 nbytes -= thisbytes; in visorchannel_clear()