Lines Matching defs:wmesg
132 const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags)
144 ktrcsw(1, 0, wmesg);
147 "Sleeping on \"%s\"", wmesg);
181 td->td_tid, td->td_proc->p_pid, td->td_name, wmesg, ident);
205 sleepq_add(ident, lock, wmesg, sleepq_flags, 0);
226 ktrcsw(0, 0, wmesg);
238 msleep_spin_sbt(const void *ident, struct mtx *mtx, const char *wmesg,
255 td->td_tid, td->td_proc->p_pid, td->td_name, wmesg, ident);
265 sleepq_add(ident, &mtx->lock_object, wmesg, SLEEPQ_SLEEP, 0);
279 ktrcsw(1, 0, wmesg);
286 wmesg);
297 ktrcsw(0, 0, wmesg);
313 pause_sbt(const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags)
338 (flags & C_CATCH) ? PCATCH : 0, wmesg, sbt, pr, flags));
394 _blockcount_sleep(blockcount_t *bc, struct lock_object *lock, const char *wmesg,
440 sleepq_add(wchan, NULL, wmesg, catch ? SLEEPQ_INTERRUPTIBLE : 0, 0);