Home
last modified time | relevance | path

Searched refs:smh (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c651 (u_longlong_t)smh->mmp_node_id, (u_longlong_t)smh->txg, in spa_mmp_history_show()
652 (u_longlong_t)smh->timestamp, (longlong_t)smh->io_error, in spa_mmp_history_show()
653 (longlong_t)smh->duration, (u_longlong_t)smh->mmp_delay, in spa_mmp_history_show()
654 (u_longlong_t)smh->vdev_guid, (u_longlong_t)smh->vdev_label, in spa_mmp_history_show()
655 (smh->vdev_path ? smh->vdev_path : "-")); in spa_mmp_history_show()
734 for (smh = list_tail(&shl->procfs_list.pl_list); smh != NULL; in spa_mmp_history_set_skip()
735 smh = list_prev(&shl->procfs_list.pl_list, smh)) { in spa_mmp_history_set_skip()
738 smh->duration = gethrtime() - smh->error_start; in spa_mmp_history_set_skip()
765 for (smh = list_tail(&shl->procfs_list.pl_list); smh != NULL; in spa_mmp_history_set()
766 smh = list_prev(&shl->procfs_list.pl_list, smh)) { in spa_mmp_history_set()
[all …]
/f-stack/freebsd/contrib/openzfs/
H A DAUTHORS277 Steven Hartland <smh@freebsd.org>