Searched refs:ACT_MAX (Results 1 – 2 of 2) sorted by relevance
809 if (new.act_count > ACT_MAX) in vm_pageout_launder()810 new.act_count = ACT_MAX; in vm_pageout_launder()1273 if (new.act_count > ACT_MAX) in vm_pageout_scan_active()1274 new.act_count = ACT_MAX; in vm_pageout_scan_active()1541 if (new.act_count > ACT_MAX) in vm_pageout_scan_inactive()1542 new.act_count = ACT_MAX; in vm_pageout_scan_inactive()
468 #define ACT_MAX 64 macro