Home
last modified time | relevance | path

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

12

/freebsd-11-stable/sys/sys/
HDsystm.h401 #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
HDlockmgr.h98 _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
HDrmlock.h96 #define rm_sleep(chan, rm, pri, wmesg, timo) \ argument
HDktrace.h148 char wmesg[8]; member
HDsx.h261 #define sx_sleep(chan, sx, pri, wmesg, timo) \ argument
HDrwlock.h239 #define rw_sleep(chan, rw, pri, wmesg, timo) \ argument
/freebsd-11-stable/sys/kern/
HDkern_synch.c129 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()
HDkern_lock.c254 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()
HDsubr_smp.c850 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()
HDsubr_sleepqueue.c298 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()
HDkern_ktrace.c724 ktrcsw(int out, int user, const char *wmesg) in ktrcsw()
/freebsd-11-stable/release/picobsd/tinyware/sps/
HDsps.c47 char buf[MAXPATHLEN], vty[5], pst[5], wmesg[10]; in main() local
/freebsd-11-stable/sys/fs/procfs/
HDprocfs_status.c70 const char *wmesg; in procfs_doprocstatus() local
/freebsd-11-stable/sys/cam/
HDcam_xpt.h128 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \ argument
HDcam_periph.h221 #define cam_periph_sleep(periph, chan, priority, wmesg, timo) \ argument
/freebsd-11-stable/sys/fs/nfs/
HDnfs_commonport.c254 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()
HDnfs_commonkrpc.c1230 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep()
/freebsd-11-stable/sys/ddb/
HDdb_ps.c253 const char *wmesg; in dumpthread() local
/freebsd-11-stable/sys/dev/ppbus/
HDppb_base.c237 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/
HDlinux_schedule.c46 const char *wmesg, int timeout, int state) in linux_add_to_sleepqueue()
/freebsd-11-stable/sys/vm/
HDvm_object.h247 #define VM_OBJECT_SLEEP(object, wchan, pri, wmesg, timo) \ argument
HDvm_pageout.c1909 pagedaemon_wait(int pri, const char *wmesg) in pagedaemon_wait()
/freebsd-11-stable/sys/dev/hptrr/
HDos_bsd.h203 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/
HDos_bsd.h202 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/
HDos_bsd.h208 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()

12