Home
last modified time | relevance | path

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

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