Searched refs:set_tasks_gp_state (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/kernel/rcu/ |
D | tasks.h | 132 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() function 201 set_tasks_gp_state(rtp, RTGS_WAIT_CBS); in rcu_tasks_kthread() 217 set_tasks_gp_state(rtp, RTGS_WAIT_WAIT_CBS); in rcu_tasks_kthread() 224 set_tasks_gp_state(rtp, RTGS_WAIT_GP); in rcu_tasks_kthread() 230 set_tasks_gp_state(rtp, RTGS_INVOKE_CBS); in rcu_tasks_kthread() 311 set_tasks_gp_state(rtp, RTGS_PRE_WAIT_GP); in rcu_tasks_wait_gp() 320 set_tasks_gp_state(rtp, RTGS_SCAN_TASKLIST); in rcu_tasks_wait_gp() 326 set_tasks_gp_state(rtp, RTGS_POST_SCAN_TASKLIST); in rcu_tasks_wait_gp() 350 set_tasks_gp_state(rtp, RTGS_WAIT_SCAN_HOLDOUTS); in rcu_tasks_wait_gp() 362 set_tasks_gp_state(rtp, RTGS_SCAN_HOLDOUTS); in rcu_tasks_wait_gp() [all …]
|