Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c298 #define STATS_INC_ACTIVE(x) ((x)->num_active++) macro
322 #define STATS_INC_ACTIVE(x) do { } while (0) macro
2826 STATS_INC_ACTIVE(cachep); in cache_alloc_refill()
3122 STATS_INC_ACTIVE(cachep); in ____cache_alloc_node()