/openbsd-src/sys/kern/ |
H A D | kern_synch.c | 116 tsleep(const volatile void *ident, int priority, const char *wmesg, int timo) in tsleep() argument 158 tsleep_nsec(const volatile void *ident, int priority, const char *wmesg, in tsleep_nsec() argument 206 const char *wmesg, int timo) in msleep() argument 259 const char *wmesg, uint64_t nsecs) in msleep_nsec() argument 286 rwsleep(const volatile void * ident,struct rwlock * rwl,int priority,const char * wmesg,int timo) rwsleep() argument 310 rwsleep_nsec(const volatile void * ident,struct rwlock * rwl,int priority,const char * wmesg,uint64_t nsecs) rwsleep_nsec() argument 332 sleep_setup(const volatile void * ident,int prio,const char * wmesg) sleep_setup() argument 841 refcnt_finalize(struct refcnt * r,const char * wmesg) refcnt_finalize() argument 894 cond_wait(struct cond * c,const char * wmesg) cond_wait() argument [all...] |
H A D | kern_srp.c | 274 srp_finalize(void *v, const char *wmesg) in srp_finalize()
|
H A D | tty.c | 2314 return (ttysleep_nsec(tp, chan, pri, wmesg, INFSLP)); in ttysleep() argument 2320 ttysleep_nsec(struct tty * tp,void * chan,int pri,char * wmesg,uint64_t nsecs) ttysleep_nsec() argument
|
H A D | subr_pool.c | 128 const char *wmesg) in pl_sleep() argument 2227 pool_lock_mtx_sleep(void * ident,union pool_lock * lock,int priority,const char * wmesg) pool_lock_mtx_sleep() argument 2281 pool_lock_rw_sleep(void * ident,union pool_lock * lock,int priority,const char * wmesg) pool_lock_rw_sleep() argument
|
H A D | sys_pipe.c | 356 pipe_iosleep(struct pipe * cpipe,const char * wmesg) pipe_iosleep() argument
|
H A D | uipc_socket2.c | 476 sosleep_nsec(struct socket * so,void * ident,int prio,const char * wmesg,uint64_t nsecs) sosleep_nsec() argument
|
H A D | uipc_mbuf.c | 1490 m_pool_init(struct pool * pp,u_int size,u_int align,const char * wmesg) m_pool_init() argument
|
H A D | vfs_subr.c | 1912 vwaitforio(struct vnode * vp,int slpflag,char * wmesg,uint64_t timeo) vwaitforio() argument
|
/openbsd-src/sys/uvm/ |
H A D | uvm_page.c | 1072 uvm_pagewait(struct vm_page * pg,struct rwlock * lock,const char * wmesg) uvm_pagewait() argument
|
/openbsd-src/sys/net/ |
H A D | ifq.c | 477 ifq_deq_sleep(struct ifqueue * ifq,struct mbuf ** mp,int nbio,int priority,const char * wmesg,volatile unsigned int * sleeping,volatile unsigned int * alive) ifq_deq_sleep() argument
|
H A D | if.c | 3579 net_tq_barriers(const char * wmesg) net_tq_barriers() argument
|
/openbsd-src/sys/dev/pci/ |
H A D | if_ixl.c | 3737 ixl_atq_exec(struct ixl_softc * sc,struct ixl_atq * iatq,const char * wmesg) ixl_atq_exec() argument
|