Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Dtasks.h198 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() function
517 set_tasks_gp_state(rtp, RTGS_WAIT_CBS); in rcu_tasks_kthread()
526 set_tasks_gp_state(rtp, RTGS_WAIT_GP); in rcu_tasks_kthread()
534 set_tasks_gp_state(rtp, RTGS_INVOKE_CBS); in rcu_tasks_kthread()
632 set_tasks_gp_state(rtp, RTGS_PRE_WAIT_GP); in rcu_tasks_wait_gp()
641 set_tasks_gp_state(rtp, RTGS_SCAN_TASKLIST); in rcu_tasks_wait_gp()
647 set_tasks_gp_state(rtp, RTGS_POST_SCAN_TASKLIST); in rcu_tasks_wait_gp()
669 set_tasks_gp_state(rtp, RTGS_WAIT_SCAN_HOLDOUTS); in rcu_tasks_wait_gp()
689 set_tasks_gp_state(rtp, RTGS_SCAN_HOLDOUTS); in rcu_tasks_wait_gp()
702 set_tasks_gp_state(rtp, RTGS_POST_GP); in rcu_tasks_wait_gp()
[all …]