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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c415 int sequential_run; local
435 if ((sequential_run = object->sequential)) {
436 if (sequential_run < 0) {
438 sequential_run = 0 - sequential_run;
447 if (sequential_run >= (int)PAGE_SIZE) {
453 if (sequential_run >= (int)PAGE_SIZE) {
467 if ((uint64_t)sequential_run >= behind && (sequential_run % (VM_DEFAULT_DEACTIVATE_BEHIND_CLUSTER * PAGE_SIZE)) == 0) {
H A Dvm_object.c6776 int sequential_run; local
6861 if ((sequential_run = object->sequential)) {
6862 if (sequential_run < 0) {
6864 sequential_run = 0 - sequential_run;
6879 if (sequential_run >= (3 * PAGE_SIZE)) {
6880 pre_heat_size = sequential_run + PAGE_SIZE;
6919 pre_heat_size = sequential_run + PAGE_SIZE;
6927 pre_heat_size = sequential_run + PAGE_SIZE;

Completed in 89 milliseconds