Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dslab.c292 #define STATS_INC_ALLOCMISS(x) atomic_inc(&(x)->allocmiss) macro
308 #define STATS_INC_ALLOCMISS(x) do { } while (0) macro
3047 STATS_INC_ALLOCMISS(cachep); in ____cache_alloc()