Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dslab_def.h60 atomic_t allochit; member
/Linux-v6.1/mm/
Dslab.c291 #define STATS_INC_ALLOCHIT(x) atomic_inc(&(x)->allochit)
3952 unsigned long allochit = atomic_read(&cachep->allochit); in slabinfo_show_stats() local
3958 allochit, allocmiss, freehit, freemiss); in slabinfo_show_stats()