Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c124 kcondvar_t mbox_wait; member
598 remainder = cv_timedwait_sig(&(mailboxp->mbox_wait), in mboxsc_putmsg()
700 cv_broadcast(&(mailboxp->mbox_wait)); in mboxsc_putmsg()
775 cv_broadcast(&(mailboxp->mbox_wait)); in mboxsc_putmsg()
905 remainder = cv_timedwait_sig(&(mailboxp->mbox_wait), in mboxsc_getmsg()
977 cv_broadcast(&(mailboxp->mbox_wait)); in mboxsc_getmsg()
1012 cv_broadcast(&(mailboxp->mbox_wait)); in mboxsc_getmsg()
1100 cv_broadcast(&(mailboxp->mbox_wait)); in mboxsc_getmsg()
1128 cv_broadcast(&(mailboxp->mbox_wait)); in mboxsc_getmsg()
1164 cv_broadcast(&(mailboxp->mbox_wait)); in mboxsc_getmsg()
[all …]
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c46 tavor_mbox_t **mb, uint_t mbox_wait);
194 uint_t mbox_wait) in tavor_mbox_alloc() argument
209 &mbox_info->mbi_in, mbox_wait); in tavor_mbox_alloc()
216 mbox_wait); in tavor_mbox_alloc()
231 &mbox_info->mbi_out, mbox_wait); in tavor_mbox_alloc()
238 mbox_wait); in tavor_mbox_alloc()
540 tavor_mbox_t **mb, uint_t mbox_wait) in tavor_impl_mbox_alloc() argument
552 if (mbox_wait == TAVOR_NOSLEEP) { in tavor_impl_mbox_alloc()
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c46 hermon_mboxlist_t *mblist, hermon_mbox_t **mb, uint_t mbox_wait);
288 uint_t mbox_wait) in hermon_mbox_alloc() argument
301 &mbox_info->mbi_in, mbox_wait); in hermon_mbox_alloc()
308 mbox_wait); in hermon_mbox_alloc()
322 &mbox_info->mbi_out, mbox_wait); in hermon_mbox_alloc()
329 mbox_wait); in hermon_mbox_alloc()
569 hermon_mbox_t **mb, uint_t mbox_wait) in hermon_impl_mbox_alloc() argument
579 if (mbox_wait == HERMON_NOSLEEP) { in hermon_impl_mbox_alloc()
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h609 uint_t mbox_wait);
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h679 uint_t mbox_wait);