Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Drcu.h365 TP_PROTO(const char *polarity, long long oldnesting, long long newnesting),
367 TP_ARGS(polarity, oldnesting, newnesting),
372 __field(long long, newnesting)
378 __entry->newnesting = newnesting;
382 __entry->oldnesting, __entry->newnesting)
719 #define trace_rcu_dyntick(polarity, oldnesting, newnesting) do { } while (0) argument