Home
last modified time | relevance | path

Searched refs:allochit (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dslab_def.h60 atomic_t allochit; member
/kernel/linux/linux-6.6/include/linux/
H A Dslab_def.h60 atomic_t allochit; member
/kernel/linux/linux-5.10/mm/
H A Dslab.c290 #define STATS_INC_ALLOCHIT(x) atomic_inc(&(x)->allochit)
4065 unsigned long allochit = atomic_read(&cachep->allochit); in slabinfo_show_stats() local
4071 allochit, allocmiss, freehit, freemiss); in slabinfo_show_stats()
/kernel/linux/linux-6.6/mm/
H A Dslab.c290 #define STATS_INC_ALLOCHIT(x) atomic_inc(&(x)->allochit)
3925 unsigned long allochit = atomic_read(&cachep->allochit); in slabinfo_show_stats() local
3931 allochit, allocmiss, freehit, freemiss); in slabinfo_show_stats()

Completed in 12 milliseconds