Lines Matching defs:wakeup
206 * are being copied out. The process is guaranted to wakeup
217 * to complete it needs to wakeup the next receiver blocked on
227 * b) The message that was sent that triggered the wakeup is no
229 * We issue a wakeup on copy queue and then go back to
246 * After process copying finishes the copy out, it must wakeup (either
264 * d) If the message type is not found then we wakeup the next
726 * Don't forget to wakeup a sleeper that blocked because
1240 * msg queue. Given that, we need to do the wakeup
1263 msgq_wakeup_t *wakeup;
1269 wakeup = walker->selection(qp, msg_hash, type);
1271 } while (!wakeup && walker != *flist);
1274 if (wakeup) {
1276 wakeup->msgw_snd_wake = type;
1278 cv_signal(&wakeup->msgw_wake_cv);