Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.c290 #define STATS_INC_ALLOCHIT(x) atomic_inc(&(x)->allochit) macro
306 #define STATS_INC_ALLOCHIT(x) do { } while (0) macro
2994 STATS_INC_ALLOCHIT(cachep); in ____cache_alloc()