Home
last modified time | relevance | path

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

/Linux-v5.10/init/
Dinit_task.c145 .rcu_read_lock_nesting = 0,
/Linux-v5.10/include/linux/
Drcupdate.h54 #define rcu_preempt_depth() (current->rcu_read_lock_nesting)
Dsched.h727 int rcu_read_lock_nesting; member
/Linux-v5.10/kernel/rcu/
Dtree_plugin.h356 current->rcu_read_lock_nesting++; in rcu_preempt_read_enter()
361 return --current->rcu_read_lock_nesting; in rcu_preempt_read_exit()
366 current->rcu_read_lock_nesting = val; in rcu_preempt_depth_set()
Dtree_stall.h244 rscrp->nesting = t->rcu_read_lock_nesting; in check_slow_task()
/Linux-v5.10/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst1061 2 int rcu_read_lock_nesting;
1073 The ``->rcu_read_lock_nesting`` field records the nesting level for RCU
/Linux-v5.10/kernel/
Dfork.c1670 p->rcu_read_lock_nesting = 0; in rcu_copy_process()