| /src/lib/librumpuser/ |
| H A D | rumpuser_component.c | 50 int nlocks; local in function:rumpuser_component_unschedule 59 int nlocks = (int)(intptr_t)cookie; local in function:rumpuser_component_schedule
|
| H A D | rumpuser_int.h | 37 rumpkern_unsched(int *nlocks, void *interlock) argument 44 rumpkern_sched(int nlocks, void *interlock) argument [all...] |
| H A D | rumpuser.c | 118 int nlocks; local in function:rumpuser_clock_sleep
|
| H A D | rumpuser_bio.c | 140 int nlocks; local in function:rumpuser_bio
|
| H A D | rumpuser_file.c | 226 int nlocks; local in function:rumpuser_close
|
| H A D | rumpuser_pth.c | 519 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 D | rumpfiber.c | 489 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 D | rumpuser_sp.c | 787 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 D | klock.c | 67 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 D | ltsleep.c | 123 int rv, nlocks; local in function:tsleep
|
| H A D | sleepq.c | 62 int nlocks; local in function:sleepq_enter 87 sleepq_block(int timo, bool catch, syncobj_t *syncobj __unused, int nlocks) argument
|
| H A D | lwproc.c | 451 int nlocks; local in function:rump_lwproc_switch
|
| H A D | scheduler.c | 514 int nlocks; local in function:yield
|
| /src/tests/kernel/ |
| H A D | t_lockf.c | 56 #define nlocks 500 /* number of locks per thread */ macro
|
| /src/sys/kern/ |
| H A D | kern_lock.c | 194 _kernel_lock(int nlocks) argument 330 _kernel_unlock(int nlocks,int * countp) argument [all...] |
| H A D | kern_condvar.c | 129 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 D | kern_sleepq.c | 232 int nlocks; local in function:sleepq_enter 344 sleepq_block(int timo, bool catch_p, syncobj_t *syncobj, int nlocks) argument
|
| H A D | kern_turnstile.c | 378 int nlocks; local in function:turnstile_block
|
| H A D | kern_synch.c | 191 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 D | kern_timeout.c | 589 int nlocks; local in function:callout_wait
|
| /src/tests/fs/vfs/ |
| H A D | t_vnops.c | 955 unsigned int nlocks; local in function:fcntl_getlock_pids
|
| /src/sys/uvm/pmap/ |
| H A D | pmap.c | 2267 const size_t nlocks = PAGE_SIZE / cache_line_size; local in function:pmap_pvlist_lock_init
|