Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h379 WRITE_ONCE(current->rcu_read_lock_nesting, READ_ONCE(current->rcu_read_lock_nesting) + 1); in rcu_preempt_read_enter()
384 int ret = READ_ONCE(current->rcu_read_lock_nesting) - 1; in rcu_preempt_read_exit()
386 WRITE_ONCE(current->rcu_read_lock_nesting, ret); in rcu_preempt_read_exit()
392 WRITE_ONCE(current->rcu_read_lock_nesting, val); in rcu_preempt_depth_set()
H A Dtree_stall.h283 rscrp->nesting = t->rcu_read_lock_nesting; in check_slow_task()
/openbmc/linux/init/
H A Dinit_task.c146 .rcu_read_lock_nesting = 0,
/openbmc/linux/include/linux/
H A Drcupdate.h83 #define rcu_preempt_depth() READ_ONCE(current->rcu_read_lock_nesting)
H A Dsched.h845 int rcu_read_lock_nesting; member
/openbmc/linux/lib/
H A Dlocking-selftest.c1437 int saved_rcu_count = current->rcu_read_lock_nesting; in dotest()
1479 while (current->rcu_read_lock_nesting > saved_rcu_count) in dotest()
1481 WARN_ON_ONCE(current->rcu_read_lock_nesting < saved_rcu_count); in dotest()
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst1061 2 int rcu_read_lock_nesting;
1073 The ``->rcu_read_lock_nesting`` field records the nesting level for RCU
/openbmc/linux/kernel/
H A Dfork.c1970 p->rcu_read_lock_nesting = 0; in rcu_copy_process()