Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h179 kstat_t *irport_kstat_estat; /* extended stats */ member
H A Dstmf.c2821 if (irport->irport_kstat_estat == NULL) in stmf_update_kstat_rport_estat()
2825 irport->irport_kstat_estat); in stmf_update_kstat_rport_estat()
2827 mutex_enter(irport->irport_kstat_estat->ks_lock); in stmf_update_kstat_rport_estat()
2861 mutex_exit(irport->irport_kstat_estat->ks_lock); in stmf_update_kstat_rport_estat()
3617 irport->irport_kstat_estat = kstat_create(STMF_MODULE_NAME, 0, ks_nm, in stmf_create_kstat_rport()
3620 if (irport->irport_kstat_estat == NULL) in stmf_create_kstat_rport()
3624 irport->irport_kstat_estat); in stmf_create_kstat_rport()
3633 irport->irport_kstat_estat->ks_lock = &irport->irport_mutex; in stmf_create_kstat_rport()
3634 kstat_install(irport->irport_kstat_estat); in stmf_create_kstat_rport()
3651 if (irport->irport_kstat_estat != NULL) { in stmf_destroy_kstat_rport()
[all …]