Searched defs:mb_prev (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dmountlist_xdr.c78 mountbody *mb_prev = NULL; local
97 if (mb_prev == NULL) {
98 mb_prev = mb;
107 if (mb_prev != mb) {
108 mb_prev->ml_next = mb;
109 mb_prev = mb;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h498 * The mb_indx, mb_next, and mb_prev fields are used only by the mailbox
510 uint_t mb_prev; member in struct:hermon_mbox_s
519 * This is used (along with the mb_indx, mb_next, and mb_prev fields in the
547 hermon_mbox_t::mb_prev))
590 * mb_next, and mb_prev fields in hermon_mbox_t above) to implement a fast
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h427 * The mb_indx, mb_next, and mb_prev fields are used only by the mailbox
440 uint_t mb_prev; member in struct:tavor_mbox_s
449 * This is used (along with the mb_indx, mb_next, and mb_prev fields in the
477 tavor_mbox_t::mb_prev))
520 * mb_next, and mb_prev fields in tavor_mbox_t above) to implement a fast

Completed in 63 milliseconds