Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dtaskq.c611 struct taskq_d_kstat { struct
630 } taskq_d_kstat = { argument
2010 sizeof (taskq_d_kstat) / sizeof (kstat_named_t), in taskq_create_common()
2013 tq->tq_kstat->ks_data = &taskq_d_kstat; in taskq_create_common()
2263 struct taskq_d_kstat *tqsp = &taskq_d_kstat; in taskq_d_kstat_update()