Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmulticalls.c39 unsigned mcidx, argidx, cbidx; member
69 trace_xen_mc_flush(b->mcidx, b->argidx, b->cbidx); in xen_mc_flush()
71 switch (b->mcidx) { in xen_mc_flush()
91 b->mcidx * sizeof(struct multicall_entry)); in xen_mc_flush()
94 if (HYPERVISOR_multicall(b->entries, b->mcidx) != 0) in xen_mc_flush()
96 for (i = 0; i < b->mcidx; i++) in xen_mc_flush()
105 for (i = 0; i < b->mcidx; i++) { in xen_mc_flush()
107 i+1, b->mcidx, in xen_mc_flush()
117 b->mcidx = 0; in xen_mc_flush()
143 if (unlikely(b->mcidx == MC_BATCH || in __xen_mc_entry()
[all …]