Searched refs:trc_reader_nesting (Results 1 - 6 of 6) sorted by path

/linux-master/include/linux/
H A Drcupdate.h185 int ___rttq_nesting = READ_ONCE((t)->trc_reader_nesting); \
H A Drcupdate_trace.h52 WRITE_ONCE(t->trc_reader_nesting, READ_ONCE(t->trc_reader_nesting) + 1);
75 nesting = READ_ONCE(t->trc_reader_nesting) - 1;
78 WRITE_ONCE(t->trc_reader_nesting, INT_MIN + nesting);
80 WRITE_ONCE(t->trc_reader_nesting, nesting);
H A Dsched.h872 int trc_reader_nesting; member in struct:task_struct
/linux-master/init/
H A Dinit_task.c154 .trc_reader_nesting = 0,
/linux-master/kernel/
H A Dfork.c1985 p->trc_reader_nesting = 0;
/linux-master/kernel/rcu/
H A Dtasks.h1517 // Update .need_qs before ->trc_reader_nesting for irq/NMI handlers.
1531 WRITE_ONCE(t->trc_reader_nesting, 0);
1586 nesting = READ_ONCE(t->trc_reader_nesting);
1626 if (!rcu_dynticks_zero_in_eqs(cpu, &t->trc_reader_nesting))
1632 nesting = t->trc_reader_nesting;
1669 WARN_ON_ONCE(READ_ONCE(t->trc_reader_nesting));
1819 trc_rdrp->nesting = READ_ONCE(t->trc_reader_nesting);
1928 WARN_ON_ONCE(READ_ONCE(t->trc_reader_nesting));
1932 WRITE_ONCE(t->trc_reader_nesting, 0);

Completed in 208 milliseconds