Searched refs:vm_clump_promote_threshold (Results 1 – 3 of 3) sorted by relevance
314 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()
683 unsigned int vm_clump_size, vm_clump_mask, vm_clump_shift, vm_clump_promote_threshold; variable721 vm_clump_promote_threshold = vm_clump_size; in vm_page_setup_clump()
2498 extern unsigned int vm_clump_promote_threshold;2499 SYSCTL_UINT(_vm, OID_AUTO, vm_clump_promote_threshold, CTLFLAG_RW | CTLFLAG_LOCKED, &vm_clump_promo…