Lines Matching refs:this_read
368 int this_read; in read_rio() local
397 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()
401 ibuf, this_read, &partial, in read_rio()
406 result, this_read, partial); in read_rio()
409 count = this_read = partial; in read_rio()
425 result, partial, this_read); in read_rio()
432 if (this_read) { in read_rio()
433 if (copy_to_user(buffer, ibuf, this_read)) { in read_rio()
437 count -= this_read; in read_rio()
438 read_count += this_read; in read_rio()
439 buffer += this_read; in read_rio()