Home
last modified time | relevance | path

Searched refs:MSECS_MIN_AGE (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst176 暂存在 CPU 寄存器或栈中。Kmemleak 定义了 MSECS_MIN_AGE(默认值为 1000)
/linux/mm/
H A Dkmemleak.c110 #define MSECS_MIN_AGE 5000 /* minimum object age for reporting */ macro
2243 jiffies_min_age = msecs_to_jiffies(MSECS_MIN_AGE); in kmemleak_init()