Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_queue.c54 AV1394_LEAVEQ(q); in av1394_initq()
70 AV1394_LEAVEQ(q); in av1394_setmaxq()
80 AV1394_LEAVEQ(q); in av1394_getmaxq()
94 AV1394_LEAVEQ(q); in av1394_flushq()
116 AV1394_LEAVEQ(q); in av1394_getq()
128 AV1394_LEAVEQ(q); in av1394_peekq()
153 AV1394_LEAVEQ(q); in av1394_qwait_sig()
173 AV1394_LEAVEQ(q); in av1394_put_common()
/titanic_41/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h92 #define AV1394_LEAVEQ(q) mutex_exit(&(q)->q_mutex) macro