Home
last modified time | relevance | path

Searched defs:nlocks (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/rump/librump/rumpkern/
H A Dklock.c67 rump_kernel_bigwrap(int *nlocks) in rump_kernel_bigwrap()
79 rump_kernel_bigunwrap(int nlocks) in rump_kernel_bigunwrap()
88 _kernel_lock(int nlocks) in _kernel_lock()
114 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock()
151 rump_user_unschedule(int nlocks, int *countp, void *interlock) in rump_user_unschedule()
163 rump_user_schedule(int nlocks, void *interlock) in rump_user_schedule()
H A Dsleepq.c62 int nlocks; in sleepq_enter() local
87 sleepq_block(int timo, bool catch, syncobj_t *syncobj __unused, int nlocks) in sleepq_block()
H A Dltsleep.c123 int rv, nlocks; in tsleep() local
H A Dlwproc.c455 int nlocks; in rump_lwproc_switch() local
H A Dscheduler.c514 int nlocks; in yield() local
/netbsd-src/lib/librumpuser/
H A Drumpuser_component.c50 int nlocks; in rumpuser_component_unschedule() local
59 int nlocks = (int)(intptr_t)cookie; in rumpuser_component_schedule() local
H A Drumpuser_int.h37 rumpkern_unsched(int *nlocks, void *interlock) in rumpkern_unsched()
44 rumpkern_sched(int nlocks, void *interlock) in rumpkern_sched()
H A Drumpuser_file.c226 int nlocks; in rumpuser_close() local
253 int nlocks; rumpuser_iovread() local
286 int nlocks; rumpuser_iovwrite() local
H A Drumpfiber.c489 int nlocks; in rumpuser_clock_sleep() local
706 int nlocks; in rumpuser_mutex_enter() local
793 int nlocks; in rumpuser_rw_enter() local
929 cv_unsched(struct rumpuser_mtx *mtx, int *nlocks) in cv_unsched()
937 cv_resched(struct rumpuser_mtx *mtx, int nlocks) in cv_resched()
954 int nlocks; in rumpuser_cv_wait() local
978 int nlocks; in rumpuser_cv_timedwait() local
H A Drumpuser_pth.c519 cv_unschedule(struct rumpuser_mtx *mtx, int *nlocks) in cv_unschedule()
527 cv_reschedule(struct rumpuser_mtx *mtx, int nlocks) in cv_reschedule()
559 int nlocks; in rumpuser_cv_wait() local
584 int rv, nlocks; in rumpuser_cv_timedwait() local
H A Drumpuser_bio.c140 int nlocks; in rumpuser_bio() local
H A Drumpuser_sp.c787 int rv, nlocks; in sp_copyin() local
827 int nlocks, rv; in sp_copyout() local
861 int nlocks, rv; in rumpuser_sp_anonmmap() local
889 int rv, nlocks; in rumpuser_sp_raise() local
H A Drumpuser.c118 int nlocks; in rumpuser_clock_sleep() local
/netbsd-src/sys/kern/
H A Dkern_condvar.c129 int nlocks; in cv_enter() local
176 int nlocks; in cv_wait() local
197 int error, nlocks; in cv_wait_sig() local
220 int error, nlocks; in cv_timedwait() local
245 int error, nlocks; in cv_timedwait_sig() local
H A Dkern_synch.c191 int nlocks; in tsleep() local
217 int error, nlocks; in mtsleep() local
247 int error, nlocks; in kpause() local
292 int nlocks; in yield() local
317 int nlocks; in preempt() local
H A Dkern_lock.c194 _kernel_lock(int nlocks) in _kernel_lock()
330 _kernel_unlock(int nlocks, int *countp) in _kernel_unlock()
H A Dkern_sleepq.c232 int nlocks; in sleepq_enter() local
344 sleepq_block(int timo, bool catch_p, syncobj_t *syncobj, int nlocks) in sleepq_block()
H A Dkern_turnstile.c378 int nlocks; in turnstile_block() local
H A Dkern_timeout.c589 int nlocks; in callout_wait() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtls.c44 static int nlocks; variable
/netbsd-src/tests/kernel/
H A Dt_lockf.c56 #define nlocks 500 /* number of locks per thread */ macro
/netbsd-src/tests/fs/vfs/
H A Dt_vnops.c955 unsigned int nlocks; in fcntl_getlock_pids() local
/netbsd-src/sys/uvm/pmap/
H A Dpmap.c2267 const size_t nlocks = PAGE_SIZE / cache_line_size; in pmap_pvlist_lock_init() local
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c66 static int nlocks; global() variable