Home
last modified time | relevance | path

Searched refs:ph_mutex (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h348 kmutex_t ph_mutex; /* per-pHCI mutex */ member
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)
/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h635 extern pad_mutex_t ph_mutex[];
638 &(ph_mutex[((x) ^ (((x) >> PH_SHIFT_SIZE) + ((x) << 3))) & \
H A Dpage_lock.c88 pad_mutex_t ph_mutex[PH_TABLE_SIZE]; variable
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c242 dump_mutex(value.ph_mutex, "per-pHCI mutex (ph_mutex):"); in mdiphci()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c668 mutex_init(&ph->ph_mutex, NULL, MUTEX_DEFAULT, NULL); in mdi_phci_register()
768 mutex_destroy(&ph->ph_mutex); in mdi_phci_unregister()