Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dsymsearch.c12 unsigned int section_index; member
35 if (sym1->section_index > sym2->section_index) in syminfo_compare()
37 if (sym1->section_index < sym2->section_index) in syminfo_compare()
79 table->section_index = get_secindex(elf, sym); in symsearch_populate()
118 table[i].section_index == table[i - 1].section_index) { in symsearch_fixup()
163 target.section_index = secndx; in symsearch_find_nearest()
188 table[hi].section_index == secndx && in symsearch_find_nearest()
194 table[hi - 1].section_index == secndx && in symsearch_find_nearest()
/linux/drivers/net/hyperv/
H A Dnetvsc.c944 unsigned int section_index, in netvsc_copy_to_send_buf() argument
952 char *dest = start + (section_index * net_device->send_section_size) in netvsc_copy_to_send_buf()
1238 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
1267 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1271 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1276 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1277 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1292 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1294 section_index, msd_len, in netvsc_send()
1297 packet->send_buf_index = section_index; in netvsc_send()
[all …]
/linux/drivers/md/
H A Ddm-integrity.c895 unsigned int pl_index, pl_offset, section_index; in xor_journal() local
912 section_index = pl_index; in xor_journal()
919 while (unlikely(pl_index == section_index)) { in xor_journal()
928 page_list_location(ic, section, 0, &section_index, &dummy); in xor_journal()