Home
last modified time | relevance | path

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

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