OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025