Home
last modified time | relevance | path

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

12

/freebsd-src/sys/kern/
H A Dkern_condvar.c112 char wmesg[WMESGLEN + 1]; in _cv_wait() local
174 char wmesg[WMESGLEN + 1]; in _cv_wait_unlock() local
232 char wmesg[WMESGLEN + 1]; _cv_wait_sig() local
301 char wmesg[WMESGLEN + 1]; _cv_timedwait_sbt() local
371 char wmesg[WMESGLEN + 1]; _cv_timedwait_sig_sbt() local
[all...]
H A Dkern_synch.c132 const char *wmesg, sbintime_t sbt, sbintime_t pr, int flags) in _sleep() argument
238 msleep_spin_sbt(const void *ident, struct mtx *mtx, const char *wmesg, in msleep_spin_sbt() argument
313 pause_sbt(const char * wmesg,sbintime_t sbt,sbintime_t pr,int flags) pause_sbt() argument
410 _blockcount_sleep(blockcount_t * bc,struct lock_object * lock,const char * wmesg,int prio) _blockcount_sleep() argument
[all...]
H A Dkern_lock.c269 sleeplk(struct lock * lk,u_int flags,struct lock_object * ilk,const char * wmesg,int pri,int timo,int queue) sleeplk() argument
434 lockinit(struct lock * lk,int pri,const char * wmesg,int timo,int flags) lockinit() argument
1304 __lockmgr_args(struct lock * lk,u_int flags,struct lock_object * ilk,const char * wmesg,int pri,int timo,const char * file,int line) __lockmgr_args() argument
H A Dsubr_smp.c976 quiesce_cpus(cpuset_t map, const char *wmesg, int prio) in quiesce_cpus()
1021 quiesce_all_cpus(const char *wmesg, int prio) in quiesce_all_cpus()
H A Dsubr_sleepqueue.c307 sleepq_add(const void *wchan, struct lock_object *lock, const char *wmesg, in sleepq_add() argument
1330 sleepq_profile(const char * wmesg) sleepq_profile() argument
H A Dkern_sendfile.c280 sendfile_iowait(struct sf_io *sfio, const char *wmesg) in sendfile_iowait() argument
/freebsd-src/sys/sys/
H A Dblockcount.h78 _blockcount_wait(blockcount_t *bc, struct lock_object *lo, const char *wmesg, in _blockcount_wait()
87 #define blockcount_sleep(bc, lo, wmesg, prio) \ argument
89 #define blockcount_wait(bc, lo, wmesg, prio) \ argument
H A Dlockmgr.h101 _lockmgr_args(struct lock *lk, u_int flags, struct mtx *ilk, const char *wmesg, in _lockmgr_args()
111 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw()
125 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument
128 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
H A Dsystm.h464 #define msleep(chan, mtx, pri, wmesg, timo) \ argument
467 #define msleep_sbt(chan, mtx, pri, wmesg, bt, pr, flags) \ argument
472 #define msleep_spin(chan, mtx, wmesg, timo) \ argument
478 pause(const char *wmesg, in argument
482 pause_sig(wmesg,timo) global() argument
484 tsleep(chan,pri,wmesg,timo) global() argument
487 tsleep_sbt(chan,pri,wmesg,bt,pr,flags) global() argument
[all...]
H A Drmlock.h97 #define rm_sleep(chan, rm, pri, wmesg, timo) \ argument
H A Dbuf.h298 #define BUF_LOCKINIT(bp, wmesg) \ argument
312 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument
H A Dktrace.h166 char wmesg[8]; member
/freebsd-src/sys/fs/procfs/
H A Dprocfs_status.c68 const char *wmesg; procfs_doprocstatus() local
/freebsd-src/sys/cam/
H A Dcam_xpt.h128 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \ argument
H A Dcam_periph.h234 #define cam_periph_sleep(periph, chan, priority, wmesg, timo) \ argument
/freebsd-src/sys/fs/nfs/
H A Dnfs_commonport.c268 nfsmsleep(void * chan,void * mutex,int prio,const char * wmesg,struct timespec * ts) nfsmsleep() argument
406 nfs_catnap(int prio,int errval,const char * wmesg) nfs_catnap() argument
H A Dnfs_commonkrpc.c1580 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep()
/freebsd-src/sys/dev/qat/include/common/
H A Dqat_freebsd.h45 #define pause_ms(wmesg, ms) pause_sbt(wmesg, (ms)*SBT_1MS, 0, C_HARDCLOCK) argument
/freebsd-src/sys/ddb/
H A Ddb_ps.c265 const char *wmesg; dumpthread() local
[all...]
/freebsd-src/sys/dev/ppbus/
H A Dppb_base.c244 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) in ppb_sleep()
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c43 const char *wmesg, int timeout, int state) in linux_add_to_sleepqueue() argument
/freebsd-src/sys/dev/hptrr/
H A Dos_bsd.h203 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()
/freebsd-src/sys/dev/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()
/freebsd-src/sys/dev/hptnr/
H A Dos_bsd.h202 static __inline int hpt_sleep(PVBUS_EXT vbus_ext, void *ident, int priority, const char *wmesg, int… in hpt_sleep()
/freebsd-src/sys/vm/
H A Dvm_object.h252 VM_OBJECT_SLEEP(object,wchan,pri,wmesg,timo) global() argument

12