Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h376 #define MDI_PHCI_TRYLOCK(ph) mutex_tryenter(&(ph)->ph_mutex) macro
/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c1057 while (MDI_PHCI_TRYLOCK(ph) == 0) { in i_mdi_phci_lock()