Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/hyperv/
A Dnetvsc_trace.h141 __field( u32, section_index )
148 __entry->section_index = rpkt->send_buf_section_index;
154 __entry->section_index, __entry->section_size)
A Dnetvsc.c912 unsigned int section_index, in netvsc_copy_to_send_buf() argument
1080 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
1109 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1113 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1118 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1119 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1134 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1136 section_index, msd_len, in netvsc_send()
1139 packet->send_buf_index = section_index; in netvsc_send()
1186 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
[all …]
/linux/scripts/mod/
A Dmodpost.c1606 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section() argument
1608 if (section_index > elf->num_sections) in is_executable_section()
1611 return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR); in is_executable_section()
/linux/drivers/md/
A Ddm-integrity.c903 unsigned pl_index, pl_offset, section_index; in xor_journal() local
920 section_index = pl_index; in xor_journal()
927 while (unlikely(pl_index == section_index)) { in xor_journal()
935 page_list_location(ic, section, 0, &section_index, &dummy); in xor_journal()

Completed in 23 milliseconds