Home
last modified time | relevance | path

Searched refs:VMP_FREE_BATCH_SIZE (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_mte_tests.c66 page_count = MIN(cpu_free_claimed_count, VMP_FREE_BATCH_SIZE); in vm_mte_test_tag_storage_for_compressor()
H A Dvm_mteinfo.c1407 uint32_t batch = VMP_FREE_BATCH_SIZE; in mteinfo_tag_storage_flush_reclaiming()
1428 batch = VMP_FREE_BATCH_SIZE; in mteinfo_tag_storage_flush_reclaiming()
1855 uint32_t threshold = VMP_FREE_BATCH_SIZE * (for_wakeup ? 2 : 1); in mteinfo_tag_storage_should_drain()
2010 if (list.vmpl_count >= VMP_FREE_BATCH_SIZE) { in mteinfo_tag_storage_drain()
2477 list = mteinfo_tag_storage_select_activating(VMP_FREE_BATCH_SIZE, in mteinfo_tag_storage_active_refill()
2664 return mte_claimable_queue.vmpfq_count >= VMP_FREE_BATCH_SIZE; in mteinfo_tag_storage_claimable_should_refill()
2761 VMP_FREE_BATCH_SIZE, &color); in mteinfo_free_queue_grab()
H A Dvm_page_internal.h436 #define VMP_FREE_BATCH_SIZE 64 macro
H A Dvm_resident.c5947 while (list.vmpl_count < VMP_FREE_BATCH_SIZE && freeq) { in vm_page_free_list()
/xnu-12377.81.4/tests/vm/
H A Dvm_mteinfo.c55 #define VMP_FREE_BATCH_SIZE 64 macro