Searched refs:devi_busy_thread (Results 1 – 6 of 6) sorted by relevance
232 void *devi_busy_thread; /* thread operating on node */ member619 ((DEVI(dip))->devi_busy_thread == curthread))
1923 if (devi->devi_busy_thread == curthread) { in ndi_devi_enter()1933 devi->devi_busy_thread = curthread; in ndi_devi_enter()1957 ASSERT(devi->devi_busy_thread == curthread); in ndi_devi_exit()1958 devi->devi_busy_thread = NULL; in ndi_devi_exit()2002 ASSERT(devi->devi_busy_thread == curthread); in ndi_devi_exit_and_wait()2003 devi->devi_busy_thread = NULL; in ndi_devi_exit_and_wait()2022 if (devi->devi_busy_thread == (void *)curthread) { in ndi_devi_tryenter()2027 devi->devi_busy_thread = (void *)curthread; in ndi_devi_tryenter()
1671 return (cur != NULL && cur->pmlk_lender == DEVI(dip)->devi_busy_thread); in pm_devi_lock_held()4969 DEVI(rdip)->devi_busy_thread; in pm_default_ctlops()5975 if (cur->pmlk_lender == DEVI(dip)->devi_busy_thread) { in pm_lock_power_single()
1550 DEVI(rdip)->devi_busy_thread; in xcppm_ctlops()
1175 "", "", devi.devi_busy_thread, "", in devinfo()
861 DEVI(rdip)->devi_busy_thread; in ppm_ctlops()