Home
last modified time | relevance | path

Searched defs:wmesg (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/rump/librump/rumpkern/
H A Dltsleep.c121 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 Demul.c139 kpause(const char *wmesg, bool intr, int timeo, kmutex_t *mtx) in kpause() argument
H A Dvm.c739 uvm_pagewait(struct vm_page *pg, krwlock_t *lock, const char *wmesg) in uvm_pagewait()
/netbsd-src/sys/kern/
H A Dkern_synch.c185 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 Dkern_sleepq.c258 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 Dkern_condvar.c93 cv_init(kcondvar_t *cv, const char *wmesg) in cv_init()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonport.c255 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 Dnfs_commonkrpc.c1118 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 Dlfs_subr.c567 lfs_writer_enter(struct lfs *fs, const char *wmesg) in lfs_writer_enter()
/netbsd-src/sys/arch/arm/sa11x0/
H A Dsa11xx_pcic.c201 sapcic_delay(int timo, const char *wmesg) in sapcic_delay()
/netbsd-src/sys/ddb/
H A Ddb_xxx.c336 char buf[9], *wmesg; in db_show_condvar() local
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_netbsd.c886 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 Dffs_extattr.c123 #define msleep(chan, mtx, pri, wmesg, timeo) \ argument
/netbsd-src/sys/dev/ic/
H A Di82365.c1275 pcic_delay(struct pcic_handle *h, int timo, const char *wmesg) in pcic_delay()
/netbsd-src/sys/uvm/
H A Duvm_page.c1635 uvm_pagewait(struct vm_page *pg, krwlock_t *lock, const char *wmesg) in uvm_pagewait()
/netbsd-src/sys/dev/pci/
H A Dpccbb.c2243 pccbb_pcmcia_delay(struct pccbb_softc *sc, int timo, const char *wmesg) in pccbb_pcmcia_delay()
H A Dxmm7360.c235 #define msleep(ident, lock, prio, wmesg, timo) \ argument