Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchannel.c289 int thisbytes = bufsize; in visorchannel_clear() local
291 if (nbytes < thisbytes) in visorchannel_clear()
292 thisbytes = nbytes; in visorchannel_clear()
294 buf, thisbytes); in visorchannel_clear()
298 written += thisbytes; in visorchannel_clear()
299 nbytes -= thisbytes; in visorchannel_clear()