Searched refs:mcidx (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/xen/ |
D | multicalls.c | 39 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 …]
|
/linux-4.1.27/include/trace/events/ |
D | xen.h | 92 TP_PROTO(unsigned mcidx, unsigned argidx, unsigned cbidx), 93 TP_ARGS(mcidx, argidx, cbidx), 95 __field(unsigned, mcidx) 99 TP_fast_assign(__entry->mcidx = mcidx; 103 __entry->mcidx, __entry->argidx, __entry->cbidx)
|