Searched refs:reclaimacct_show (Results 1 – 2 of 2) sorted by relevance
17 static struct reclaimacct_show { struct33 ra_show = kzalloc(sizeof(struct reclaimacct_show), GFP_KERNEL); in reclaimacct_initialize_show_data() argument53 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()
130 obj-$(CONFIG_RECLAIM_ACCT) += reclaim_acct.o reclaimacct_show.o