Home
last modified time | relevance | path

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

/linux/kernel/rcu/
A Dtree_plugin.h375 WRITE_ONCE(current->rcu_read_lock_nesting, READ_ONCE(current->rcu_read_lock_nesting) + 1); in rcu_preempt_read_enter()
380 int ret = READ_ONCE(current->rcu_read_lock_nesting) - 1; in rcu_preempt_read_exit()
382 WRITE_ONCE(current->rcu_read_lock_nesting, ret); in rcu_preempt_read_exit()
388 WRITE_ONCE(current->rcu_read_lock_nesting, val); in rcu_preempt_depth_set()
A Dtree_stall.h249 rscrp->nesting = t->rcu_read_lock_nesting; in check_slow_task()
/linux/init/
A Dinit_task.c146 .rcu_read_lock_nesting = 0,
/linux/include/linux/
A Drcupdate.h56 #define rcu_preempt_depth() READ_ONCE(current->rcu_read_lock_nesting)
A Dsched.h825 int rcu_read_lock_nesting; member
/linux/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst1061 2 int rcu_read_lock_nesting;
1073 The ``->rcu_read_lock_nesting`` field records the nesting level for RCU
/linux/kernel/
A Dfork.c1755 p->rcu_read_lock_nesting = 0; in rcu_copy_process()

Completed in 22 milliseconds