Searched refs:page_counter_charge (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dpage_counter.h38 void page_counter_charge(struct page_counter *counter, unsigned long nr_pages);
/linux-4.1.27/mm/
H A Dpage_counter.c30 * page_counter_charge - hierarchically charge pages
36 void page_counter_charge(struct page_counter *counter, unsigned long nr_pages) page_counter_charge() function
H A Dhugetlb_cgroup.c130 page_counter_charge(&parent->hugepage[idx], nr_pages); hugetlb_cgroup_move_parent()
H A Dmemcontrol.c2481 page_counter_charge(&memcg->memory, nr_pages); memcg_charge_kmem()
2483 page_counter_charge(&memcg->memsw, nr_pages); memcg_charge_kmem()
2798 * The caller must have charged to @to, IOW, called page_counter_charge() about
/linux-4.1.27/include/net/
H A Dsock.h1213 page_counter_charge(&prot->memory_allocated, amt); memcg_memory_allocated_add()

Completed in 232 milliseconds