Home
last modified time | relevance | path

Searched refs:rcu_read_lock_nesting (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dsched.h931 int rcu_read_lock_nesting; member
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst1094 2 int rcu_read_lock_nesting;
1106 The ``->rcu_read_lock_nesting`` field records the nesting level for RCU
/linux/kernel/
H A Dfork.c1822 p->rcu_read_lock_nesting = 0; in rcu_copy_process()