/freebsd-src/sys/kern/ |
H A D | subr_sleepqueue.c | 260 sleepq_lock(const void *wchan) in sleepq_lock() argument 274 sleepq_lookup(const void *wchan) in sleepq_lookup() argument 292 sleepq_release(const void *wchan) in sleepq_release() argument 307 sleepq_add(const void * wchan,struct lock_object * lock,const char * wmesg,int flags,int queue) sleepq_add() argument 394 sleepq_set_timeout_sbt(const void * wchan,sbintime_t sbt,sbintime_t pr,int flags) sleepq_set_timeout_sbt() argument 423 sleepq_sleepcnt(const void * wchan,int queue) sleepq_sleepcnt() argument 502 sleepq_catch_signals(const void * wchan,int pri) sleepq_catch_signals() argument 545 sleepq_switch(const void * wchan,int pri) sleepq_switch() argument 651 sleepq_wait(const void * wchan,int pri) sleepq_wait() argument 666 sleepq_wait_sig(const void * wchan,int pri) sleepq_wait_sig() argument 681 sleepq_timedwait(const void * wchan,int pri) sleepq_timedwait() argument 699 sleepq_timedwait_sig(const void * wchan,int pri) sleepq_timedwait_sig() argument 718 sleepq_type(const void * wchan) sleepq_type() argument 870 const void *wchan; sleepq_remove_nested() local 926 sleepq_signal(const void * wchan,int flags,int pri,int queue) sleepq_signal() argument 991 sleepq_broadcast(const void * wchan,int flags,int pri,int queue) sleepq_broadcast() argument 1043 const void *wchan; sleepq_timeout() local 1088 sleepq_remove(struct thread * td,const void * wchan) sleepq_remove() argument 1132 const void *wchan; sleepq_abort() local 1205 sleepq_sbuf_print_stacks(struct sbuf * sb,const void * wchan,int queue,int * count_stacks_printed) sleepq_sbuf_print_stacks() argument 1472 void *wchan; DB_SHOW_COMMAND() local [all...] |
H A D | kern_synch.c | 413 void *wchan; _blockcount_sleep() local
|
H A D | kern_clock.c | 205 const void *wchan; in deadlres_td_sleep_q() local
|
H A D | subr_vmem.c | 197 #define VMEM_CONDVAR_INIT(vm, wchan) cv_init(&vm->vm_cv, wchan) argument
|
H A D | vfs_bio.c | 5143 bwait(struct buf * bp,u_char pri,const char * wchan) bwait() argument
|
/freebsd-src/lib/libthr/thread/ |
H A D | thr_sleepq.c | 34 #define SC_HASH(wchan) ((unsigned) \ argument 78 _sleepq_lock(void *wchan) in _sleepq_lock() argument 88 _sleepq_unlock(void *wchan) in _sleepq_unlock() argument 98 lookup(struct sleepqueue_chain *sc, void *wchan) in lookup() argument 109 _sleepq_lookup(void *wchan) in _sleepq_lookup() argument 115 _sleepq_add(void * wchan,struct pthread * td) _sleepq_add() argument [all...] |
H A D | thr_private.h | 547 void *wchan; member
|
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_schedule.c | 42 linux_add_to_sleepqueue(void *wchan, struct task_struct *task, in linux_add_to_sleepqueue() argument 337 wake_up_sleepers(void * wchan) wake_up_sleepers() argument 362 void *wchan; linux_wait_on_bit_timeout() local 402 void *wchan; linux_wait_on_atomic_t() local [all...] |
/freebsd-src/sys/sys/ |
H A D | sleepqueue.h | 106 #define sleepq_set_timeout(wchan, timo) \ argument [all...] |
/freebsd-src/sys/ddb/ |
H A D | db_ps.c | 266 const void *wchan; dumpthread() local [all...] |
/freebsd-src/sys/dev/ppbus/ |
H A D | ppb_base.c | 244 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) in ppb_sleep()
|
/freebsd-src/sys/vm/ |
H A D | vm_object.h | 252 VM_OBJECT_SLEEP(object,wchan,pri,wmesg,timo) global() argument
|
/freebsd-src/bin/ps/ |
H A D | print.c | 444 wchan(KINFO *k, VARENT *ve __unused) wchan() function
|
/freebsd-src/sys/dev/sound/midi/ |
H A D | midi.c | 107 int rchan, wchan; member [all...] |
/freebsd-src/sys/nlm/ |
H A D | nlm_prot_impl.c | 332 char *wchan = "nlmrcv"; in nlm_get_rpc() local
|