Home
last modified time | relevance | path

Searched defs:wchan (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/sys/kern/
H A Dsubr_sleepqueue.c260 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 Dkern_synch.c413 void *wchan; _blockcount_sleep() local
H A Dkern_clock.c205 const void *wchan; in deadlres_td_sleep_q() local
H A Dsubr_vmem.c197 #define VMEM_CONDVAR_INIT(vm, wchan) cv_init(&vm->vm_cv, wchan) argument
H A Dvfs_bio.c5143 bwait(struct buf * bp,u_char pri,const char * wchan) bwait() argument
/freebsd-src/lib/libthr/thread/
H A Dthr_sleepq.c34 #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 Dthr_private.h547 void *wchan; member
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c42 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 Dsleepqueue.h106 #define sleepq_set_timeout(wchan, timo) \ argument
[all...]
/freebsd-src/sys/ddb/
H A Ddb_ps.c266 const void *wchan; 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/vm/
H A Dvm_object.h252 VM_OBJECT_SLEEP(object,wchan,pri,wmesg,timo) global() argument
/freebsd-src/bin/ps/
H A Dprint.c444 wchan(KINFO *k, VARENT *ve __unused) wchan() function
/freebsd-src/sys/dev/sound/midi/
H A Dmidi.c107 int rchan, wchan; member
[all...]
/freebsd-src/sys/nlm/
H A Dnlm_prot_impl.c332 char *wchan = "nlmrcv"; in nlm_get_rpc() local