Searched refs:memacct_statistics (Results 1 – 2 of 2) sorted by relevance
237 static void memacct_copy_stats(struct memacct_statistics *s, struct mem_acct *a);383 struct memacct_statistics stats = {}; in sysctl_all_subsystem_statistics()415 …struct memacct_statistics *memstats = kalloc_data(sizeof(struct memacct_statistics) * count, Z_WAI… in sysctl_all_statistics()419 struct memacct_statistics *stats; in sysctl_all_statistics()429 error = sysctl_io_opaque(req, memstats, sizeof(struct memacct_statistics) * count, NULL); in sysctl_all_statistics()431 kfree_data(memstats, sizeof(struct memacct_statistics) * count); in sysctl_all_statistics()435 kfree_data(memstats, sizeof(struct memacct_statistics) * count); in sysctl_all_statistics()482 memacct_copy_stats(struct memacct_statistics *s, struct mem_acct *a) in memacct_copy_stats()
43 struct memacct_statistics { struct