OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:centeridx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_vnops.c
1205
const int
centeridx
= ap->a_centeridx;
local
1219
if (vp->v_size <= offset + (
centeridx
<< PAGE_SHIFT)) {
1269
error = (*uobj->pgops->pgo_get)(uobj, offset, pgs, &npages,
centeridx
,
1273
KASSERT(pgs[
centeridx
] != NULL);
/src/sys/uvm/
uvm_fault.c
737
int
centeridx
;
member in struct:uvm_faultctx
909
if (pages[flt.
centeridx
] == PGO_DONTCARE)
923
flt.
centeridx
, flt.access_type,
1132
flt->
centeridx
= nback;
1142
flt->
centeridx
= 0;
1225
flt->
centeridx
= 0;
1326
if (lcv == flt->
centeridx
) { /* save center for later! */
1426
struct vm_anon * const anon = anons[flt->
centeridx
];
1879
uobjpage = pages[flt->
centeridx
];
1886
* [i.e. case 1], then the anon we want is anons[
centeridx
] (we hav
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026