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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c251 * objects (vm_object_cached_max).
272 static int vm_object_cached_max = 512; /* may be patched*/ variable
1488 if (vm_object_cached_count <= vm_object_cached_max)
1492 if (vm_object_cached_count <= vm_object_cached_max) {
1511 if(vm_object_cached_max < 0)
1512 vm_object_cached_max = 0;
6770 vm_object_cached_max = nval;

Completed in 26 milliseconds