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

  /src/sys/rump/librump/rumpkern/
intr.c 71 struct softint_lev { struct
152 struct softint_lev *si_lvlp, *si_lvl;
286 struct softint_lev *slev;
292 slev = kmem_alloc(sizeof(struct softint_lev) * SOFTINT_COUNT, KM_SLEEP);
382 struct softint_lev *si_lvl = cd->cpu_softcpu;
461 struct softint_lev *si_lvl = cd->cpu_softcpu;
intr.c 71 struct softint_lev { struct
152 struct softint_lev *si_lvlp, *si_lvl;
286 struct softint_lev *slev;
292 slev = kmem_alloc(sizeof(struct softint_lev) * SOFTINT_COUNT, KM_SLEEP);
382 struct softint_lev *si_lvl = cd->cpu_softcpu;
461 struct softint_lev *si_lvl = cd->cpu_softcpu;

Completed in 31 milliseconds