Searched refs:gp_state (Results 1 – 4 of 4) sorted by relevance
99 rsp->gp_state = GP_PASSED; in rcu_sync_enter_start()123 need_sync = rsp->gp_state == GP_IDLE; in rcu_sync_enter()125 rsp->gp_state = GP_PENDING; in rcu_sync_enter()132 rsp->gp_state = GP_PASSED; in rcu_sync_enter()135 wait_event(rsp->gp_wait, rsp->gp_state == GP_PASSED); in rcu_sync_enter()142 BUG_ON(rsp->gp_state != GP_PASSED); in rcu_sync_enter()169 BUG_ON(rsp->gp_state != GP_PASSED); in rcu_sync_func()191 rsp->gp_state = GP_IDLE; in rcu_sync_func()
100 .gp_state = RCU_GP_IDLE, \641 rsp->name, rsp->gp_state, rsp->gp_kthread->state); in show_rcu_gp_kthreads()1313 gp_state_getname(rsp->gp_state), rsp->gp_state, in rcu_check_gp_kthread_starvation()1929 rsp->gp_state = RCU_GP_ONOFF; in rcu_gp_init()1989 rsp->gp_state = RCU_GP_INIT; in rcu_gp_init()2125 rsp->gp_state = RCU_GP_IDLE; in rcu_gp_cleanup()2165 rsp->gp_state = RCU_GP_WAIT_GPS; in rcu_gp_kthread()2168 rsp->gp_state = RCU_GP_DONE_GPS; in rcu_gp_kthread()2193 rsp->gp_state = RCU_GP_WAIT_FQS; in rcu_gp_kthread()2196 rsp->gp_state = RCU_GP_DOING_FQS; in rcu_gp_kthread()[all …]
329 short gp_state; /* GP kthread sleep state. */ member
33 int gp_state; member58 return !rsp->gp_state; /* GP_IDLE */ in rcu_sync_is_idle()68 .gp_state = 0, \