Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c222 switch (sth->state) { in spa_txg_history_show()
250 (longlong_t)sth->txg, sth->times[TXG_STATE_BIRTH], state, in spa_txg_history_show()
252 (u_longlong_t)sth->nread, (u_longlong_t)sth->nwritten, in spa_txg_history_show()
253 (u_longlong_t)sth->reads, (u_longlong_t)sth->writes, in spa_txg_history_show()
327 sth->txg = txg; in spa_txg_history_add()
353 for (sth = list_tail(&shl->procfs_list.pl_list); sth != NULL; in spa_txg_history_set()
354 sth = list_prev(&shl->procfs_list.pl_list, sth)) { in spa_txg_history_set()
357 sth->state++; in spa_txg_history_set()
382 for (sth = list_tail(&shl->procfs_list.pl_list); sth != NULL; in spa_txg_history_set_io()
383 sth = list_prev(&shl->procfs_list.pl_list, sth)) { in spa_txg_history_set_io()
[all …]