Home
last modified time | relevance | path

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

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsleepq.h49 #define SLEEPTAB_HASH(wchan) (((uintptr_t)(wchan) >> 8) & SLEEPTAB_HASH_MASK) argument
96 sleeptab_lookup(sleeptab_t *st, wchan_t wchan, kmutex_t **mp) in sleeptab_lookup()
107 sleepq_hashlock(wchan_t wchan) in sleepq_hashlock()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_sleepq.c200 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj) in sleepq_enqueue()
311 sleepq_wake(sleepq_t *sq, wchan_t wchan, u_int expected, kmutex_t *mp) in sleepq_wake()
H A Dsys_lwp.c478 wchan_t wchan; in lwp_unpark() local
539 wchan_t wchan; in lwp_park() local
648 wchan_t wchan; in sys__lwp_unpark_all() local
H A Dkern_synch.c1098 syncobj_noowner(wchan_t wchan) in syncobj_noowner()
/dports/net/p5-Net-Connection/Net-Connection-0.2.0/lib/Net/
H A DConnection.pm714 sub wchan{ subroutine
/dports/devel/p5-Proc-ProcessTable/Proc-ProcessTable-0.634/os/
H A Daix.c62 char wchan[15], pctcpu[7], pctmem[7], state[10]; in OS_get_table() local
H A DFreeBSD.h40 char wchan[256]; /* XXX */ member
H A DNetBSD.h31 char wchan[256]; /* XXX */ member
/dports/devel/libgtop/libgtop-2.40.0/include/glibtop/
H A Dprockernel.h62 char wchan [40]; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpkern/
H A Dsleepq.c103 sleepq_wake(sleepq_t *sq, wchan_t wchan, u_int expected, kmutex_t *mp) in sleepq_wake()
/dports/security/vault/vault-1.8.2/vendor/github.com/samuel/go-zookeeper/zk/
H A Dthrottle_test.go76 wchan chan writeReq member
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go4.org/net/throttle/
H A Dthrottle.go77 wchan chan writeReq member
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/samuel/go-zookeeper/zk/
H A Dthrottle_test.go76 wchan chan writeReq member
/dports/misc/perkeep/perkeep-0.11/vendor/go4.org/net/throttle/
H A Dthrottle.go77 wchan chan writeReq member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-zookeeper/zk/
H A Dthrottle_test.go76 wchan chan writeReq member
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dipctest.c559 echoserver(IPC_Channel* wchan, int repcount) in echoserver()
809 asyn_echoserver(IPC_Channel* wchan, int repcount) in asyn_echoserver()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/procfs-0.9.1/src/process/
H A Dtests.rs294 let wchan = myself.wchan().unwrap(); in test_proc_wchan() localVariable
H A Dstat.rs169 pub wchan: u64, field
295 let wchan = expect!(from_iter(&mut rest)); in from_reader() localVariable
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/sys/
H A Dpool.h244 const char *wchan; member
247 #define POOL_INIT(pp, size, align, align_offset, flags, wchan, palloc) \ argument
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dprtstat.h16 wchan, nswap, cnswap, guest_time; member
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/sbin/pkcsslotd/
H A Dgarbage_linux.h69 wchan, /* address of kernel wait channel proc is sleeping in */ member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_wanpipe/
H A Dftmod_wanpipe.c632 wp_channel_t *wchan = ftdmchan->io_data; in FIO_CLOSE_FUNCTION() local
1028 wp_channel_t *wchan = ftdmchan->io_data; in FIO_READ_FUNCTION() local
/dports/math/cmh/cmh-1.1.0/src/
H A Dprocess_status.h65 unsigned long wchan; member
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dprocinfo_unix.cpp103 unsigned long wchan; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dsequencervar.h78 kcondvar_t wchan; member

1234