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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_fault.c429 int sequential_run; local
449 if ((sequential_run = object->sequential)) {
450 if (sequential_run < 0) {
452 sequential_run = 0 - sequential_run;
461 if (sequential_run >= (int)PAGE_SIZE) {
467 if (sequential_run >= (int)PAGE_SIZE) {
481 if ((uint64_t)sequential_run >= behind && (sequential_run % (VM_DEFAULT_DEACTIVATE_BEHIND_CLUSTER * PAGE_SIZE)) == 0) {
H A Dvm_object.c7149 int sequential_run; local
7234 if ((sequential_run = object->sequential)) {
7235 if (sequential_run < 0) {
7237 sequential_run = 0 - sequential_run;
7252 if (sequential_run >= (3 * PAGE_SIZE)) {
7253 pre_heat_size = sequential_run + PAGE_SIZE;
7292 pre_heat_size = sequential_run + PAGE_SIZE;
7300 pre_heat_size = sequential_run + PAGE_SIZE;

Completed in 46 milliseconds