Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dslab.c282 #define STATS_INC_NODEALLOCS(x) ((x)->node_allocs++) macro
302 #define STATS_INC_NODEALLOCS(x) do { } while (0) macro
3137 STATS_INC_NODEALLOCS(cachep); in ____cache_alloc_node()