Searched refs:out_bytes (Results 1 – 8 of 8) sorted by relevance
| /linux/scripts/ |
| H A D | cleanfile | 132 $out_bytes = 0; 150 $out_bytes += $blank_bytes; 152 $out_bytes += length($line); 166 if ($in_bytes != $out_bytes) {
|
| H A D | cleanpatch | 132 $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 D | mptcp_connect.c | 939 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/spi/ |
| H A D | spi-fsi.c | 230 u8 *out_bytes = (u8 *)out; in fsi_spi_data_out() local 236 out_bytes[8 - (i + 1)] = tx[i]; in fsi_spi_data_out()
|
| /linux/arch/s390/crypto/ |
| H A D | aes_s390.c | 826 unsigned int n, len, in_bytes, out_bytes, in gcm_aes_crypt() local 870 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt() 871 bytes = min(in_bytes, out_bytes); in gcm_aes_crypt()
|
| /linux/drivers/char/xillybus/ |
| H A D | xillyusb.c | 133 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 D | pxa27x_udc.h | 294 unsigned long out_bytes; member
|
| H A D | pxa27x_udc.c | 196 ep->stats.out_bytes, ep->stats.out_ops, in eps_dbg_show() 521 ep->stats.out_bytes += count; in inc_ep_stats_bytes()
|