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