Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h234 void *devi_busy_thread; /* thread operating on node */ member
627 ((DEVI(dip))->devi_busy_thread == curthread))
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c1959 if (devi->devi_busy_thread == curthread) { in ndi_devi_enter()
1967 devi->devi_busy_thread = curthread; in ndi_devi_enter()
2020 devi->devi_busy_thread = NULL; in ndi_devi_exit()
2067 devi->devi_busy_thread = NULL; in ndi_devi_exit_and_wait()
2099 devi->devi_busy_thread = curthread; in ndi_devi_tryenter()
2100 } else if (devi->devi_busy_thread == curthread) { in ndi_devi_tryenter()
H A Dsunpm.c1672 return (cur != NULL && cur->pmlk_lender == DEVI(dip)->devi_busy_thread); in pm_devi_lock_held()
4962 DEVI(rdip)->devi_busy_thread; in pm_default_ctlops()
5965 if (cur->pmlk_lender == DEVI(dip)->devi_busy_thread) { in pm_lock_power_single()
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1548 DEVI(rdip)->devi_busy_thread; in xcppm_ctlops()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1268 "", "", devi.devi_busy_thread, "", in devinfo()
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c868 DEVI(rdip)->devi_busy_thread; in ppm_ctlops()