OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ci_pmap_ctxlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc64/include/
cpu.h
192
LIST_HEAD(, pmap)
ci_pmap_ctxlist
;
member in struct:cpu_info
/src/sys/arch/sparc64/sparc64/
pmap.c
1323
LIST_INIT(&ci->
ci_pmap_ctxlist
);
3200
while (!LIST_EMPTY(&curcpu()->
ci_pmap_ctxlist
)) {
3202
KASSERT(pmap_ctx(LIST_FIRST(&curcpu()->
ci_pmap_ctxlist
)) != 0);
3204
ctx_free(LIST_FIRST(&curcpu()->
ci_pmap_ctxlist
),
3220
LIST_INSERT_HEAD(&curcpu()->
ci_pmap_ctxlist
, pm, pm_list[cpu_number()]);
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026