Home
last modified time | relevance | path

Searched refs:min_seq (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/mm/
H A Dmultigen_lru.rst86 ``lrugen->min_seq[]`` separately for anon and file types as clean file
115 increments ``max_seq`` when ``max_seq-min_seq+1`` approaches
131 increments ``min_seq`` when ``lrugen->folios[]`` indexed by
132 ``min_seq%MAX_NR_GENS`` becomes empty. To select a type and a tier to
133 evict from, it first compares ``min_seq[]`` to select the older type.
139 moves a page to the next generation, i.e., ``min_seq+1``, if this page
/linux/kernel/printk/
H A Dprintk.c4901 u64 min_seq = latched_seq_read_nolock(&clear_seq); in kmsg_dump_get_line() local
4908 if (iter->cur_seq < min_seq) in kmsg_dump_get_line()
4909 iter->cur_seq = min_seq; in kmsg_dump_get_line()
4959 u64 min_seq = latched_seq_read_nolock(&clear_seq); in kmsg_dump_get_buffer() local
4971 if (iter->cur_seq < min_seq) in kmsg_dump_get_buffer()
4972 iter->cur_seq = min_seq; in kmsg_dump_get_buffer()