Home
last modified time | relevance | path

Searched refs:out_bytes (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/
H A Dcleanfile132 $out_bytes = 0;
150 $out_bytes += $blank_bytes;
152 $out_bytes += length($line);
166 if ($in_bytes != $out_bytes) {
H A Dcleanpatch132 $out_bytes = 0;
155 $out_bytes += length($line);
232 $out_bytes += length($l);
247 if ($in_bytes != $out_bytes) {
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c939 ssize_t in_bytes, out_bytes; in do_splice() local
956 out_bytes = splice(pipefd[0], NULL, outfd, NULL, in_bytes, in do_splice()
958 if (out_bytes < 0) { in do_splice()
961 } else if (in_bytes != out_bytes) { in do_splice()
963 in_bytes, out_bytes); in do_splice()
/linux/drivers/char/xillybus/
H A Dxillyusb.c133 u32 out_bytes; member
1180 chan->out_bytes >> in flush_downstream()
1314 chan->out_bytes = 0; in xillyusb_open()
1686 chan->out_bytes += rc; in xillyusb_write()
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h294 unsigned long out_bytes; member
H A Dpxa27x_udc.c196 ep->stats.out_bytes, ep->stats.out_ops, in eps_dbg_show()
521 ep->stats.out_bytes += count; in inc_ep_stats_bytes()