Home
last modified time | relevance | path

Searched refs:page_counter_limit (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dpage_counter.h43 int page_counter_limit(struct page_counter *counter, unsigned long limit);
/linux-4.1.27/mm/
Dpage_counter.c134 int page_counter_limit(struct page_counter *counter, unsigned long limit) in page_counter_limit() function
Dhugetlb_cgroup.c291 ret = page_counter_limit(&h_cg->hugepage[idx], nr_pages); in hugetlb_cgroup_write()
Dmemcontrol.c2859 ret = page_counter_limit(&memcg->memory, limit); in mem_cgroup_resize_limit()
2910 ret = page_counter_limit(&memcg->memsw, limit); in mem_cgroup_resize_memsw_limit()
3236 err = page_counter_limit(&memcg->kmem, nr_pages); in memcg_activate_kmem()
3262 ret = page_counter_limit(&memcg->kmem, limit); in memcg_update_kmem_limit()
/linux-4.1.27/net/ipv4/
Dtcp_memcontrol.c67 ret = page_counter_limit(&cg_proto->memory_allocated, nr_pages); in tcp_update_limit()