Home | History | Annotate | Download | only in librumpuser

Lines Matching defs:nlocks

489 	int nlocks;
491 rumpkern_unsched(&nlocks, NULL);
502 rumpkern_sched(nlocks, NULL);
706 int nlocks;
709 rumpkern_unsched(&nlocks, NULL);
712 rumpkern_sched(nlocks, NULL);
793 int nlocks;
805 rumpkern_unsched(&nlocks, NULL);
808 rumpkern_sched(nlocks, NULL);
929 cv_unsched(struct rumpuser_mtx *mtx, int *nlocks)
932 rumpkern_unsched(nlocks, mtx);
937 cv_resched(struct rumpuser_mtx *mtx, int nlocks)
943 rumpkern_sched(nlocks, mtx);
947 rumpkern_sched(nlocks, mtx);
954 int nlocks;
957 cv_unsched(mtx, &nlocks);
959 cv_resched(mtx, nlocks);
978 int nlocks;
982 cv_unsched(mtx, &nlocks);
984 cv_resched(mtx, nlocks);