next_section     1267 drivers/md/dm-integrity.c 	unsigned next_section;
next_section     1280 drivers/md/dm-integrity.c 	next_section = (unsigned)(next_node - ic->journal_tree) / ic->journal_section_entries;
next_section     1281 drivers/md/dm-integrity.c 	if (next_section >= ic->committed_section &&
next_section     1282 drivers/md/dm-integrity.c 	    next_section < ic->committed_section + ic->n_committed_sections)
next_section     1284 drivers/md/dm-integrity.c 	if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections)
next_section     1472 drivers/net/wireless/ath/ath10k/pci.c 	const struct ath10k_mem_section *cur_section, *next_section;
next_section     1511 drivers/net/wireless/ath/ath10k/pci.c 			next_section = NULL;
next_section     1514 drivers/net/wireless/ath/ath10k/pci.c 			next_section = cur_section + 1;
next_section     1516 drivers/net/wireless/ath/ath10k/pci.c 			if (cur_section->end > next_section->start) {
next_section     1518 drivers/net/wireless/ath/ath10k/pci.c 					    next_section->start,
next_section     1523 drivers/net/wireless/ath/ath10k/pci.c 			skip_size = next_section->start - cur_section->end;
next_section     1553 drivers/net/wireless/ath/ath10k/pci.c 		if (!next_section)
next_section     1557 drivers/net/wireless/ath/ath10k/pci.c 		cur_section = next_section;