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 - 4
of
4
) 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);
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
744
int
centeridx
;
member in struct:uvm_faultctx
916
if (pages[flt.
centeridx
] == PGO_DONTCARE)
933
flt.
centeridx
, flt.access_type,
1142
flt->
centeridx
= nback;
1152
flt->
centeridx
= 0;
1235
flt->
centeridx
= 0;
1336
if (lcv == flt->
centeridx
) { /* save center for later! */
1436
struct vm_anon * const anon = anons[flt->
centeridx
];
1894
uobjpage = pages[flt->
centeridx
];
1901
* [i.e. case 1], then the anon we want is anons[
centeridx
] (we hav
[
all
...]
uvm_fault.c
744
int
centeridx
;
member in struct:uvm_faultctx
916
if (pages[flt.
centeridx
] == PGO_DONTCARE)
933
flt.
centeridx
, flt.access_type,
1142
flt->
centeridx
= nback;
1152
flt->
centeridx
= 0;
1235
flt->
centeridx
= 0;
1336
if (lcv == flt->
centeridx
) { /* save center for later! */
1436
struct vm_anon * const anon = anons[flt->
centeridx
];
1894
uobjpage = pages[flt->
centeridx
];
1901
* [i.e. case 1], then the anon we want is anons[
centeridx
] (we hav
[
all
...]
Completed in 111 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026