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

/linux-master/drivers/tty/
H A Dsynclink_gt.c4622 int partial_count = min_t(int, copy_count, info->rbuf_fill_level); local
4623 memcpy(p, info->rbufs[i].buf, partial_count);
4624 p += partial_count;
4625 copy_count -= partial_count;

Completed in 130 milliseconds