Searched refs:newnesting (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | rcu.h | 442 TP_PROTO(const char *polarity, long oldnesting, long newnesting, atomic_t dynticks), 444 TP_ARGS(polarity, oldnesting, newnesting, dynticks), 449 __field(long, newnesting) 456 __entry->newnesting = newnesting; 461 __entry->oldnesting, __entry->newnesting, 771 #define trace_rcu_dyntick(polarity, oldnesting, newnesting, dyntick) do { } while (0) argument
|