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

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_sleepq.c81 _sleepq_lock(void *wchan) argument
91 _sleepq_unlock(void *wchan) argument
101 lookup(struct sleepqueue_chain *sc, void *wchan) argument
112 _sleepq_lookup(void *wchan) argument
118 _sleepq_add(void *wchan, struct pthread *td) argument
[all...]
H A Dthr_private.h549 void *wchan; member in struct:pthread
/freebsd-12-stable/contrib/amd/amd/
H A Dsched.c59 wchan_t wchan; /* Wait channel */ member in struct:pjob
153 sched_task(cb_fun *cf, opaque_t ca, wchan_t wchan) argument
177 wakeup(wchan_t wchan) argument
199 wakeup_task(int rc, int term, wchan_t wchan) argument
[all...]
H A Dmap.c840 wchan_t wchan = get_mntfs_wchan(mf); local
H A Dsrvr_nfs.c311 get_mountd_port(fserver *fs, u_short *port, wchan_t wchan) argument
H A Dops_nfs.c533 call_mountd(fh_cache *fp, u_long proc, fwd_fun fun, wchan_t wchan) argument
604 webnfs_lookup(fh_cache *fp, fwd_fun fun, wchan_t wchan) argument
/freebsd-12-stable/sys/ddb/
H A Ddb_ps.c257 void *wchan; local
[all...]
/freebsd-12-stable/sys/dev/ppbus/
H A Dppb_base.c239 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) argument
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c45 linux_add_to_sleepqueue(void *wchan, struct task_struct *task, argument
340 wake_up_sleepers(void *wchan) argument
365 void *wchan; local
405 void *wchan; local
[all...]
/freebsd-12-stable/sys/kern/
H A Dkern_clock.c215 void *wchan; local
H A Dsubr_sleepqueue.c256 sleepq_lock(void *wchan) argument
270 sleepq_lookup(void *wchan) argument
288 sleepq_release(void *wchan) argument
303 sleepq_add(void *wchan, struct lock_object *lock, const char *wmesg, int flags, int queue) argument
383 sleepq_set_timeout_sbt(void *wchan, sbintime_t sbt, sbintime_t pr, int flags) argument
412 sleepq_sleepcnt(void *wchan, int queue) argument
431 sleepq_catch_signals(void *wchan, int pri) argument
557 sleepq_switch(void *wchan, int pri) argument
697 sleepq_wait(void *wchan, int pri) argument
713 sleepq_wait_sig(void *wchan, int pri) argument
731 sleepq_timedwait(void *wchan, int pri) argument
751 sleepq_timedwait_sig(void *wchan, int pri) argument
770 sleepq_type(void *wchan) argument
895 sleepq_signal(void *wchan, int flags, int pri, int queue) argument
958 sleepq_broadcast(void *wchan, int flags, int pri, int queue) argument
1011 void *wchan; local
1057 sleepq_remove(struct thread *td, void *wchan) argument
1099 void *wchan; local
1167 sleepq_sbuf_print_stacks(struct sbuf *sb, void *wchan, int queue, int *count_stacks_printed) argument
1429 void *wchan; local
[all...]
H A Dvfs_bio.c4323 biowait(struct bio *bp, const char *wchan) argument
4972 bwait(struct buf *bp, u_char pri, const char *wchan) argument
/freebsd-12-stable/bin/ps/
H A Dprint.c453 wchan(KINFO *k, VARENT *ve __unused) function
/freebsd-12-stable/sys/dev/sound/midi/
H A Dmidi.c114 int rchan, wchan; member in struct:snd_midi
[all...]
/freebsd-12-stable/sys/nlm/
H A Dnlm_prot_impl.c337 char *wchan = "nlmrcv"; local

Completed in 219 milliseconds