Lines Matching refs:accounted
48 - optionally, memory+swap usage can be accounted and limited.
189 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted.
191 are not accounted. We just account pages under usual VM management.
193 RSS pages are accounted at page_fault unless they've already been accounted
194 for earlier. A file page will be accounted for as Page Cache when it's
201 are really freed. Such SwapCaches are also accounted.
202 A swapped-in page is accounted after adding into swapcache.
206 be accounted after swapin.
216 Shared pages are accounted on the basis of the first touch approach. The
217 cgroup that first touches a page is accounted for the page. The principle
310 at boot time. In this case, kernel memory will not be accounted at all.
313 cgroup may or may not be accounted. The memory used is accumulated into
323 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).