Home
last modified time | relevance | path

Searched refs:iostat (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h1823 TP_PROTO(struct f2fs_sb_info *sbi, unsigned long long *iostat),
1825 TP_ARGS(sbi, iostat),
1855 __entry->app_dio = iostat[APP_DIRECT_IO];
1856 __entry->app_bio = iostat[APP_BUFFERED_IO];
1857 __entry->app_wio = iostat[APP_WRITE_IO];
1858 __entry->app_mio = iostat[APP_MAPPED_IO];
1859 __entry->fs_dio = iostat[FS_DATA_IO];
1860 __entry->fs_nio = iostat[FS_NODE_IO];
1861 __entry->fs_mio = iostat[FS_META_IO];
1862 __entry->fs_gc_dio = iostat[FS_GC_DATA_I
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h1963 TP_PROTO(struct f2fs_sb_info *sbi, unsigned long long *iostat),
1965 TP_ARGS(sbi, iostat),
2001 __entry->app_dio = iostat[APP_DIRECT_IO];
2002 __entry->app_bio = iostat[APP_BUFFERED_IO];
2003 __entry->app_wio = iostat[APP_WRITE_IO];
2004 __entry->app_mio = iostat[APP_MAPPED_IO];
2005 __entry->app_bcdio = iostat[APP_BUFFERED_CDATA_IO];
2006 __entry->app_mcdio = iostat[APP_MAPPED_CDATA_IO];
2007 __entry->fs_dio = iostat[FS_DATA_IO];
2008 __entry->fs_cdio = iostat[FS_CDATA_I
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-cgroup.c175 u64_stats_init(&blkg->iostat.sync); in blkg_alloc()
461 memset(&blkg->iostat, 0, sizeof(blkg->iostat)); in blkcg_reset_stats()
795 u64_stats_update_begin(&blkg->iostat.sync); in blkcg_rstat_flush()
798 blkg_iostat_add(&blkg->iostat.cur, &delta); in blkcg_rstat_flush()
800 u64_stats_update_end(&blkg->iostat.sync); in blkcg_rstat_flush()
804 u64_stats_update_begin(&parent->iostat.sync); in blkcg_rstat_flush()
805 blkg_iostat_set(&delta, &blkg->iostat.cur); in blkcg_rstat_flush()
806 blkg_iostat_sub(&delta, &blkg->iostat.last); in blkcg_rstat_flush()
807 blkg_iostat_add(&parent->iostat in blkcg_rstat_flush()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-cgroup.c332 u64_stats_init(&blkg->iostat.sync); in blkg_alloc()
647 memset(&blkg->iostat, 0, sizeof(blkg->iostat)); in blkcg_reset_stats()
648 u64_stats_init(&blkg->iostat.sync); in blkcg_reset_stats()
989 flags = u64_stats_update_begin_irqsave(&blkg->iostat.sync); in blkcg_iostat_update()
992 blkg_iostat_add(&blkg->iostat.cur, &delta); in blkcg_iostat_update()
994 u64_stats_update_end_irqrestore(&blkg->iostat.sync, flags); in blkcg_iostat_update()
1039 blkcg_iostat_update(parent, &blkg->iostat.cur, in __blkcg_rstat_flush()
1040 &blkg->iostat.last); in __blkcg_rstat_flush()
1058 * blkcg_print_stat does not actually fill out the iostat i
[all...]
H A Dblk-cgroup.h72 struct blkg_iostat_set iostat; member
/kernel/linux/linux-6.6/fs/f2fs/
H A DMakefile12 f2fs-$(CONFIG_F2FS_IOSTAT) += iostat.o
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c24 #include "../iostat.h"
623 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_requested() local
625 iostat->ops_requested++; in nfs4_ff_layout_stat_io_update_requested()
626 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested()
636 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_completed() local
640 iostat->ops_completed++; in nfs4_ff_layout_stat_io_update_completed()
641 iostat->bytes_completed += completed; in nfs4_ff_layout_stat_io_update_completed()
642 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed()
645 iostat->total_busy_time = in nfs4_ff_layout_stat_io_update_completed()
646 ktime_add(iostat in nfs4_ff_layout_stat_io_update_completed()
[all...]
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c24 #include "../iostat.h"
629 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_requested() local
631 iostat->ops_requested++; in nfs4_ff_layout_stat_io_update_requested()
632 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested()
642 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_completed() local
646 iostat->ops_completed++; in nfs4_ff_layout_stat_io_update_completed()
647 iostat->bytes_completed += completed; in nfs4_ff_layout_stat_io_update_completed()
648 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed()
651 iostat->total_busy_time = in nfs4_ff_layout_stat_io_update_completed()
652 ktime_add(iostat in nfs4_ff_layout_stat_io_update_completed()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dfcx.h168 struct tsa_iostat iostat; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dfcx.h168 struct tsa_iostat iostat; member
/kernel/linux/linux-5.10/include/linux/
H A Dblk-cgroup.h123 struct blkg_iostat_set iostat; member
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.c5628 " tsb->tsa.iostat.dev_time %d\n", in dasd_eckd_dump_sense_tcw()
5629 tsb->tsa.iostat.dev_time); in dasd_eckd_dump_sense_tcw()
5631 " tsb->tsa.iostat.def_time %d\n", in dasd_eckd_dump_sense_tcw()
5632 tsb->tsa.iostat.def_time); in dasd_eckd_dump_sense_tcw()
5634 " tsb->tsa.iostat.queue_time %d\n", in dasd_eckd_dump_sense_tcw()
5635 tsb->tsa.iostat.queue_time); in dasd_eckd_dump_sense_tcw()
5637 " tsb->tsa.iostat.dev_busy_time %d\n", in dasd_eckd_dump_sense_tcw()
5638 tsb->tsa.iostat.dev_busy_time); in dasd_eckd_dump_sense_tcw()
5640 " tsb->tsa.iostat.dev_act_time %d\n", in dasd_eckd_dump_sense_tcw()
5641 tsb->tsa.iostat in dasd_eckd_dump_sense_tcw()
[all...]
H A Ddasd.c4175 sense = tsb->tsa.iostat.sense; in dasd_get_sense()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.c5742 " tsb->tsa.iostat.dev_time %d\n", in dasd_eckd_dump_sense_tcw()
5743 tsb->tsa.iostat.dev_time); in dasd_eckd_dump_sense_tcw()
5745 " tsb->tsa.iostat.def_time %d\n", in dasd_eckd_dump_sense_tcw()
5746 tsb->tsa.iostat.def_time); in dasd_eckd_dump_sense_tcw()
5748 " tsb->tsa.iostat.queue_time %d\n", in dasd_eckd_dump_sense_tcw()
5749 tsb->tsa.iostat.queue_time); in dasd_eckd_dump_sense_tcw()
5751 " tsb->tsa.iostat.dev_busy_time %d\n", in dasd_eckd_dump_sense_tcw()
5752 tsb->tsa.iostat.dev_busy_time); in dasd_eckd_dump_sense_tcw()
5754 " tsb->tsa.iostat.dev_act_time %d\n", in dasd_eckd_dump_sense_tcw()
5755 tsb->tsa.iostat in dasd_eckd_dump_sense_tcw()
[all...]
H A Ddasd.c4036 sense = tsb->tsa.iostat.sense; in dasd_get_sense()

Completed in 60 milliseconds