Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c300 #define STATS_INC_ALLOCED(x) ((x)->num_allocations++) macro
324 #define STATS_INC_ALLOCED(x) do { } while (0) macro
2825 STATS_INC_ALLOCED(cachep); in cache_alloc_refill()