Searched refs:min_seq (Results 1 – 2 of 2) sorted by relevance
86 ``lrugen->min_seq[]`` separately for anon and file types as clean file115 increments ``max_seq`` when ``max_seq-min_seq+1`` approaches131 increments ``min_seq`` when ``lrugen->folios[]`` indexed by132 ``min_seq%MAX_NR_GENS`` becomes empty. To select a type and a tier to133 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
4901 u64 min_seq = latched_seq_read_nolock(&clear_seq); in kmsg_dump_get_line() local4908 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() local4971 if (iter->cur_seq < min_seq) in kmsg_dump_get_buffer()4972 iter->cur_seq = min_seq; in kmsg_dump_get_buffer()