Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dslab_def.h59 atomic_t allochit; member
/linux-4.4.14/mm/
Dslab.c318 #define STATS_INC_ALLOCHIT(x) atomic_inc(&(x)->allochit)
4009 unsigned long allochit = atomic_read(&cachep->allochit); in slabinfo_show_stats() local
4015 allochit, allocmiss, freehit, freemiss); in slabinfo_show_stats()