OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_lpi_pool
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/cortex/
gicv3.h
83
vmem_t *
sc_lpi_pool
;
member in struct:gicv3_softc
gicv3_its.c
359
KASSERT(its->its_gic->
sc_lpi_pool
!= NULL);
361
if (vmem_alloc(its->its_gic->
sc_lpi_pool
, 1, VM_INSTANTFIT|VM_SLEEP, &n) != 0)
377
KASSERT(its->its_gic->
sc_lpi_pool
!= NULL);
384
vmem_free(its->its_gic->
sc_lpi_pool
, lpi - its->its_pic->pic_irqbase, 1);
gicv3.c
911
sc->
sc_lpi_pool
= vmem_create("gicv3-lpi", 0, sc->sc_lpi.pic_maxsources,
913
if (sc->
sc_lpi_pool
== NULL)
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025