Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dreclaim_acct.c48 if (delay > DELAY_LV4 && delay < DELAY_LV5) { in __reclaimacct_end()
88 if (ra->delay[RA_RECLAIM] > DELAY_LV4) { in reclaimacct_directreclaim_end()
Dreclaimacct_show.c89 DELAY_LV0, DELAY_LV1, DELAY_LV2, DELAY_LV3, DELAY_LV4, DELAY_LV5 in reclaimacct_collect_data()
Dinternal.h784 #define DELAY_LV4 2000000000 /* 2000ms */ macro