Home
last modified time | relevance | path

Searched refs:freehit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dslab_def.h63 atomic_t freehit; member
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_memory.c180 unsigned long freehit = atomic_read(&cachep->freehit); in slabinfo_stats() local
185 allochit, allocmiss, freehit, freemiss); in slabinfo_stats()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c293 #define STATS_INC_FREEHIT(x) atomic_inc(&(x)->freehit)
4091 unsigned long freehit = atomic_read(&cachep->freehit); in slabinfo_show_stats() local
4095 allochit, allocmiss, freehit, freemiss); in slabinfo_show_stats()