Searched refs:set_tasks_gp_state (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/rcu/ |
H A D | tasks.h | 227 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() function 605 set_tasks_gp_state(rtp, RTGS_WAIT_CBS); in rcu_tasks_one_gp() 614 set_tasks_gp_state(rtp, RTGS_WAIT_GP); in rcu_tasks_one_gp() 622 set_tasks_gp_state(rtp, RTGS_INVOKE_CBS); in rcu_tasks_one_gp() 775 set_tasks_gp_state(rtp, RTGS_PRE_WAIT_GP); in rcu_tasks_wait_gp() 784 set_tasks_gp_state(rtp, RTGS_SCAN_TASKLIST); in rcu_tasks_wait_gp() 792 set_tasks_gp_state(rtp, RTGS_POST_SCAN_TASKLIST); in rcu_tasks_wait_gp() 814 set_tasks_gp_state(rtp, RTGS_WAIT_SCAN_HOLDOUTS); in rcu_tasks_wait_gp() 834 set_tasks_gp_state(rtp, RTGS_SCAN_HOLDOUTS); in rcu_tasks_wait_gp() 847 set_tasks_gp_state(rtp, RTGS_POST_GP); in rcu_tasks_wait_gp()
|