Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.c302 #define STATS_INC_GROWN(x) ((x)->grown++) macro
326 #define STATS_INC_GROWN(x) do { } while (0) macro
2662 STATS_INC_GROWN(cachep); in cache_grow()