Lines Matching full:generation
23 implementations. In the multi-gen LRU, each generation represents a
45 attainable. Specifically, pages in the same generation can be
83 ``lruvec``. The youngest generation number is stored in
85 an equal footing. The oldest generation numbers are stored in
90 Generation numbers are truncated into ``order_base_2(MAX_NR_GENS+1)``
92 truncated generation number is an index to ``lrugen->folios[]``. The
98 Each generation is divided into multiple tiers. A page accessed ``N``
117 generation when it finds them accessed through page tables; the
139 moves a page to the next generation, i.e., ``min_seq+1``, if this page
147 Each generation is timestamped at birth. If ``lru_gen_min_ttl`` is
149 generation was born within ``lru_gen_min_ttl`` milliseconds. In other
216 same generation.
221 generation to avoid being permanently locked in a suboptimal state.
244 the old generation) and improves parallelism;