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

/linux-master/scripts/mod/
H A Dsymsearch.c12 unsigned int section_index; member in struct:syminfo
18 * Entries in table are ascending, sorted first by section_index,
35 if (sym1->section_index > sym2->section_index)
37 if (sym1->section_index < sym2->section_index)
79 table->section_index = get_secindex(elf, sym);
101 * the same section_index and addr, and it propagates
104 * section_index and addr. This ensures that whether
118 table[i].section_index
[all...]
/linux-master/drivers/net/hyperv/
H A Dnetvsc_trace.h141 __field( u32, section_index )
148 __entry->section_index = rpkt->send_buf_section_index;
154 __entry->section_index, __entry->section_size)
H A Dnetvsc.c938 unsigned int section_index,
946 char *dest = start + (section_index * net_device->send_section_size)
1194 unsigned int section_index = NETVSC_INVALID_INDEX; local
1223 section_index = msdp->pkt->send_buf_index;
1227 section_index = msdp->pkt->send_buf_index;
1232 section_index = netvsc_get_next_send_section(net_device);
1233 if (unlikely(section_index == NETVSC_INVALID_INDEX)) {
1248 if (section_index != NETVSC_INVALID_INDEX) {
1250 section_index, msd_len,
1253 packet->send_buf_index = section_index;
937 netvsc_copy_to_send_buf(struct netvsc_device *net_device, unsigned int section_index, u32 pend_size, struct hv_netvsc_packet *packet, struct rndis_message *rndis_msg, struct hv_page_buffer *pb, bool xmit_more) argument
[all...]
/linux-master/drivers/md/
H A Ddm-integrity.c888 unsigned int pl_index, pl_offset, section_index; local
905 section_index = pl_index;
912 while (unlikely(pl_index == section_index)) {
921 page_list_location(ic, section, 0, &section_index, &dummy);

Completed in 128 milliseconds