Searched refs:trc_reader_nesting (Results 1 – 6 of 6) 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()
194 int ___rttq_nesting = READ_ONCE((t)->trc_reader_nesting); \
912 int trc_reader_nesting; member
1587 WRITE_ONCE(t->trc_reader_nesting, 0); in rcu_read_unlock_trace_special()1642 nesting = READ_ONCE(t->trc_reader_nesting); in trc_read_check_handler()1682 if (!rcu_watching_zero_in_eqs(cpu, &t->trc_reader_nesting)) in trc_inspect_reader()1688 nesting = t->trc_reader_nesting; in trc_inspect_reader()1725 WARN_ON_ONCE(READ_ONCE(t->trc_reader_nesting)); in trc_wait_for_one_reader()1885 trc_rdrp->nesting = READ_ONCE(t->trc_reader_nesting); in trc_check_slow_task()1994 WARN_ON_ONCE(READ_ONCE(t->trc_reader_nesting)); in exit_tasks_rcu_finish_trace()1998 WRITE_ONCE(t->trc_reader_nesting, 0); in exit_tasks_rcu_finish_trace()
167 .trc_reader_nesting = 0,
1989 p->trc_reader_nesting = 0; in rcu_copy_process()