Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dcleanfile132 $out_bytes = 0;
150 $out_bytes += $blank_bytes;
152 $out_bytes += length($line);
166 if ($in_bytes != $out_bytes) {
Dcleanpatch132 $out_bytes = 0;
155 $out_bytes += length($line);
232 $out_bytes += length($l);
247 if ($in_bytes != $out_bytes) {
/Linux-v4.19/drivers/misc/mic/vop/
Dvop_main.h140 unsigned long out_bytes; member
Dvop_debugfs.c136 vdev->out_bytes, in vop_vdev_info_show()
Dvop_vringh.c654 vdev->out_bytes += partlen; in vop_virtio_copy_from_user()
668 vdev->out_bytes += len; in vop_virtio_copy_from_user()
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c929 unsigned int len, in_bytes, out_bytes, in gcm_aes_crypt() local
973 out_bytes = gcm_sg_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
974 bytes = min(in_bytes, out_bytes); in gcm_aes_crypt()
/Linux-v4.19/drivers/usb/gadget/udc/
Dpxa27x_udc.h294 unsigned long out_bytes; member
Dpxa27x_udc.c196 ep->stats.out_bytes, ep->stats.out_ops, in eps_dbg_show()
524 ep->stats.out_bytes += count; in inc_ep_stats_bytes()