Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Drcupdate_trace.h52 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); in rcu_read_unlock_trace()
80 WRITE_ONCE(t->trc_reader_nesting, nesting); in rcu_read_unlock_trace()
Drcupdate.h174 !unlikely(READ_ONCE((t)->trc_reader_nesting))) { \
Dsched.h842 int trc_reader_nesting; member
/Linux-v5.15/kernel/rcu/
Dtasks.h861 WRITE_ONCE(t->trc_reader_nesting, nesting); in rcu_read_unlock_trace_special()
900 if (likely(!READ_ONCE(t->trc_reader_nesting))) { in trc_read_check_handler()
909 if (unlikely(READ_ONCE(t->trc_reader_nesting) < 0)) { in trc_read_check_handler()
949 !rcu_dynticks_zero_in_eqs(cpu, &t->trc_reader_nesting)) in trc_inspect_reader()
957 in_qs = likely(!t->trc_reader_nesting); in trc_inspect_reader()
989 WARN_ON_ONCE(READ_ONCE(t->trc_reader_nesting)); in trc_wait_for_one_reader()
1105 READ_ONCE(t->trc_reader_nesting), in show_stalled_task_trace()
1200 WARN_ON_ONCE(READ_ONCE(t->trc_reader_nesting)); in exit_tasks_rcu_finish_trace()
1201 WRITE_ONCE(t->trc_reader_nesting, 0); in exit_tasks_rcu_finish_trace()
/Linux-v5.15/init/
Dinit_task.c157 .trc_reader_nesting = 0,
/Linux-v5.15/kernel/
Dfork.c1769 p->trc_reader_nesting = 0; in rcu_copy_process()