/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | ltsleep.c | 121 tsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo) in tsleep() 141 mtsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo, kmutex_t *lock) in mtsleep()
|
H A D | emul.c | 139 kpause(const char *wmesg, bool intr, int timeo, kmutex_t *mtx) in kpause() argument
|
H A D | vm.c | 739 uvm_pagewait(struct vm_page *pg, krwlock_t *lock, const char *wmesg) in uvm_pagewait()
|
/netbsd-src/sys/kern/ |
H A D | kern_synch.c | 185 tsleep(wchan_t ident, pri_t priority, const char *wmesg, int timo) in tsleep() 210 mtsleep(wchan_t ident, pri_t priority, const char *wmesg, int timo, in mtsleep() 244 kpause(const char *wmesg, bool intr, int timo, kmutex_t *mtx) in kpause()
|
H A D | kern_sleepq.c | 258 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj, in sleepq_enqueue() 296 const char *wmesg, syncobj_t *sobj, kmutex_t *mp, bool catch_p) in sleepq_transfer()
|
H A D | kern_condvar.c | 93 cv_init(kcondvar_t *cv, const char *wmesg) in cv_init()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonport.c | 255 nfsmsleep(void *chan, void *mutex, int prio, const char *wmesg, in nfsmsleep() 415 nfs_catnap(int prio, int errval, const char *wmesg) in nfs_catnap()
|
H A D | nfs_commonkrpc.c | 1118 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep()
|
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_subr.c | 567 lfs_writer_enter(struct lfs *fs, const char *wmesg) in lfs_writer_enter()
|
/netbsd-src/sys/arch/arm/sa11x0/ |
H A D | sa11xx_pcic.c | 201 sapcic_delay(int timo, const char *wmesg) in sapcic_delay()
|
/netbsd-src/sys/ddb/ |
H A D | db_xxx.c | 336 char buf[9], *wmesg; in db_show_condvar() local
|
/netbsd-src/external/bsd/top/dist/machine/ |
H A D | m_netbsd.c | 886 char wmesg[KI_WMESGLEN + 1]; in format_next_proc() local 986 char wmesg[KI_WMESGLEN + 1]; in format_next_lwp() local
|
/netbsd-src/sys/ufs/ffs/ |
H A D | ffs_extattr.c | 123 #define msleep(chan, mtx, pri, wmesg, timeo) \ argument
|
/netbsd-src/sys/dev/ic/ |
H A D | i82365.c | 1275 pcic_delay(struct pcic_handle *h, int timo, const char *wmesg) in pcic_delay()
|
/netbsd-src/sys/uvm/ |
H A D | uvm_page.c | 1635 uvm_pagewait(struct vm_page *pg, krwlock_t *lock, const char *wmesg) in uvm_pagewait()
|
/netbsd-src/sys/dev/pci/ |
H A D | pccbb.c | 2243 pccbb_pcmcia_delay(struct pccbb_softc *sc, int timo, const char *wmesg) in pccbb_pcmcia_delay()
|
H A D | xmm7360.c | 235 #define msleep(ident, lock, prio, wmesg, timo) \ argument
|