/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | sched.c | 61 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 D | ops_nfs.c | 535 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 D | srvr_nfs.c | 313 get_mountd_port(fserver *fs, u_short *port, wchan_t wchan) in get_mountd_port()
|
H A D | map.c | 842 wchan_t wchan = get_mntfs_wchan(mf); in free_map_if_success() local
|
/netbsd-src/sys/sys/ |
H A D | sleeptab.h | 43 #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 D | kern_sleepq.c | 258 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 D | kern_synch.c | 1116 syncobj_noowner(wchan_t wchan) in syncobj_noowner()
|
H A D | kern_mutex.c | 842 mutex_owner(wchan_t wchan) in mutex_owner()
|
H A D | subr_pool.c | 808 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 D | subr_vmem.c | 98 VMEM_CONDVAR_INIT(vm,wchan) global() argument
|
/netbsd-src/sys/ddb/ |
H A D | db_syncobj.c | 45 db_syncobj_owner(const struct syncobj *sobj, wchan_t wchan) in db_syncobj_owner()
|
H A D | db_command.c | 1397 wchan_t wchan = NULL; in db_show_all_tstiles() local
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | sleepq.c | 113 sleepq_wake(sleepq_t *sq, wchan_t wchan, u_int expected, kmutex_t *mp) in sleepq_wake()
|
/netbsd-src/sys/dev/ |
H A D | sequencervar.h | 78 kcondvar_t wchan; member
|
H A D | midivar.h | 195 kcondvar_t wchan; member
|
/netbsd-src/common/lib/libprop/ |
H A D | prop_object_impl.h | 272 const char *wchan; member 274 #define _PROP_POOL_INIT(pp, size, wchan) \ argument
|
/netbsd-src/bin/ps/ |
H A D | print.c | 950 wchan(struct pinfo *pi, VARENT *ve, enum mode mode) in wchan() function
|
/netbsd-src/sys/fs/nfs/nlm/ |
H A D | nlm_prot_impl.c | 356 char *wchan = "nlmrcv"; in nlm_get_rpc() local
|
/netbsd-src/sys/dev/hyperv/ |
H A D | vmbus.c | 593 const char *wchan = "hvstart"; in vmbus_start() local
|