Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dautoconf.h56 kthread_id_t dn_busy_thread; /* for debugging only */ member
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c7441 ASSERT(dnp->dn_busy_thread != curthread); in enter_driver()
7445 dnp->dn_busy_thread = curthread; in enter_driver()
7453 ASSERT(dnp->dn_busy_thread == curthread); in exit_driver()
7455 dnp->dn_busy_thread = NULL; in exit_driver()