Searched refs:VMP_FREE_BATCH_SIZE (Results 1 – 5 of 5) sorted by relevance
66 page_count = MIN(cpu_free_claimed_count, VMP_FREE_BATCH_SIZE); in vm_mte_test_tag_storage_for_compressor()
1407 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()
436 #define VMP_FREE_BATCH_SIZE 64 macro
5947 while (list.vmpl_count < VMP_FREE_BATCH_SIZE && freeq) { in vm_page_free_list()
55 #define VMP_FREE_BATCH_SIZE 64 macro