Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dcleanfile131 $in_bytes = 0;
141 $in_bytes += length($line);
166 if ($in_bytes != $out_bytes) {
Dcleanpatch131 $in_bytes = 0;
142 $in_bytes += length($line);
247 if ($in_bytes != $out_bytes) {
/Linux-v4.19/drivers/misc/mic/vop/
Dvop_main.h141 unsigned long in_bytes; member
Dvop_debugfs.c135 vdev->in_bytes, in vop_vdev_info_show()
Dvop_vringh.c546 vdev->in_bytes += len; in vop_virtio_copy_to_user()
582 vdev->in_bytes += partlen; in vop_virtio_copy_to_user()
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c929 unsigned int len, in_bytes, out_bytes, in gcm_aes_crypt() local
972 in_bytes = gcm_sg_walk_go(&gw_in, 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.h293 unsigned long in_bytes; member
Dpxa27x_udc.c195 ep->stats.in_bytes, ep->stats.in_ops, in eps_dbg_show()
522 ep->stats.in_bytes += count; in inc_ep_stats_bytes()