OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orignpages
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_readahead.c
147
int
orignpages
;
local
154
npages =
orignpages
= bytelen >> PAGE_SHIFT;
172
KASSERT(
orignpages
== npages);
173
donebytes =
orignpages
<< PAGE_SHIFT;
/src/sys/miscfs/genfs/
genfs_io.c
164
const int
orignpages
= *ap->a_count;
local
174
origoffset + (
orignpages
<< PAGE_SHIFT));
186
KASSERT(ap->a_centeridx >= 0 || ap->a_centeridx <=
orignpages
);
189
KASSERT(
orignpages
> 0);
299
const int orignmempages = MIN(
orignpages
,
1614
int i, error,
orignpages
, npages;
local
1622
orignpages
= *ap->a_count;
1640
npages =
orignpages
;
Completed in 30 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026