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