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.c713 struct taskq_d_kstat { struct
730 } taskq_d_kstat = { argument
2737 sizeof (taskq_d_kstat) / sizeof (kstat_named_t), in taskq_create_common()
2740 tq->tq_kstat->ks_data = &taskq_d_kstat; in taskq_create_common()
3192 struct taskq_d_kstat *tqsp = &taskq_d_kstat; in taskq_d_kstat_update()