Searched refs:pg_length (Results 1 - 1 of 1) sorted by path

/linux-master/sound/virtio/
H A Dvirtio_pcm_msg.c57 size_t pg_length; local
59 pg_length = PAGE_SIZE - offset_in_page(data);
60 if (pg_length > length)
61 pg_length = length;
65 sg_length = pg_length;
68 sg_length += pg_length;
71 data += pg_length;
72 length -= pg_length;
97 size_t pg_length; local
99 pg_length
[all...]

Completed in 159 milliseconds