Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Drcutiny_plugin.h415 current->rcu_read_unlock_special &= ~RCU_READ_UNLOCK_NEED_QS; in rcu_preempt_cpu_qs()
561 if (special & RCU_READ_UNLOCK_NEED_QS) in rcu_read_unlock_special()
664 t->rcu_read_unlock_special |= RCU_READ_UNLOCK_NEED_QS; in rcu_preempt_check_callbacks()
Drcutree_plugin.h130 current->rcu_read_unlock_special &= ~RCU_READ_UNLOCK_NEED_QS; in rcu_preempt_qs()
283 if (special & RCU_READ_UNLOCK_NEED_QS) { in rcu_read_unlock_special()
536 t->rcu_read_unlock_special |= RCU_READ_UNLOCK_NEED_QS; in rcu_preempt_check_callbacks()
/linux-2.6.39/include/linux/
Dsched.h1790 #define RCU_READ_UNLOCK_NEED_QS (1 << 2) /* RCU core needs CPU response. */ macro