Searched defs:ph_mutex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dpage_lock.c87 pad_mutex_t ph_mutex[PH_TABLE_SIZE]; variable
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h148 * ph_mutex: per-pHCI (mutex) lock: protects the column (pHCI-mdi_pathinfo
337 * _NOTE(LOCK_ORDER(mdi_mutex, mdi_phci::ph_mutex)) XXX
338 * _NOTE(LOCK_ORDER(mdi_phci::ph_mutex devinfo_tree_lock)) XXX
347 /* protected by MDI_PHCI_LOCK ph_mutex... */
348 kmutex_t ph_mutex; /* per-pHCI mutex */ member in struct:mdi_phci
375 #define MDI_PHCI_LOCK(ph) mutex_enter(&(ph)->ph_mutex)
376 #define MDI_PHCI_TRYLOCK(ph) mutex_tryenter(&(ph)->ph_mutex)
377 #define MDI_PHCI_UNLOCK(ph) mutex_exit(&(ph)->ph_mutex)
379 #define MDI_PHCI_LOCKED(vh) MUTEX_HELD(&(ph)->ph_mutex)
697 * _NOTE(LOCK_ORDER(mdi_phci::ph_mutex mdi_pathinf
[all...]

Completed in 65 milliseconds