| /freebsd-11-stable/sys/sys/ |
| HD | systm.h | 401 #define msleep(chan, mtx, pri, wmesg, timo) \ argument 404 #define msleep_sbt(chan, mtx, pri, wmesg, bt, pr, flags) \ argument 409 #define msleep_spin(chan, mtx, wmesg, timo) \ argument 414 #define pause(wmesg, timo) \ argument 416 #define pause_sig(wmesg, timo) \ argument 418 #define tsleep(chan, pri, wmesg, timo) \ argument 421 #define tsleep_sbt(chan, pri, wmesg, bt, pr, flags) \ argument
|
| HD | lockmgr.h | 98 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, in _lockmgr_args() 108 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw() 121 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument 124 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
|
| HD | rmlock.h | 96 #define rm_sleep(chan, rm, pri, wmesg, timo) \ argument
|
| HD | ktrace.h | 148 char wmesg[8]; member
|
| HD | sx.h | 261 #define sx_sleep(chan, sx, pri, wmesg, timo) \ argument
|
| HD | rwlock.h | 239 #define rw_sleep(chan, rw, pri, wmesg, timo) \ argument
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_synch.c | 129 const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags) in _sleep() 232 msleep_spin_sbt(void *ident, struct mtx *mtx, const char *wmesg, in msleep_spin_sbt() 309 pause_sbt(const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags) in pause_sbt()
|
| HD | kern_lock.c | 254 const char *wmesg, int pri, int timo, int queue) in sleeplk() 412 lockinit(struct lock *lk, int pri, const char *wmesg, int timo, int flags) in lockinit() 652 const char *wmesg, int pri, int timo, const char *file, int line) in __lockmgr_args()
|
| HD | subr_smp.c | 850 quiesce_cpus(cpuset_t map, const char *wmesg, int prio) in quiesce_cpus() 887 quiesce_all_cpus(const char *wmesg, int prio) in quiesce_all_cpus()
|
| HD | subr_sleepqueue.c | 298 sleepq_add(void *wchan, struct lock_object *lock, const char *wmesg, int flags, in sleepq_add() 1288 sleepq_profile(const char *wmesg) in sleepq_profile()
|
| HD | kern_ktrace.c | 724 ktrcsw(int out, int user, const char *wmesg) in ktrcsw()
|
| /freebsd-11-stable/release/picobsd/tinyware/sps/ |
| HD | sps.c | 47 char buf[MAXPATHLEN], vty[5], pst[5], wmesg[10]; in main() local
|
| /freebsd-11-stable/sys/fs/procfs/ |
| HD | procfs_status.c | 70 const char *wmesg; in procfs_doprocstatus() local
|
| /freebsd-11-stable/sys/cam/ |
| HD | cam_xpt.h | 128 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \ argument
|
| HD | cam_periph.h | 221 #define cam_periph_sleep(periph, chan, priority, wmesg, timo) \ argument
|
| /freebsd-11-stable/sys/fs/nfs/ |
| HD | nfs_commonport.c | 254 nfsmsleep(void *chan, void *mutex, int prio, const char *wmesg, in nfsmsleep() 414 nfs_catnap(int prio, int errval, const char *wmesg) in nfs_catnap()
|
| HD | nfs_commonkrpc.c | 1230 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep()
|
| /freebsd-11-stable/sys/ddb/ |
| HD | db_ps.c | 253 const char *wmesg; in dumpthread() local
|
| /freebsd-11-stable/sys/dev/ppbus/ |
| HD | ppb_base.c | 237 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) in ppb_sleep()
|
| /freebsd-11-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_schedule.c | 46 const char *wmesg, int timeout, int state) in linux_add_to_sleepqueue()
|
| /freebsd-11-stable/sys/vm/ |
| HD | vm_object.h | 247 #define VM_OBJECT_SLEEP(object, wchan, pri, wmesg, timo) \ argument
|
| HD | vm_pageout.c | 1909 pagedaemon_wait(int pri, const char *wmesg) in pagedaemon_wait()
|
| /freebsd-11-stable/sys/dev/hptrr/ |
| HD | os_bsd.h | 203 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()
|
| /freebsd-11-stable/sys/dev/hptnr/ |
| HD | os_bsd.h | 202 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()
|
| /freebsd-11-stable/sys/dev/hpt27xx/ |
| HD | os_bsd.h | 208 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()
|