allochit           60 include/linux/slab_def.h 	atomic_t allochit;
allochit          290 mm/slab.c      #define STATS_INC_ALLOCHIT(x)	atomic_inc(&(x)->allochit)
allochit         4094 mm/slab.c      		unsigned long allochit = atomic_read(&cachep->allochit);
allochit         4100 mm/slab.c      			   allochit, allocmiss, freehit, freemiss);