Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Drcu.h596 TP_PROTO(const char *rcuname, int callbacks_invoked,
599 TP_ARGS(rcuname, callbacks_invoked, cb, nr, iit, risk),
603 __field(int, callbacks_invoked)
612 __entry->callbacks_invoked = callbacks_invoked;
620 __entry->rcuname, __entry->callbacks_invoked,
728 #define trace_rcu_batch_end(rcuname, callbacks_invoked, cb, nr, iit, risk) \ argument