Lines Matching refs:entries
41 struct multicall_entry entries[MC_BATCH]; member
73 memcpy(b->debug, b->entries, in xen_mc_flush()
86 mc = &b->entries[0]; in xen_mc_flush()
95 if (HYPERVISOR_multicall(b->entries, b->mcidx) != 0) in xen_mc_flush()
98 if (b->entries[i].result < 0) in xen_mc_flush()
106 if (b->entries[i].result < 0) { in xen_mc_flush()
112 b->entries[i].result, in xen_mc_flush()
117 b->entries[i].op, in xen_mc_flush()
118 b->entries[i].args[0], in xen_mc_flush()
119 b->entries[i].result); in xen_mc_flush()
157 ret.mc = &b->entries[b->mcidx]; in __xen_mc_entry()
178 b->entries[b->mcidx - 1].op != op)) { in xen_mc_extend_args()
188 ret.mc = &b->entries[b->mcidx - 1]; in xen_mc_extend_args()