Home
last modified time | relevance | path

Searched refs:DELAY_LV5 (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dreclaim_acct.c42 if (delay < DELAY_LV5 || is_system_reclaim(ra->reclaim_type)) { in __reclaimacct_end()
48 if (delay > DELAY_LV4 && delay < DELAY_LV5) { in __reclaimacct_end()
Dreclaimacct_show.c89 DELAY_LV0, DELAY_LV1, DELAY_LV2, DELAY_LV3, DELAY_LV4, DELAY_LV5 in reclaimacct_collect_data()
Dinternal.h782 #define DELAY_LV5 50000000000 /* 50000ms */ macro