Lines Matching refs:this_read
351 int this_read; in read_rio() local
380 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()
384 ibuf, this_read, &partial, in read_rio()
389 result, this_read, partial); in read_rio()
392 count = this_read = partial; in read_rio()
408 result, partial, this_read); in read_rio()
415 if (this_read) { in read_rio()
416 if (copy_to_user(buffer, ibuf, this_read)) { in read_rio()
420 count -= this_read; in read_rio()
421 read_count += this_read; in read_rio()
422 buffer += this_read; in read_rio()