Home
last modified time | relevance | path

Searched refs:boost_kthread_status (Results 1 – 2 of 2) sorted by relevance

/kernel/rcu/
Dtree_plugin.h1079 WRITE_ONCE(rnp->boost_kthread_status, RCU_KTHREAD_WAITING); in rcu_boost_kthread()
1084 WRITE_ONCE(rnp->boost_kthread_status, RCU_KTHREAD_RUNNING); in rcu_boost_kthread()
1091 WRITE_ONCE(rnp->boost_kthread_status, RCU_KTHREAD_YIELDING); in rcu_boost_kthread()
1130 READ_ONCE(rnp->boost_kthread_status)); in rcu_initiate_boost()
Dtree.h121 unsigned int boost_kthread_status; member