Searched defs:nlocks (Results 1 - 22 of 22) sorted by relevance

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

Completed in 23 milliseconds