Searched refs:ACT_MAX (Results 1 – 2 of 2) sorted by relevance
839 if (new.act_count > ACT_MAX) in vm_pageout_launder()840 new.act_count = ACT_MAX; in vm_pageout_launder()1306 if (new.act_count > ACT_MAX) in vm_pageout_scan_active()1307 new.act_count = ACT_MAX; in vm_pageout_scan_active()1560 if (new.act_count > ACT_MAX) in vm_pageout_scan_inactive()1561 new.act_count = ACT_MAX; in vm_pageout_scan_inactive()
471 #define ACT_MAX 64 macro