Home
last modified time | relevance | path

Searched refs:rest_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/vsock/
H A Dvsock_perf.c312 size_t rest_bytes; in run_sender() local
315 rest_bytes = to_send_bytes - total_send; in run_sender()
318 sent = send(fd, data, (rest_bytes > buf_size_bytes) ? in run_sender()
319 buf_size_bytes : rest_bytes, in run_sender()
/linux/sound/usb/
H A Dcard.c352 int rest_bytes; in snd_usb_create_streams() local
362 rest_bytes = (void *)(host_iface->extra + in snd_usb_create_streams()
366 if (rest_bytes <= 0) { in snd_usb_create_streams()
371 if (rest_bytes < sizeof(*h1)) { in snd_usb_create_streams()
381 if (rest_bytes < h1->bLength) { in snd_usb_create_streams()