Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c620 struct taskq_d_kstat { struct
639 } taskq_d_kstat = { variable
2057 sizeof (taskq_d_kstat) / sizeof (kstat_named_t), in taskq_create_common()
2060 tq->tq_kstat->ks_data = &taskq_d_kstat; in taskq_create_common()
2330 struct taskq_d_kstat *tqsp = &taskq_d_kstat; in taskq_d_kstat_update()