Searched refs:next_section (Results 1 – 2 of 2) sorted by relevance
212 goto next_section; in btmtk_setup_firmware_79xx()263 next_section: in btmtk_setup_firmware_79xx()
1392 unsigned int next_section; in find_newer_committed_node() local1405 next_section = (unsigned int)(next_node - ic->journal_tree) / ic->journal_section_entries; in find_newer_committed_node()1406 if (next_section >= ic->committed_section && in find_newer_committed_node()1407 next_section < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()1409 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()