Searched refs:uoff (Results 1 – 1 of 1) sorted by relevance
661 int uoff = 0; /* offset of `buf` */ in tcprb_pwrite() local665 while (uoff < len) { in tcprb_pwrite()679 if (f->head <= off + uoff) { in tcprb_pwrite()680 if (f->tail > off + uoff) { in tcprb_pwrite()682 wrlen = f->tail - (off + uoff); in tcprb_pwrite()684 } else if (f->tail == off + uoff) { in tcprb_pwrite()703 wrlen = fnext ? MIN(fnext->head - (off + uoff), len - uoff) in tcprb_pwrite()704 : len - uoff; in tcprb_pwrite()716 wrlen = MIN(f->head - (off + uoff), len - uoff); in tcprb_pwrite()760 buf_write(rb, &buf[uoff], wrlen, off + uoff); in tcprb_pwrite()[all …]