Searched refs:next_section (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dbtmtk.c175 goto next_section;
214 next_section:
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2293 const struct ath10k_mem_section *cur_section, *next_section; local
2320 for (; cur_section; cur_section = next_section) {
2332 next_section = NULL;
2335 next_section = cur_section + 1;
2337 if (cur_section->end > next_section->start) {
2339 next_section->start,
2344 skip_size = next_section->start - cur_section->end;
H A Dpci.c1473 const struct ath10k_mem_section *cur_section, *next_section; local
1512 next_section = NULL;
1515 next_section = cur_section + 1;
1517 if (cur_section->end > next_section->start) {
1519 next_section->start,
1524 skip_size = next_section->start - cur_section->end;
1554 if (!next_section)
1558 cur_section = next_section;
/linux-master/drivers/md/
H A Ddm-integrity.c1378 unsigned int next_section; local
1391 next_section = (unsigned int)(next_node - ic->journal_tree) / ic->journal_section_entries;
1392 if (next_section >= ic->committed_section &&
1393 next_section < ic->committed_section + ic->n_committed_sections)
1395 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections)

Completed in 191 milliseconds