Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsched.c61 wchan_t wchan; /* Wait channel */ member
155 sched_task(cb_fun *cf, opaque_t ca, wchan_t wchan) in sched_task()
179 wakeup(wchan_t wchan) in wakeup()
201 wakeup_task(int rc, int term, wchan_t wchan) in wakeup_task()
H A Dops_nfs.c535 call_mountd(fh_cache *fp, u_long proc, fwd_fun fun, wchan_t wchan) in call_mountd()
606 webnfs_lookup(fh_cache *fp, fwd_fun fun, wchan_t wchan) in webnfs_lookup()
H A Dsrvr_nfs.c313 get_mountd_port(fserver *fs, u_short *port, wchan_t wchan) in get_mountd_port()
H A Dmap.c842 wchan_t wchan = get_mntfs_wchan(mf); in free_map_if_success() local
/netbsd-src/sys/sys/
H A Dsleeptab.h43 #define SLEEPTAB_HASH(wchan) (((uintptr_t)(wchan) >> 8) & SLEEPTAB_HASH_MASK) argument
61 sleeptab_lookup(sleeptab_t *st, wchan_t wchan, kmutex_t **mp) in sleeptab_lookup()
75 sleepq_hashlock(wchan_t wchan) in sleepq_hashlock()
/netbsd-src/sys/kern/
H A Dkern_sleepq.c258 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj, in sleepq_enqueue()
295 sleepq_transfer(lwp_t *l, sleepq_t *from_sq, sleepq_t *sq, wchan_t wchan, in sleepq_transfer()
456 sleepq_wake(sleepq_t *sq, wchan_t wchan, u_int expected, kmutex_t *mp) in sleepq_wake()
H A Dkern_synch.c1116 syncobj_noowner(wchan_t wchan) in syncobj_noowner()
H A Dkern_mutex.c842 mutex_owner(wchan_t wchan) in mutex_owner()
H A Dsubr_pool.c808 const char *wchan, struct pool_allocator *palloc, int ipl) in pool_init() argument
2106 pool_cache_bootstrap(pc, size, align, align_offset, flags, wchan, in pool_cache_bootstrap() argument
2083 pool_cache_init(size_t size,u_int align,u_int align_offset,u_int flags,const char * wchan,struct pool_allocator * palloc,int ipl,int (* ctor)(void *,void *,int),void (* dtor)(void *,void *),void * arg) pool_cache_init() argument
H A Dsubr_vmem.c98 VMEM_CONDVAR_INIT(vm,wchan) global() argument
/netbsd-src/sys/ddb/
H A Ddb_syncobj.c45 db_syncobj_owner(const struct syncobj *sobj, wchan_t wchan) in db_syncobj_owner()
H A Ddb_command.c1397 wchan_t wchan = NULL; in db_show_all_tstiles() local
/netbsd-src/sys/rump/librump/rumpkern/
H A Dsleepq.c113 sleepq_wake(sleepq_t *sq, wchan_t wchan, u_int expected, kmutex_t *mp) in sleepq_wake()
/netbsd-src/sys/dev/
H A Dsequencervar.h78 kcondvar_t wchan; member
H A Dmidivar.h195 kcondvar_t wchan; member
/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h272 const char *wchan; member
274 #define _PROP_POOL_INIT(pp, size, wchan) \ argument
/netbsd-src/bin/ps/
H A Dprint.c950 wchan(struct pinfo *pi, VARENT *ve, enum mode mode) in wchan() function
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c356 char *wchan = "nlmrcv"; in nlm_get_rpc() local
/netbsd-src/sys/dev/hyperv/
H A Dvmbus.c593 const char *wchan = "hvstart"; in vmbus_start() local