Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_memcontrol.c76 clear_bit(MEMCG_SOCK_ACTIVE, &cg_proto->flags); in tcp_update_limit()
100 set_bit(MEMCG_SOCK_ACTIVE, &cg_proto->flags); in tcp_update_limit()
/linux-4.1.27/include/net/
Dsock.h1060 MEMCG_SOCK_ACTIVE, enumerator
1088 return test_bit(MEMCG_SOCK_ACTIVE, &cg_proto->flags); in memcg_proto_active()