Searched refs:ACT_MAX (Results 1 – 2 of 2) sorted by relevance
834 if (new.act_count > ACT_MAX) in vm_pageout_launder()835 new.act_count = ACT_MAX; in vm_pageout_launder()1298 if (new.act_count > ACT_MAX) in vm_pageout_scan_active()1299 new.act_count = ACT_MAX; in vm_pageout_scan_active()1579 if (new.act_count > ACT_MAX) in vm_pageout_scan_inactive()1580 new.act_count = ACT_MAX; in vm_pageout_scan_inactive()
419 #define ACT_MAX 64 macro