Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dreclaimacct_show.c17 static struct reclaimacct_show { struct
33 ra_show = kzalloc(sizeof(struct reclaimacct_show), GFP_KERNEL); in reclaimacct_initialize_show_data() argument
53 memset(ra_show, 0, sizeof(struct reclaimacct_show)); in reclaimacct_reinitialize_show_data()
106 struct reclaimacct_show show; in reclaimacct_proc_show()
119 memcpy(&show, ra_show, sizeof(struct reclaimacct_show)); in reclaimacct_proc_show()
DMakefile130 obj-$(CONFIG_RECLAIM_ACCT) += reclaim_acct.o reclaimacct_show.o