Home
last modified time | relevance | path

Searched refs:wmesg (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/kern/
H A Dkern_synch.c153 sleep_setup(ident, priority, wmesg); in tsleep()
170 wmesg); in tsleep_nsec()
206 const char *wmesg, int timo) in msleep() argument
245 sleep_setup(ident, priority, wmesg); in msleep()
270 wmesg); in msleep_nsec()
286 const char *wmesg, int timo) in rwsleep() argument
296 sleep_setup(ident, priority, wmesg); in rwsleep()
321 wmesg); in rwsleep_nsec()
353 p->p_wmesg = wmesg; in sleep_setup()
850 sleep_setup(r, PWAIT, wmesg); in refcnt_finalize()
[all …]
H A Dkern_srp.c274 srp_finalize(void *v, const char *wmesg) in srp_finalize() argument
277 tsleep_nsec(v, PWAIT, wmesg, MSEC_TO_NSEC(1)); in srp_finalize()
H A Dsubr_pool.c128 const char *wmesg) in pl_sleep() argument
130 return pp->pr_lock_ops->pl_sleep(ident, lock, priority, wmesg); in pl_sleep()
2227 const char *wmesg) in pool_lock_mtx_sleep() argument
2229 return msleep_nsec(ident, &lock->prl_mtx, priority, wmesg, INFSLP); in pool_lock_mtx_sleep()
2281 const char *wmesg) in pool_lock_rw_sleep() argument
2283 return rwsleep_nsec(ident, &lock->prl_rwlock, priority, wmesg, INFSLP); in pool_lock_rw_sleep()
H A Duipc_socket2.c475 sosleep_nsec(struct socket *so, void *ident, int prio, const char *wmesg, in sosleep_nsec() argument
487 ret = rwsleep_nsec(ident, &netlock, prio, wmesg, nsecs); in sosleep_nsec()
494 ret = rwsleep_nsec(ident, &so->so_lock, prio, wmesg, nsecs); in sosleep_nsec()
H A Dsys_pipe.c356 pipe_iosleep(struct pipe *cpipe, const char *wmesg) in pipe_iosleep() argument
361 error = rwsleep_nsec(cpipe, cpipe->pipe_lock, PRIBIO | PCATCH, wmesg, in pipe_iosleep()
H A Dtty.c2312 ttysleep(struct tty *tp, void *chan, int pri, char *wmesg) in ttysleep() argument
2314 return (ttysleep_nsec(tp, chan, pri, wmesg, INFSLP)); in ttysleep()
2318 ttysleep_nsec(struct tty *tp, void *chan, int pri, char *wmesg, uint64_t nsecs) in ttysleep_nsec() argument
2324 if ((error = tsleep_nsec(chan, pri, wmesg, nsecs)) != 0) in ttysleep_nsec()
H A Duipc_mbuf.c1490 m_pool_init(struct pool *pp, u_int size, u_int align, const char *wmesg) in m_pool_init() argument
1492 pool_init(pp, size, align, IPL_NET, 0, wmesg, &m_pool_allocator); in m_pool_init()
H A Dvfs_subr.c1912 vwaitforio(struct vnode *vp, int slpflag, char *wmesg, uint64_t timeo) in vwaitforio() argument
1921 slpflag | (PRIBIO + 1), wmesg, timeo); in vwaitforio()
/openbsd/sys/sys/
H A Dtty.h293 int ttysleep(struct tty *tp, void *chan, int pri, char *wmesg);
/openbsd/sys/net/
H A Difq.c477 const char *wmesg, volatile unsigned int *sleeping, in ifq_deq_sleep() argument
499 priority, wmesg, INFSLP); in ifq_deq_sleep()
H A Dif.c3578 net_tq_barriers(const char *wmesg) in net_tq_barriers() argument
3590 refcnt_finalize(&r, wmesg); in net_tq_barriers()
/openbsd/sys/uvm/
H A Duvm_page.c1072 uvm_pagewait(struct vm_page *pg, struct rwlock *lock, const char *wmesg) in uvm_pagewait() argument
1078 rwsleep_nsec(pg, lock, PVM | PNORELOCK, wmesg, INFSLP); in uvm_pagewait()
/openbsd/sys/dev/pci/
H A Dif_ixl.c3737 ixl_atq_exec(struct ixl_softc *sc, struct ixl_atq *iatq, const char *wmesg) in ixl_atq_exec() argument
3746 cond_wait(&c, wmesg); in ixl_atq_exec()