Lines Matching defs:busy
65 struct lwp *busy;
226 percpu_allocation.busy = NULL;
267 while (percpu_allocation.busy)
270 percpu_allocation.busy = curlwp;
278 KASSERT(percpu_allocation.busy == curlwp);
279 percpu_allocation.busy = NULL;
338 while (percpu_allocation.busy)
341 percpu_allocation.busy = curlwp;
367 KASSERT(percpu_allocation.busy == curlwp);
368 percpu_allocation.busy = NULL;
400 while (percpu_allocation.busy)