Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c144 VERIFY(dpr->dpr_thread == NULL); in periodic_execute()
154 dpr->dpr_thread = curthread; in periodic_execute()
167 dpr->dpr_thread = NULL; in periodic_execute()
350 VERIFY(dpr->dpr_thread == NULL); in periodic_destroy()
485 if (dpr->dpr_thread == curthread) { in i_untimeout()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_periodic.h55 kthread_t *dpr_thread; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dddi_periodic.c66 mdb_printf("%16s %16p %16p %a\n", "", dpr.dpr_thread, in dprinfo()