Home
last modified time | relevance | path

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

/include/linux/
A Drcupdate_trace.h53 WRITE_ONCE(t->trc_reader_nesting, READ_ONCE(t->trc_reader_nesting) + 1); in rcu_read_lock_trace()
76 nesting = READ_ONCE(t->trc_reader_nesting) - 1; in rcu_read_unlock_trace()
79 WRITE_ONCE(t->trc_reader_nesting, INT_MIN + nesting); in rcu_read_unlock_trace()
81 WRITE_ONCE(t->trc_reader_nesting, nesting); in rcu_read_unlock_trace()
A Drcupdate.h188 int ___rttq_nesting = READ_ONCE((t)->trc_reader_nesting); \
A Dsched.h941 int trc_reader_nesting; member

Completed in 13 milliseconds