section_index     787 drivers/md/dm-integrity.c 	unsigned pl_index, pl_offset, section_index;
section_index     804 drivers/md/dm-integrity.c 	section_index = pl_index;
section_index     811 drivers/md/dm-integrity.c 		while (unlikely(pl_index == section_index)) {
section_index     819 drivers/md/dm-integrity.c 			page_list_location(ic, section, 0, &section_index, &dummy);
section_index     766 drivers/net/hyperv/netvsc.c 				    unsigned int section_index,
section_index     774 drivers/net/hyperv/netvsc.c 	char *dest = start + (section_index * net_device->send_section_size)
section_index     912 drivers/net/hyperv/netvsc.c 	unsigned int section_index = NETVSC_INVALID_INDEX;
section_index     940 drivers/net/hyperv/netvsc.c 		section_index = msdp->pkt->send_buf_index;
section_index     944 drivers/net/hyperv/netvsc.c 		section_index = msdp->pkt->send_buf_index;
section_index     949 drivers/net/hyperv/netvsc.c 		section_index = netvsc_get_next_send_section(net_device);
section_index     950 drivers/net/hyperv/netvsc.c 		if (unlikely(section_index == NETVSC_INVALID_INDEX)) {
section_index     965 drivers/net/hyperv/netvsc.c 	if (section_index != NETVSC_INVALID_INDEX) {
section_index     967 drivers/net/hyperv/netvsc.c 					section_index, msd_len,
section_index     970 drivers/net/hyperv/netvsc.c 		packet->send_buf_index = section_index;
section_index    1017 drivers/net/hyperv/netvsc.c 	if (ret != 0 && section_index != NETVSC_INVALID_INDEX)
section_index    1018 drivers/net/hyperv/netvsc.c 		netvsc_free_send_slot(net_device, section_index);
section_index     141 drivers/net/hyperv/netvsc_trace.h 		__field(  u32,	section_index )
section_index     148 drivers/net/hyperv/netvsc_trace.h 		__entry->section_index = rpkt->send_buf_section_index;
section_index     154 drivers/net/hyperv/netvsc_trace.h 		  __entry->section_index, __entry->section_size)
section_index    1629 scripts/mod/modpost.c static int is_executable_section(struct elf_info* elf, unsigned int section_index)
section_index    1631 scripts/mod/modpost.c 	if (section_index > elf->num_sections)
section_index    1634 scripts/mod/modpost.c 	return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR);