Home
last modified time | relevance | path

Searched refs:boost_tasks (Results 1 – 4 of 4) sorted by relevance

/kernel/rcu/
Dtree_plugin.h533 if (&t->rcu_node_entry == rnp->boost_tasks) in rcu_preempt_deferred_qs_irqrestore()
534 WRITE_ONCE(rnp->boost_tasks, np); in rcu_preempt_deferred_qs_irqrestore()
787 __func__, READ_ONCE(rnp->gp_tasks), data_race(rnp->boost_tasks), in dump_blkd_tasks()
1015 READ_ONCE(rnp->boost_tasks) == NULL) in rcu_boost()
1024 if (rnp->exp_tasks == NULL && rnp->boost_tasks == NULL) { in rcu_boost()
1038 tb = rnp->boost_tasks; in rcu_boost()
1065 READ_ONCE(rnp->boost_tasks) != NULL; in rcu_boost()
1081 rcu_wait(READ_ONCE(rnp->boost_tasks) || in rcu_boost_kthread()
1123 rnp->boost_tasks == NULL && in rcu_initiate_boost()
1127 WRITE_ONCE(rnp->boost_tasks, rnp->gp_tasks); in rcu_initiate_boost()
Drcutorture.c144 static struct task_struct *boost_tasks[NR_CPUS]; variable
1974 if (boost_tasks[cpu] == NULL) in rcutorture_booster_cleanup()
1977 t = boost_tasks[cpu]; in rcutorture_booster_cleanup()
1978 boost_tasks[cpu] = NULL; in rcutorture_booster_cleanup()
1991 if (boost_tasks[cpu] != NULL) in rcutorture_booster_init()
2011 boost_tasks[cpu] = kthread_create_on_node(rcu_torture_boost, NULL, in rcutorture_booster_init()
2014 if (IS_ERR(boost_tasks[cpu])) { in rcutorture_booster_init()
2015 retval = PTR_ERR(boost_tasks[cpu]); in rcutorture_booster_init()
2018 boost_tasks[cpu] = NULL; in rcutorture_booster_init()
2022 kthread_bind(boost_tasks[cpu], cpu); in rcutorture_booster_init()
[all …]
Dtree.h105 struct list_head *boost_tasks; member
Dtree_stall.h850 !data_race(READ_ONCE(rnp->qsmask)) && !data_race(READ_ONCE(rnp->boost_tasks)) && in show_rcu_gp_kthreads()
859 ".B"[!!data_race(READ_ONCE(rnp->boost_tasks))], in show_rcu_gp_kthreads()