Searched refs:trc_reader_nesting (Results 1 – 3 of 3) sorted by relevance
52 WRITE_ONCE(t->trc_reader_nesting, READ_ONCE(t->trc_reader_nesting) + 1); in rcu_read_lock_trace()75 nesting = READ_ONCE(t->trc_reader_nesting) - 1; in rcu_read_unlock_trace()78 WRITE_ONCE(t->trc_reader_nesting, INT_MIN + nesting); in rcu_read_unlock_trace()80 WRITE_ONCE(t->trc_reader_nesting, nesting); in rcu_read_unlock_trace()
194 int ___rttq_nesting = READ_ONCE((t)->trc_reader_nesting); \
962 int trc_reader_nesting; member