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

  /src/sys/kern/
subr_xcall.c 101 uint64_t xc_donep; member in struct:__anon58d4fbfa0108
377 if (atomic_load_acquire(&xc->xc_donep) >= where) {
384 while (xc->xc_donep < where) {
403 while (xc->xc_headp != xc->xc_donep) {
424 KASSERT(xc->xc_donep < xc->xc_headp);
453 if (xc->xc_headp == xc->xc_donep) {
473 atomic_store_release(&xc->xc_donep, xc->xc_donep + 1);
475 xc->xc_donep++;
528 KASSERT(xc->xc_donep < xc->xc_headp)
    [all...]

Completed in 11 milliseconds