Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dslab.c391 #define STATS_INC_ALLOCHIT(x) atomic_inc(&(x)->allochit) macro
407 #define STATS_INC_ALLOCHIT(x) do { } while (0) macro
3184 STATS_INC_ALLOCHIT(cachep); in ____cache_alloc()