Lines Matching full:charged
145 * PAGE_SIZE bytes are charged in obj_cgroup_release()
247 * page_cgroup_ino - return inode number of the memcg a page is charged to
250 * Look up the closest online ancestor of the memory cgroup @page is charged to
251 * and return its inode number or 0 if @page is not charged to any cgroup. It
1289 * Returns the maximum amount of memory @mem can be charged with, in
2355 * @memcg: memcg previously charged.
2356 * @nr_pages: number of pages previously charged.
2386 * @memcg: memcg previously charged.
2445 * Returns a pointer to the memory cgroup to which the kernel object is charged.
2891 * pre-charged bytes to satisfy the allocation. However, in obj_cgroup_charge()
2900 * The stock's nr_bytes may contain enough pre-charged bytes in obj_cgroup_charge()
2901 * to allow one less page from being charged, but we can't rely in obj_cgroup_charge()
2902 * on the pre-charged bytes not being changed outside of in obj_cgroup_charge()
2904 * pre-charged bytes as well when charging pages. To avoid a in obj_cgroup_charge()
2907 * to temporarily allow the pre-charged bytes to exceed the page in obj_cgroup_charge()
2908 * size limit. The maximum reachable value of the pre-charged in obj_cgroup_charge()
4565 * @entry: the first swap entry for which the pages are charged
4568 * Call this function after successfully adding the charged page to swapcache.
4576 * Cgroup1's unified memory+swap counter has been charged with the in mem_cgroup_swapin_uncharge_swap()
4737 /* Page cache replacement: new folio already charged? */ in mem_cgroup_replace_folio()