Searched refs:sequential_run (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c377 int sequential_run; local
392 if ((sequential_run = object->sequential)) {
393 if (sequential_run < 0) {
395 sequential_run = 0 - sequential_run;
404 if (sequential_run >= (int)PAGE_SIZE)
408 if (sequential_run >= (int)PAGE_SIZE)
420 if ((uint64_t)sequential_run >= behind) {
H A Dvm_object.c6008 int sequential_run; local
6060 if ((sequential_run = object->sequential)) {
6061 if (sequential_run < 0) {
6063 sequential_run = 0 - sequential_run;
6077 if (sequential_run >= (3 * PAGE_SIZE)) {
6078 pre_heat_size = sequential_run + PAGE_SIZE;
6115 pre_heat_size = sequential_run + PAGE_SIZE;
6122 pre_heat_size = sequential_run + PAGE_SIZE;

Completed in 29 milliseconds