Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate_trace.h53 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()
H A Drcupdate.h188 int ___rttq_nesting = READ_ONCE((t)->trc_reader_nesting); \
H A Dsched.h947 int trc_reader_nesting; member
/linux/kernel/
H A Dfork.c1830 p->trc_reader_nesting = 0; in rcu_copy_process()