Home | History | Annotate | Download | only in kern

Lines Matching defs:xc_headp

100 	uint64_t	xc_headp;
403 while (xc->xc_headp != xc->xc_donep) {
414 xc->xc_headp += 1;
420 xc->xc_headp += 1;
424 KASSERT(xc->xc_donep < xc->xc_headp);
425 where = xc->xc_headp;
453 if (xc->xc_headp == xc->xc_donep) {
528 KASSERT(xc->xc_donep < xc->xc_headp);
534 if (xc->xc_donep == xc->xc_headp) {
553 while (xc->xc_headp != xc->xc_donep) {
559 xc->xc_headp += (ci ? 1 : ncpu);
561 where = xc->xc_headp;