Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1920 #define TRY_DEVICE_QUEUE_LOCK(q) mutex_tryenter(&q->mutex) macro
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c9880 if (TRY_DEVICE_QUEUE_LOCK(tq) == 0) { in ql_watchdog()