Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c318 #define STATS_INC_ALLOCMISS(x) atomic_inc(&(x)->allocmiss) macro
334 #define STATS_INC_ALLOCMISS(x) do { } while (0) macro
2961 STATS_INC_ALLOCMISS(cachep); in ____cache_alloc()