Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dslab.c274 #define STATS_INC_ALLOCED(x) ((x)->num_allocations++) macro
298 #define STATS_INC_ALLOCED(x) do { } while (0) macro
2867 STATS_INC_ALLOCED(cachep); in alloc_block()