Searched refs:mem_acct (Results 1 – 11 of 11) sorted by relevance
31 struct mem_acct;35 __private_extern__ void _mem_acct_add(struct mem_acct *macct, int size);36 __private_extern__ struct mem_acct *mem_acct_register(54 extern int mem_acct_limited(const struct mem_acct *macct);57 mem_acct_add(struct mem_acct *macct, unsigned int size) in mem_acct_add()63 mem_acct_sub(struct mem_acct *macct, unsigned int size) in mem_acct_sub()
40 struct mem_acct { struct51 static struct mem_acct *memacct[MEM_ACCT_MAX]; argument66 mem_acct_limited(const struct mem_acct *macct) in mem_acct_limited()97 _mem_acct_add(struct mem_acct *macct, int size) in _mem_acct_add()151 struct mem_acct *155 struct mem_acct *acct = NULL; in mem_acct_register()188 memacct[index] = kalloc_type(struct mem_acct, Z_WAITOK_ZERO_NOFAIL); in mem_acct_register()199 kfree_type(struct mem_acct, acct); in mem_acct_register()237 static void memacct_copy_stats(struct memacct_statistics *s, struct mem_acct *a);293 struct mem_acct *acct = memacct[w->w_sub]; in sysctl_subsystem_peak()[all …]
33 extern struct mem_acct *socket_memacct;
154 struct mem_acct *socket_memacct;
204 struct mem_acct *pr_mem_acct;
169 extern struct mem_acct *udp_memacct;
2024 extern struct mem_acct *tcp_memacct;
240 struct mem_acct *udp_memacct;
156 struct mem_acct *tcp_memacct;
302 struct mem_acct *pr_mem_acct;
445 bsd/kern/mem_acct.c optional sockets bound-checks