Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_synch.c64 const char *wmesg; member
88 const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags) in _sleep()
96 msleep_spin_sbt(const void * _Nonnull chan, struct mtx *mtx, const char *wmesg, in msleep_spin_sbt()
103 pause_sbt(const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags) in pause_sbt()
/f-stack/freebsd/sys/
H A Dblockcount.h80 _blockcount_wait(blockcount_t *bc, struct lock_object *lo, const char *wmesg, in _blockcount_wait()
89 #define blockcount_sleep(bc, lo, wmesg, prio) \ argument
91 #define blockcount_wait(bc, lo, wmesg, prio) \ argument
H A Dlockmgr.h103 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, in _lockmgr_args()
113 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw()
127 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument
130 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
H A Dsystm.h518 #define msleep(chan, mtx, pri, wmesg, timo) \ argument
521 #define msleep_sbt(chan, mtx, pri, wmesg, bt, pr, flags) \ argument
526 #define msleep_spin(chan, mtx, wmesg, timo) \ argument
531 #define pause(wmesg, timo) \ argument
533 #define pause_sig(wmesg, timo) \ argument
535 #define tsleep(chan, pri, wmesg, timo) \ argument
538 #define tsleep_sbt(chan, pri, wmesg, bt, pr, flags) \ argument
H A Drmlock.h98 #define rm_sleep(chan, rm, pri, wmesg, timo) \ argument
H A Dktrace.h149 char wmesg[8]; member
H A Dsx.h265 #define sx_sleep(chan, sx, pri, wmesg, timo) \ argument
H A Drwlock.h240 #define rw_sleep(chan, rw, pri, wmesg, timo) \ argument
H A Dbuf.h316 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument
H A Dmutex.h463 #define mtx_sleep(chan, mtx, pri, wmesg, timo) \ argument
/f-stack/freebsd/kern/
H A Dkern_synch.c136 const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags) in _sleep()
237 msleep_spin_sbt(const void *ident, struct mtx *mtx, const char *wmesg, in msleep_spin_sbt()
312 pause_sbt(const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags) in pause_sbt()
411 _blockcount_sleep(blockcount_t *bc, struct lock_object *lock, const char *wmesg, in _blockcount_sleep()
H A Dkern_lock.c267 const char *wmesg, int pri, int timo, int queue) in sleeplk()
431 lockinit(struct lock *lk, int pri, const char *wmesg, int timo, int flags) in lockinit()
1298 const char *wmesg, int pri, int timo, const char *file, int line) in __lockmgr_args()
H A Dsubr_smp.c951 quiesce_cpus(cpuset_t map, const char *wmesg, int prio) in quiesce_cpus()
988 quiesce_all_cpus(const char *wmesg, int prio) in quiesce_all_cpus()
H A Dsubr_sleepqueue.c309 sleepq_add(const void *wchan, struct lock_object *lock, const char *wmesg, in sleepq_add()
1296 sleepq_profile(const char *wmesg) in sleepq_profile()
H A Dkern_sendfile.c279 sendfile_iowait(struct sf_io *sfio, const char *wmesg) in sendfile_iowait()
H A Dkern_ktrace.c737 ktrcsw(int out, int user, const char *wmesg) in ktrcsw()
H A Dkern_umtx.c812 umtxq_sleep(struct umtx_q *uq, const char *wmesg, struct abs_timeout *abstime) in umtxq_sleep()
1659 const char *wmesg, struct abs_timeout *timo, bool shared) in umtxq_sleep_pi()
H A Dkern_sysctl.c117 #define SYSCTL_SLEEP(ch, wmesg, timo) \ argument
H A Dvfs_vnops.c3354 vn_lock_pair_pause(const char *wmesg) in vn_lock_pair_pause()
/f-stack/freebsd/ddb/
H A Ddb_ps.c265 const char *wmesg; in dumpthread() local
/f-stack/freebsd/vm/
H A Dvm_page.c1014 vm_page_busy_sleep(vm_page_t m, const char *wmesg, bool nonshared) in vm_page_busy_sleep()
1040 const char *wmesg, bool nonshared) in vm_page_busy_sleep_unlocked()
1062 const char *wmesg, int allocflags, bool locked) in _vm_page_busy_sleep()
1412 vm_page_sleep_if_busy(vm_page_t m, const char *wmesg) in vm_page_sleep_if_busy()
1444 vm_page_sleep_if_xbusy(vm_page_t m, const char *wmesg) in vm_page_sleep_if_xbusy()
4376 const char *wmesg, int allocflags, bool locked) in vm_page_grab_sleep()
H A Dvm_object.h260 #define VM_OBJECT_SLEEP(object, wchan, pri, wmesg, timo) \ argument
H A Dvm_object.c2475 vm_object_busy_wait(vm_object_t obj, const char *wmesg) in vm_object_busy_wait()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1326 const char *wmesg; in vm_handle_hlt() local