Home | History | Annotate | Download | only in librumpuser

Lines Matching defs:nlocks

519 cv_unschedule(struct rumpuser_mtx *mtx, int *nlocks)
522 rumpkern_unsched(nlocks, mtx);
527 cv_reschedule(struct rumpuser_mtx *mtx, int nlocks)
548 rumpkern_sched(nlocks, mtx);
552 rumpkern_sched(nlocks, mtx);
559 int nlocks;
562 cv_unschedule(mtx, &nlocks);
564 cv_reschedule(mtx, nlocks);
584 int rv, nlocks;
596 cv_unschedule(mtx, &nlocks);
606 cv_reschedule(mtx, nlocks);