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

/drivers/md/
H A Dlinear.c71 int maxbytes = biovec->bv_len; local
81 maxbytes = min(maxbytes, subq->merge_bvec_fn(subq, bvm,
92 return maxbytes;
94 if (maxsectors > (maxbytes >> 9))
95 return maxbytes;
/drivers/input/serio/
H A Dlibps2.c80 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) argument
82 if (maxbytes > sizeof(ps2dev->cmdbuf)) {
84 maxbytes = sizeof(ps2dev->cmdbuf);
91 ps2dev->cmdcnt = maxbytes;

Completed in 80 milliseconds