Home
last modified time | relevance | path

Searched refs:wchan (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_sleepqueue.c82 #define SLEEPQ_HASH(wchan) ((((uintptr_t)(wchan) >> 10) ^ \ argument
85 #define SLEEPQ_LOOKUP(wchan) &sleepq_chains[SLEEPQ_HASH(wchan)] argument
120 sc = SLEEPQ_LOOKUP(wchan); in sleepq_wclookup()
123 if (wc->wc_wchan == wchan) in sleepq_wclookup()
177 sleepq_lock(const void *wchan) in sleepq_lock() argument
182 sc = SLEEPQ_LOOKUP(wchan); in sleepq_lock()
196 wc->wc_wchan = wchan; in sleepq_lock()
227 wc = sleepq_wclookup(wchan); in sleepq_release()
264 wc = sleepq_wclookup(wchan); in sleepq_add()
313 wc = sleepq_wclookup(wchan); in sleepq_sleepcnt()
[all …]
/dragonfly/sys/sys/
H A Dsleepqueue.h94 struct sleepqueue *sleepq_lookup(const void *wchan);
103 void sleepq_lock(const void *wchan);
104 void sleepq_release(const void *wchan);
109 void sleepq_remove(struct thread *td, const void *wchan);
117 #define sleepq_set_timeout(wchan, timo) \ argument
119 u_int sleepq_sleepcnt(const void *wchan, int queue);
120 int sleepq_timedwait(const void *wchan, int pri);
121 int sleepq_timedwait_sig(const void *wchan, int pri);
122 int sleepq_type(const void *wchan);
123 void sleepq_wait(const void *wchan, int pri);
[all …]
/dragonfly/sys/dev/sound/midi/
H A Dmidi.c105 int rchan, wchan; member
410 if (m->wchan) { in midi_uninit()
412 m->wchan = 0; in midi_uninit()
598 if (m->wchan) { in midi_out()
600 m->wchan = 0; in midi_out()
656 m->wchan = 0; in midi_open()
840 m->wchan = 1; in midi_write()
856 m->wchan = 0; in midi_write()
1175 m->wchan = 0; in midisynth_open()
1265 m->wchan = 1; in midisynth_writeraw()
[all …]
/dragonfly/sys/libprop/
H A Dprop_object_impl.h271 const char *wchan; member
273 #define _PROP_POOL_INIT(pp, size, wchan) \ argument
274 MALLOC_DEFINE(M_##pp, wchan, wchan); \
/dragonfly/share/misc/
H A Dgdbinit60 printf "\ncpu pid thread flags comm wchan wmesg\n"
87 printf "\ncpu curthread wchan\n"
207 Output a list of processes with wait-channel (wchan) information.
/dragonfly/sys/netproto/802_11/
H A DREADME.DRAGONFLY77 blah_sleep(struct blah_softc *sc, void *wchan,
86 error = lksleep(wchan, appropriatelock, flags, wmsg, timo);
/dragonfly/bin/ps/
H A Dextern.h87 void wchan(const KINFO *, const struct varent *);
H A Dkeyword.c135 {"nwchan", "WCHAN", NULL, 0, lpvar, NULL, 8, LPOFF(wchan), KPTR, "lx", NULL},
200 {"wchan", "WCHAN", NULL, LJUST, wchan, NULL, WMESGLEN, 0, 0, NULL, NULL},
H A Dprint.c455 wchan(const KINFO *k, const struct varent *vent) in wchan() function
/dragonfly/sys/dev/raid/vinum/
H A D.gdbinit.kernel398 printf " pid proc uid ppid pgrp flag stat comm wchan\n"
490 printf " pid proc uid ppid pgrp flag stat comm wchan\n"
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c3506 void *wchan; in isp_target_thread() local
3635 ISP_GET_PC_ADDR(isp, chan, target_proc, wchan); in isp_target_thread()
3695 lksleep(wchan, &isp->isp_lock, PUSER, "tsnooze", 0); in isp_target_thread()