Searched refs:in_bytes (Results 1 - 5 of 5) sorted by relevance

/linux-master/scripts/
H A Dcleanfile131 $in_bytes = 0;
141 $in_bytes += length($line);
166 if ($in_bytes != $out_bytes) {
H A Dcleanpatch131 $in_bytes = 0;
142 $in_bytes += length($line);
247 if ($in_bytes != $out_bytes) {
/linux-master/arch/s390/crypto/
H A Daes_s390.c836 unsigned int n, len, in_bytes, out_bytes, local
879 in_bytes = gcm_in_walk_go(&gw_in, min_bytes);
881 bytes = min(in_bytes, out_bytes);
/linux-master/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h293 unsigned long in_bytes; member in struct:stats
H A Dpxa27x_udc.c194 ep->stats.in_bytes, ep->stats.in_ops,
518 ep->stats.in_bytes += count;

Completed in 237 milliseconds