Lines Matching refs:d_devstat
66 struct devstat *d_devstat; member
253 devstat_end_transaction_bio_bt(sc->d_devstat, bp, &now); in g_disk_done()
479 devstat_start_transaction_bio(dp->d_devstat, bp2); in g_disk_start()
562 devstat_start_transaction_bio(dp->d_devstat, bp2); in g_disk_start()
723 if (dp->d_devstat == NULL) { in g_disk_create()
724 dp->d_devstat = devstat_new_entry(dp->d_name, dp->d_unit, in g_disk_create()
728 sc->d_devstat = dp->d_devstat; in g_disk_create()
736 dp->d_devstat->id = pp; in g_disk_create()
918 if (dp->d_devstat != NULL) in disk_destroy()
919 devstat_remove_entry(dp->d_devstat); in disk_destroy()
933 if (dp->d_devstat != NULL) in disk_destroy()
934 devstat_remove_entry(dp->d_devstat); in disk_destroy()