Lines Matching defs:msg_hash
674 uint_t msg_hash;
679 msg_hash = msg_type_hash(msgtyp);
762 cvres = msg_rcvq_sleep(&qp->msg_wait_snd[msg_hash],
766 cvres = msg_rcvq_sleep(&qp->msg_wait_snd_ngt[msg_hash],
1264 uint_t msg_hash;
1266 msg_hash = msg_type_hash(type);
1269 wakeup = walker->selection(qp, msg_hash, type);
1314 msg_fnd_any_snd(kmsqid_t *qp, int msg_hash, long type)
1327 msg_fnd_any_rdr(kmsqid_t *qp, int msg_hash, long type)
1338 msg_fnd_spc_snd(kmsqid_t *qp, int msg_hash, long type)
1342 walker = list_head(&qp->msg_wait_snd[msg_hash]);
1345 walker = list_next(&qp->msg_wait_snd[msg_hash], walker);
1347 list_remove(&qp->msg_wait_snd[msg_hash], walker);
1353 msg_fnd_neg_snd(kmsqid_t *qp, int msg_hash, long type)