OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgflcachemem
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm.h
82
void *
pgflcachemem
; /* pointer to allocated mem */
member in struct:uvm_cpu
uvm_pgflcache.c
277
KASSERT(ucpu->
pgflcachemem
== NULL);
283
ucpu->
pgflcachemem
= kmem_zalloc(ucpu->pgflcachememsz, KM_SLEEP);
363
addr = roundup2((uintptr_t)ucpu->
pgflcachemem
, coherency_unit);
Completed in 12 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025