Lines Matching refs:memory
3 The idle page tracking feature allows to track which memory pages are being
6 account when configuring the workload parameters, setting memory cgroup limits,
16 The file implements a bitmap where each bit corresponds to a memory page. The
27 Only accesses to user memory pages are tracked. These are pages mapped to a
47 placed in a memory cgroup.
60 The kernel internally keeps track of accesses to user memory pages in order to
61 reclaim unreferenced pages first on memory shortage conditions. A page is
76 When a dirty page is written to swap or disk as a result of memory reclaim or
77 exceeding the dirty memory limit, it is not marked referenced.
79 The idle memory tracking feature adds a new page flag, the Idle flag. This flag
93 Since the idle memory tracking feature is based on the memory reclaimer logic,
95 ignored. That means it will ignore a user memory page if it is isolated, but