Home
last modified time | relevance | path

Searched refs:billions (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A DBusLogic.h215 unsigned int billions; member
1239 bytecount->billions++; in blogic_addcount()
H A DBusLogic.c3509 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info()
3510 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3513 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3514 seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.units); in blogic_show_info()
/kernel/linux/linux-6.6/drivers/scsi/
H A DBusLogic.h215 unsigned int billions; member
1228 bytecount->billions++; in blogic_addcount()
H A DBusLogic.c3365 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info()
3366 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3369 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3370 seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.units); in blogic_show_info()

Completed in 14 milliseconds