Home
last modified time | relevance | path

Searched refs:tcp_memory_allocated (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/net/ipv4/
Dtcp_memcontrol.c81 res_counter_init(&tcp->tcp_memory_allocated, res_parent); in tcp_init_cgroup()
87 cg_proto->memory_allocated = &tcp->tcp_memory_allocated; in tcp_init_cgroup()
111 val = res_counter_read_u64(&tcp->tcp_memory_allocated, RES_LIMIT); in tcp_destroy_cgroup()
136 old_lim = res_counter_read_u64(&tcp->tcp_memory_allocated, RES_LIMIT); in tcp_update_limit()
137 ret = res_counter_set_limit(&tcp->tcp_memory_allocated, val); in tcp_update_limit()
185 return res_counter_read_u64(&tcp->tcp_memory_allocated, type); in tcp_read_stat()
195 return atomic_long_read(&tcp_memory_allocated) << PAGE_SHIFT; in tcp_read_usage()
198 return res_counter_read_u64(&tcp->tcp_memory_allocated, RES_USAGE); in tcp_read_usage()
237 res_counter_reset_max(&tcp->tcp_memory_allocated); in tcp_cgroup_reset()
240 res_counter_reset_failcnt(&tcp->tcp_memory_allocated); in tcp_cgroup_reset()
[all …]
Dtcp.c291 atomic_long_t tcp_memory_allocated; /* Current allocated memory. */ variable
292 EXPORT_SYMBOL(tcp_memory_allocated);
Dtcp_ipv4.c2633 .memory_allocated = &tcp_memory_allocated,
/linux-3.3/include/net/
Dtcp_memcontrol.h7 struct res_counter tcp_memory_allocated; member
Dtcp.h255 extern atomic_long_t tcp_memory_allocated;
/linux-3.3/net/ipv6/
Dtcp_ipv6.c2215 .memory_allocated = &tcp_memory_allocated,