Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtmtk.c199 goto next_section; in btmtk_setup_firmware_79xx()
238 next_section: in btmtk_setup_firmware_79xx()
/linux/drivers/md/
H A Ddm-integrity.c1374 unsigned int next_section; in find_newer_committed_node() local
1387 next_section = (unsigned int)(next_node - ic->journal_tree) / ic->journal_section_entries; in find_newer_committed_node()
1388 if (next_section >= ic->committed_section && in find_newer_committed_node()
1389 next_section < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
1391 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()