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

  /src/sys/rump/librump/rumpkern/
intr.c 286 struct softint_lev *slev; local in function:softint_init
292 slev = kmem_alloc(sizeof(struct softint_lev) * SOFTINT_COUNT, KM_SLEEP);
294 rumpuser_cv_init(&slev[i].si_cv);
295 TAILQ_INIT(&slev[i].si_pending);
297 cd->cpu_softcpu = slev;
intr.c 286 struct softint_lev *slev; local in function:softint_init
292 slev = kmem_alloc(sizeof(struct softint_lev) * SOFTINT_COUNT, KM_SLEEP);
294 rumpuser_cv_init(&slev[i].si_cv);
295 TAILQ_INIT(&slev[i].si_pending);
297 cd->cpu_softcpu = slev;

Completed in 24 milliseconds