Searched refs:trc_reader_nesting (Results 1 – 3 of 3) sorted by relevance
53 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()
188 int ___rttq_nesting = READ_ONCE((t)->trc_reader_nesting); \
941 int trc_reader_nesting; member
Completed in 13 milliseconds