Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab_def.h61 atomic_t allocmiss; member
/openbmc/linux/mm/
H A Dslab.c291 #define STATS_INC_ALLOCMISS(x) atomic_inc(&(x)->allocmiss)
3926 unsigned long allocmiss = atomic_read(&cachep->allocmiss); in slabinfo_show_stats() local
3931 allochit, allocmiss, freehit, freemiss); in slabinfo_show_stats()