Searched refs:set_tasks_gp_state (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tasks.h | 132 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() function 200 set_tasks_gp_state(rtp, RTGS_WAIT_CBS); in rcu_tasks_kthread() 216 set_tasks_gp_state(rtp, RTGS_WAIT_WAIT_CBS); in rcu_tasks_kthread() 223 set_tasks_gp_state(rtp, RTGS_WAIT_GP); in rcu_tasks_kthread() 229 set_tasks_gp_state(rtp, RTGS_INVOKE_CBS); in rcu_tasks_kthread() 310 set_tasks_gp_state(rtp, RTGS_PRE_WAIT_GP); in rcu_tasks_wait_gp() 319 set_tasks_gp_state(rtp, RTGS_SCAN_TASKLIST); in rcu_tasks_wait_gp() 325 set_tasks_gp_state(rtp, RTGS_POST_SCAN_TASKLIST); in rcu_tasks_wait_gp() 349 set_tasks_gp_state(rtp, RTGS_WAIT_SCAN_HOLDOUTS); in rcu_tasks_wait_gp() 361 set_tasks_gp_state(rtp, RTGS_SCAN_HOLDOUTS); in rcu_tasks_wait_gp() [all …]
|