Lines Matching refs:accounted
48 - optionally, memory+swap usage can be accounted and limited.
191 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted.
193 are not accounted. We just account pages under usual VM management.
195 RSS pages are accounted at page_fault unless they've already been accounted
196 for earlier. A file page will be accounted for as Page Cache when it's
203 are really freed. Such SwapCaches are also accounted.
204 A swapped-in page is accounted after adding into swapcache.
208 be accounted after swapin.
218 Shared pages are accounted on the basis of the first touch approach. The
219 cgroup that first touches a page is accounted for the page. The principle
312 at boot time. In this case, kernel memory will not be accounted at all.
315 cgroup may or may not be accounted. The memory used is accumulated into
325 2.7.1 Current Kernel Memory resources accounted
534 event happens each time a page is accounted as either mapped
589 mapped_file is accounted only when the memory cgroup is owner of page
665 usage of e, is accounted to its ancestors up until the root (i.e, c and root).