Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dslab_def.h99 atomic_t allochit; member
/linux-2.6.39/mm/
Dslab.c391 #define STATS_INC_ALLOCHIT(x) atomic_inc(&(x)->allochit)
4273 unsigned long allochit = atomic_read(&cachep->allochit); in s_show() local
4279 allochit, allocmiss, freehit, freemiss); in s_show()