Searched refs:section_index (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_trace.h | 141 __field( u32, section_index ) 148 __entry->section_index = rpkt->send_buf_section_index; 154 __entry->section_index, __entry->section_size)
|
D | netvsc.c | 773 unsigned int section_index, in netvsc_copy_to_send_buf() argument 781 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf() 915 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local 943 section_index = msdp->pkt->send_buf_index; in netvsc_send() 947 section_index = msdp->pkt->send_buf_index; in netvsc_send() 952 section_index = netvsc_get_next_send_section(net_device); in netvsc_send() 953 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send() 968 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send() 970 section_index, msd_len, in netvsc_send() 973 packet->send_buf_index = section_index; in netvsc_send() [all …]
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 1552 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section() argument 1554 if (section_index > elf->num_sections) in is_executable_section() 1557 return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR); in is_executable_section()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 611 unsigned pl_index, pl_offset, section_index; in xor_journal() local 628 section_index = pl_index; in xor_journal() 635 while (unlikely(pl_index == section_index)) { in xor_journal() 643 page_list_location(ic, section, 0, §ion_index, &dummy); in xor_journal()
|