Home
last modified time | relevance | path

Searched refs:MSG_MAX_QNUM (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dmsg.c354 for (ii = 0; ii <= MSG_MAX_QNUM; ii++) { in msg_dtor()
421 for (ii = 0; ii <= MSG_MAX_QNUM; ii++) { in msg_rmid()
617 for (ii = 0; ii <= MSG_MAX_QNUM; ii++) { in msgget()
1293 if (hash > MSG_MAX_QNUM) in msg_type_hash()
1294 hash = MSG_MAX_QNUM; in msg_type_hash()
1303 return (1 + (msg_type % MSG_MAX_QNUM)); in msg_type_hash()
1375 nbuckets = MSG_MAX_QNUM - neg_index + 1; in msg_fnd_neg_snd()
1396 if (++check_index > MSG_MAX_QNUM) { in msg_fnd_neg_snd()
/titanic_41/usr/src/uts/common/sys/
H A Dmsg_impl.h93 #define MSG_MAX_QNUM 64 macro
/titanic_41/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c197 0, MSG_MAX_QNUM + 1, 0, in msq_print()
206 0, MSG_MAX_QNUM + 1, 0, addr + OFFSETOF(kmsqid_t, in msq_print()