Home | History | Annotate | Download | only in kern

Lines Matching defs:nlocks

191 	int nlocks;
204 nlocks = sleepq_enter(sq, l, mp);
206 return sleepq_block(timo, catch_p, &sleep_syncobj, nlocks);
217 int error, nlocks;
229 nlocks = sleepq_enter(sq, l, mp);
232 error = sleepq_block(timo, catch_p, &sleep_syncobj, nlocks);
247 int error, nlocks;
257 nlocks = sleepq_enter(NULL, l, NULL);
259 error = sleepq_block(timo, intr, &kpause_syncobj, nlocks);
292 int nlocks;
294 KERNEL_UNLOCK_ALL(l, &nlocks);
302 KERNEL_LOCK(nlocks, l);
317 int nlocks;
319 KERNEL_UNLOCK_ALL(l, &nlocks);
328 KERNEL_LOCK(nlocks, l);