Searched refs:ACT_MAX (Results 1 – 2 of 2) sorted by relevance
836 if (new.act_count > ACT_MAX) in vm_pageout_launder()837 new.act_count = ACT_MAX; in vm_pageout_launder()1300 if (new.act_count > ACT_MAX) in vm_pageout_scan_active()1301 new.act_count = ACT_MAX; in vm_pageout_scan_active()1554 if (new.act_count > ACT_MAX) in vm_pageout_scan_inactive()1555 new.act_count = ACT_MAX; in vm_pageout_scan_inactive()
469 #define ACT_MAX 64 macro