Home
last modified time | relevance | path

Searched refs:vm_clump_promote_threshold (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/osfmk/vm/
H A Dvm_page_internal.h314 extern unsigned int vm_clump_size, vm_clump_promote_threshold; in vm_page_queue_enter_clump()
377 if (n_free >= vm_clump_promote_threshold && n_free > 1) { in vm_page_queue_enter_clump()
H A Dvm_resident.c683 unsigned int vm_clump_size, vm_clump_mask, vm_clump_shift, vm_clump_promote_threshold; variable
721 vm_clump_promote_threshold = vm_clump_size; in vm_page_setup_clump()
/xnu-11417.140.69/bsd/vm/
H A Dvm_unix.c2498 extern unsigned int vm_clump_promote_threshold;
2499 SYSCTL_UINT(_vm, OID_AUTO, vm_clump_promote_threshold, CTLFLAG_RW | CTLFLAG_LOCKED, &vm_clump_promo…