Searched refs:in_bytes (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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) {
|
/kernel/linux/linux-6.6/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) {
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 839 unsigned int n, len, in_bytes, out_bytes, in gcm_aes_crypt() local 882 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt() 884 bytes = min(in_bytes, out_bytes); in gcm_aes_crypt()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 836 unsigned int n, len, in_bytes, out_bytes, in gcm_aes_crypt() local 879 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt() 881 bytes = min(in_bytes, out_bytes); in gcm_aes_crypt()
|
/kernel/linux/linux-5.10/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() 521 ep->stats.in_bytes += count; in inc_ep_stats_bytes()
|
/kernel/linux/linux-6.6/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()
|
Completed in 12 milliseconds