HomeSort by: relevance | last modified time | path
    Searched defs:xc_headp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_xcall.c 100 uint64_t xc_headp; member in struct:__anon58d4fbfa0108
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)
    [all...]

Completed in 33 milliseconds