Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dslab.c282 #define STATS_INC_NODEALLOCS(x) ((x)->node_allocs++) macro
302 #define STATS_INC_NODEALLOCS(x) do { } while (0) macro
3182 STATS_INC_NODEALLOCS(cachep); in ____cache_alloc_node()
/kernel/linux/linux-4.19/mm/
Dslab.c282 #define STATS_INC_NODEALLOCS(x) ((x)->node_allocs++) macro
302 #define STATS_INC_NODEALLOCS(x) do { } while (0) macro
3268 STATS_INC_NODEALLOCS(cachep); in ____cache_alloc_node()