Searched refs:seq_blocks (Results 1 – 1 of 1) sorted by relevance
261 static seq_block seq_blocks; variable880 seq_blocks = 0; in determine_seq_blocks()894 if (!seq_blocks || ((*mseq)->abstracted_length < seq_blocks->length)) in determine_seq_blocks()900 sb->next_seq_block = seq_blocks; in determine_seq_blocks()901 seq_blocks = sb; in determine_seq_blocks()972 for (sb = seq_blocks; sb; sb = sb->next_seq_block) in split_blocks_after_seqs()1019 for (sb = seq_blocks; sb; sb = sb->next_seq_block) in split_pattern_seq()1050 for (sb = seq_blocks; sb; sb = sb->next_seq_block) in erase_matching_seqs()1103 while (seq_blocks) in free_seq_blocks()1105 seq_block sb = seq_blocks; in free_seq_blocks()[all …]