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