OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ra_next
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/uvm/
uvm_readahead.c
66
off_t
ra_next
; /* next offset to read-ahead */
member in struct:uvm_ractx
236
ra->ra_winstart = ra->
ra_next
= 0;
240
ra->
ra_next
= reqoff;
261
ra->ra_winstart = ra->
ra_next
= reqoff + reqsize;
303
if (reqoff > ra->
ra_next
) {
304
ra->
ra_next
= reqoff;
309
* note that [reqoff,
ra_next
) is considered already done.
312
if (reqoff + ra->ra_winsize > ra->
ra_next
) {
313
off_t raoff = MAX(reqoff, ra->
ra_next
);
314
size_t rasize = reqoff + ra->ra_winsize - ra->
ra_next
;
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025