Searched refs:msg_hash (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | msg.c | 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 [all …]
|