/dflybsd-src/sys/kern/ |
H A D | kern_synch.c | 512 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 D | kern_lock.c | 1300 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 D | vfs_bio.c | 3252 _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 D | subr_sleepqueue.c | 252 sleepq_add(const void *wchan, struct lock_object *lock, const char *wmesg, in sleepq_add()
|
H A D | subr_taskqueue.c | 109 TQ_SLEEP(struct taskqueue *tq, void *ident, const char *wmesg) in TQ_SLEEP()
|
H A D | lwkt_ipiq.c | 806 lwkt_synchronize_ipiqs(const char *wmesg) in lwkt_synchronize_ipiqs()
|
H A D | tty.c | 2794 ttysleep(struct tty *tp, void *chan, int slpflags, char *wmesg, int timo) in ttysleep()
|
H A D | kern_proc.c | 302 pstall(struct proc *p, const char *wmesg, int count) in pstall()
|
H A D | kern_event.c | 2115 precise_sleep(void *ident, int flags, const char *wmesg, int us) in precise_sleep()
|
/dflybsd-src/sys/bus/cam/ |
H A D | cam_sim.c | 120 sim_lock_sleep(void *ident, int flags, const char *wmesg, int timo, in sim_lock_sleep()
|
/dflybsd-src/sys/sys/ |
H A D | lock.h | 223 #define LOCK_INITIALIZER(wmesg, timo, flags) \ argument
|
H A D | buf2.h | 84 BUF_TIMELOCK(struct buf *bp, int locktype, char *wmesg, int timo) in BUF_TIMELOCK()
|
/dflybsd-src/sys/netproto/smb/ |
H A D | smb_subr.c | 429 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 D | os_bsd.h | 198 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 D | os_bsd.h | 201 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 D | kvm_proc.c | 217 char *wmesg; in kvm_proclist() local
|
/dflybsd-src/sys/dev/video/cxm/ |
H A D | cxm.c | 432 const char *wmesg; in cxm_firmware_command() local
|
/dflybsd-src/usr.bin/top/ |
H A D | m_dragonfly.c | 694 char *wmesg, *comm; in format_next_process() local
|
/dflybsd-src/sys/dev/disk/iscsi/initiator/ |
H A D | iscsivar.h | 292 #define issleep(id, mtx, flags, wmesg, to) \ argument
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_compat.h | 748 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 D | maestro.c | 281 agg_sleep(struct agg_info *sc, const char *wmesg, int msec) in agg_sleep()
|
/dflybsd-src/sys/dev/raid/hptiop/ |
H A D | hptiop.h | 472 int priority, const char *wmesg, int timo) in hptiop_sleep()
|
/dflybsd-src/sys/dev/disk/mpt/ |
H A D | mpt.h | 767 #define mpt_sleep(mpt, ident, priority, wmesg, timo) \ argument
|