Searched refs:in_bytes (Results 1 – 5 of 5) sorted by relevance
| /linux/scripts/ |
| H A D | cleanfile | 131 $in_bytes = 0; 141 $in_bytes += length($line); 166 if ($in_bytes != $out_bytes) {
|
| H A D | cleanpatch | 131 $in_bytes = 0; 142 $in_bytes += length($line); 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 950 in_bytes = splice(infd, NULL, pipefd[1], NULL, len - winfo->total_len, in do_splice() 952 if (in_bytes < 0) { in do_splice() 955 } else if (in_bytes > 0) { in do_splice() 956 out_bytes = splice(pipefd[0], NULL, outfd, NULL, in_bytes, in do_splice() 961 } else if (in_bytes != out_bytes) { in do_splice() 963 in_bytes, out_bytes); in do_splice()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | pxa27x_udc.h | 293 unsigned long in_bytes; member
|
| H A D | pxa27x_udc.c | 195 ep->stats.in_bytes, ep->stats.in_ops, in eps_dbg_show() 519 ep->stats.in_bytes += count; in inc_ep_stats_bytes()
|