Searched refs:RSMIPC_MAX_MESSAGES (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c908 RSMKA_ONE_THREAD, maxclsyspri, RSMIPC_MAX_MESSAGES,
909 RSMIPC_MAX_MESSAGES, TASKQ_PREPOPULATE);
913 RSMIPC_MAX_MESSAGES * sizeof (msgbuf_elem_t), KM_SLEEP);
1562 path->msgbuf_tail = RSMIPC_MAX_MESSAGES - 1;
2188 RSMIPC_MAX_MESSAGES * sizeof (msgbuf_elem_t));
2206 ASSERT(path->msgbuf_cnt < RSMIPC_MAX_MESSAGES);
2212 if (path->msgbuf_tail == RSMIPC_MAX_MESSAGES - 1) {
2247 if (path->msgbuf_head == RSMIPC_MAX_MESSAGES - 1) {
H A Drsm.c3770 path->sendq_token.msgbuf_avail = RSMIPC_MAX_MESSAGES;
3934 path->sendq_token.msgbuf_avail = RSMIPC_MAX_MESSAGES;
4006 ASSERT(path->sendq_token.msgbuf_avail <= RSMIPC_MAX_MESSAGES);
4950 /* incr procmsg_cnt can be at most RSMIPC_MAX_MESSAGES */
4951 if (path->procmsg_cnt < RSMIPC_MAX_MESSAGES)
4954 ASSERT(path->procmsg_cnt <= RSMIPC_MAX_MESSAGES);
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_in.h50 #define RSMIPC_MAX_MESSAGES 64 /* max msgs that receiver can buffer */ macro

Completed in 64 milliseconds