Lines Matching refs:memcg
5 Because VM is getting complex (one of reasons is memcg...), memcg's behavior
6 is complex. This is a document for memcg's internal behavior.
47 At commit(), the page is associated with the memcg.
91 But brief explanation of the behavior of memcg around shmem will be
109 Each memcg has its own private LRU. Now, its handling is under global
111 Almost all routines around memcg's LRU is called by global LRU's
115 memcg's private LRU and call __isolate_lru_page() to extract a page
125 9.1 Small limit to memcg.
126 When you do test to do racy case, it's good test to set memcg's limit
133 Historically, memcg's shmem handling was poor and we saw some amount
207 Besides management of swap is one of complicated parts of memcg,
227 Out-of-memory caused by memcg's limit will kill tasks under
228 the memcg. When hierarchy is used, a task under hierarchy
233 It's not difficult to cause OOM under memcg as following.