Searched refs:reclaiming (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mm_inline.h | 220 static inline bool lru_gen_add_folio(struct lruvec *lruvec, struct folio *folio, bool reclaiming) in lru_gen_add_folio() argument 251 else if (reclaiming || lrugen->min_seq[type] + MIN_NR_GENS >= lrugen->max_seq) in lru_gen_add_folio() 263 if (reclaiming) in lru_gen_add_folio() 271 static inline bool lru_gen_del_folio(struct lruvec *lruvec, struct folio *folio, bool reclaiming) in lru_gen_del_folio() argument 283 flags = !reclaiming && lru_gen_is_active(lruvec, gen) ? BIT(PG_active) : 0; in lru_gen_del_folio() 305 static inline bool lru_gen_add_folio(struct lruvec *lruvec, struct folio *folio, bool reclaiming) in lru_gen_add_folio() argument 310 static inline bool lru_gen_del_folio(struct lruvec *lruvec, struct folio *folio, bool reclaiming) in lru_gen_del_folio() argument
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A D | reclaim.rst | 15 On general memory over-committed systems, proactively reclaiming cold pages 142 the reclaiming.
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 11 2.2 Bandwidth reclaiming 125 2.2 Bandwidth reclaiming 128 Bandwidth reclaiming for deadline tasks is based on the GRUB (Greedy 537 16 - L. Abeni, J. Lelli, C. Scordino, L. Palopoli, Greedy CPU reclaiming for 540 17 - L. Abeni, G. Lipari, A. Parri, Y. Sun, Multicore CPU reclaiming: parallel 665 future with bandwidth reclaiming mechanisms, where sched_yield() will
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | memory.rst | 285 pages that are selected for reclaiming come from the per-cgroup LRU 729 reclaiming memory for balancing between memory cgroups 773 try to make space by reclaiming memory. Task migration may fail if we 892 The "low" level means that the system is reclaiming memory for new 893 allocations. Monitoring this reclaiming activity might be useful for
|
/openbmc/qemu/docs/devel/ |
H A D | lockcnt.rst | 69 - reclaiming data can be done by a separate thread in the case of RCU;
|
H A D | rcu.rst | 55 starts reclaiming data. This is possible, because the old version of the
|
/openbmc/linux/Documentation/RCU/ |
H A D | whatisRCU.rst | 83 partially updated reference. The reclamation phase does the work of reclaiming 85 removal phase. Because reclaiming data items can disrupt any readers 496 RCU-protected data structure, but **before** reclaiming/freeing
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 262 As a result, the SGX core page reclaimer doesn't support reclaiming EPC
|
/openbmc/linux/mm/ |
H A D | vmscan.c | 3783 static int folio_inc_gen(struct lruvec *lruvec, struct folio *folio, bool reclaiming) in folio_inc_gen() argument 3803 if (reclaiming) in folio_inc_gen()
|
H A D | Kconfig | 696 allocation instead of reclaiming.
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 496 The process of reclaiming slab memory is currently not node specific
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 1005 the reclaiming method is 'collapse', which means allocate a big skb,
|