Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/xen/
A Dmulticalls.c40 unsigned mcidx, argidx, cbidx; member
77 switch (b->mcidx) { in xen_mc_flush()
97 for (i = 0; i < b->mcidx; i++) in xen_mc_flush()
104 ret, b->mcidx, smp_processor_id()); in xen_mc_flush()
105 for (i = 0; i < b->mcidx; i++) { in xen_mc_flush()
125 b->mcidx = 0; in xen_mc_flush()
149 if (unlikely(b->mcidx == MC_BATCH || in __xen_mc_entry()
157 ret.mc = &b->entries[b->mcidx]; in __xen_mc_entry()
161 b->mcidx++; in __xen_mc_entry()
177 if (unlikely(b->mcidx == 0 || in xen_mc_extend_args()
[all …]
/linux-6.3-rc2/include/trace/events/
A Dxen.h99 TP_PROTO(unsigned mcidx, unsigned argidx, unsigned cbidx),
100 TP_ARGS(mcidx, argidx, cbidx),
102 __field(unsigned, mcidx)
106 TP_fast_assign(__entry->mcidx = mcidx;
110 __entry->mcidx, __entry->argidx, __entry->cbidx)

Completed in 3 milliseconds