Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmulticalls.c40 unsigned mcidx, argidx, cbidx; member
70 trace_xen_mc_flush(b->mcidx, b->argidx, b->cbidx); in xen_mc_flush()
72 switch (b->mcidx) { in xen_mc_flush()
92 b->mcidx * sizeof(struct multicall_entry)); in xen_mc_flush()
95 if (HYPERVISOR_multicall(b->entries, b->mcidx) != 0) in xen_mc_flush()
97 for (i = 0; i < b->mcidx; i++) in xen_mc_flush()
106 for (i = 0; i < b->mcidx; i++) { in xen_mc_flush()
108 i+1, b->mcidx, in xen_mc_flush()
118 b->mcidx = 0; in xen_mc_flush()
144 if (unlikely(b->mcidx == MC_BATCH || in __xen_mc_entry()
[all …]