Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dkern_synch.c512 tsleep(const volatile void *ident, int flags, const char *wmesg, int timo) in tsleep()
816 const char *wmesg, int timo) in ssleep()
832 const char *wmesg, int timo) in lksleep()
852 const char *wmesg, int timo) in mtxsleep()
873 const char *wmesg, int timo) in zsleep()
898 lwkt_sleep(const char *wmesg, int flags) in lwkt_sleep()
H A Dkern_lock.c1300 lockinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockinit()
1315 lockreinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockreinit()
H A Dvfs_bio.c3252 _biowait(struct bio *bio, const char *wmesg, int to) in _biowait()
3293 biowait(struct bio *bio, const char *wmesg) in biowait()
3299 biowait_timeout(struct bio *bio, const char *wmesg, int to) in biowait_timeout()
H A Dsubr_sleepqueue.c252 sleepq_add(const void *wchan, struct lock_object *lock, const char *wmesg, in sleepq_add()
H A Dsubr_taskqueue.c109 TQ_SLEEP(struct taskqueue *tq, void *ident, const char *wmesg) in TQ_SLEEP()
H A Dlwkt_ipiq.c806 lwkt_synchronize_ipiqs(const char *wmesg) in lwkt_synchronize_ipiqs()
H A Dtty.c2794 ttysleep(struct tty *tp, void *chan, int slpflags, char *wmesg, int timo) in ttysleep()
H A Dkern_proc.c302 pstall(struct proc *p, const char *wmesg, int count) in pstall()
H A Dkern_event.c2115 precise_sleep(void *ident, int flags, const char *wmesg, int us) in precise_sleep()
/dflybsd-src/sys/bus/cam/
H A Dcam_sim.c120 sim_lock_sleep(void *ident, int flags, const char *wmesg, int timo, in sim_lock_sleep()
/dflybsd-src/sys/sys/
H A Dlock.h223 #define LOCK_INITIALIZER(wmesg, timo, flags) \ argument
H A Dbuf2.h84 BUF_TIMELOCK(struct buf *bp, int locktype, char *wmesg, int timo) in BUF_TIMELOCK()
/dflybsd-src/sys/netproto/smb/
H A Dsmb_subr.c429 smb_sleep(void *chan, struct smb_slock *sl, int slpflags, const char *wmesg, int timo) in smb_sleep()
/dflybsd-src/sys/dev/raid/hpt27xx/
H A Dos_bsd.h198 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()
/dflybsd-src/sys/dev/raid/hptrr/
H A Dos_bsd.h201 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()
/dflybsd-src/lib/libkvm/
H A Dkvm_proc.c217 char *wmesg; in kvm_proclist() local
/dflybsd-src/sys/dev/video/cxm/
H A Dcxm.c432 const char *wmesg; in cxm_firmware_command() local
/dflybsd-src/usr.bin/top/
H A Dm_dragonfly.c694 char *wmesg, *comm; in format_next_process() local
/dflybsd-src/sys/dev/disk/iscsi/initiator/
H A Discsivar.h292 #define issleep(id, mtx, flags, wmesg, to) \ argument
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h748 lockinit(struct lock *lkp, const char *wmesg, int timo, int flags) in lockinit()
914 tsleep(const volatile void *ident, int flags, const char *wmesg, int timo) in tsleep()
/dflybsd-src/sys/dev/sound/pci/
H A Dmaestro.c281 agg_sleep(struct agg_info *sc, const char *wmesg, int msec) in agg_sleep()
/dflybsd-src/sys/dev/raid/hptiop/
H A Dhptiop.h472 int priority, const char *wmesg, int timo) in hptiop_sleep()
/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt.h767 #define mpt_sleep(mpt, ident, priority, wmesg, timo) \ argument