Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dslab.c283 #define STATS_INC_NODEALLOCS(x) ((x)->node_allocs++) macro
303 #define STATS_INC_NODEALLOCS(x) do { } while (0) macro
3157 STATS_INC_NODEALLOCS(cachep); in ____cache_alloc_node()