Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dpci.c1482 const struct ath10k_mem_section *cur_section, *next_section; in ath10k_pci_dump_memory_section() local
1521 next_section = NULL; in ath10k_pci_dump_memory_section()
1524 next_section = cur_section + 1; in ath10k_pci_dump_memory_section()
1526 if (cur_section->end > next_section->start) { in ath10k_pci_dump_memory_section()
1528 next_section->start, in ath10k_pci_dump_memory_section()
1533 skip_size = next_section->start - cur_section->end; in ath10k_pci_dump_memory_section()
1563 if (!next_section) in ath10k_pci_dump_memory_section()
1567 cur_section = next_section; in ath10k_pci_dump_memory_section()
/Linux-v4.19/drivers/md/
Ddm-integrity.c1079 unsigned next_section; in find_newer_committed_node() local
1092 next_section = (unsigned)(next_node - ic->journal_tree) / ic->journal_section_entries; in find_newer_committed_node()
1093 if (next_section >= ic->committed_section && in find_newer_committed_node()
1094 next_section < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
1096 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()