Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h114 atomic_t last_write_size; /* Number of bytes issued for last write */ member
H A Dst.c490 atomic64_add(atomic_read(&STp->stats->last_write_size) in st_do_stats()
496 atomic64_add(atomic_read(&STp->stats->last_write_size), in st_do_stats()
573 atomic_set(&STp->stats->last_write_size, bufflen); in st_scsi_execute()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h113 atomic_t last_write_size; /* Number of bytes issued for last write */ member
H A Dst.c489 atomic64_add(atomic_read(&STp->stats->last_write_size) in st_do_stats()
495 atomic64_add(atomic_read(&STp->stats->last_write_size), in st_do_stats()
574 atomic_set(&STp->stats->last_write_size, bufflen); in st_scsi_execute()

Completed in 12 milliseconds