Home
last modified time | relevance | path

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

/linux-6.12.1/lib/xz/
Dxz_dec_lzma2.c228 enum lzma2_seq next_sequence; member
1025 s->lzma2.next_sequence in xz_dec_lzma2_run()
1032 s->lzma2.next_sequence in xz_dec_lzma2_run()
1042 s->lzma2.next_sequence = SEQ_COPY; in xz_dec_lzma2_run()
1068 s->lzma2.sequence = s->lzma2.next_sequence; in xz_dec_lzma2_run()
/linux-6.12.1/drivers/md/bcache/
Dwriteback.c409 uint16_t next_sequence; in CLOSURE_CALLBACK() local
427 next_sequence = io->sequence + 1; in CLOSURE_CALLBACK()
446 atomic_set(&dc->writeback_sequence_next, next_sequence); in CLOSURE_CALLBACK()