Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dsync.c106 need_sync = rsp->gp_state == GP_IDLE; in rcu_sync_enter()
108 rsp->gp_state = GP_PENDING; in rcu_sync_enter()
115 rsp->gp_state = GP_PASSED; in rcu_sync_enter()
118 wait_event(rsp->gp_wait, rsp->gp_state == GP_PASSED); in rcu_sync_enter()
125 BUG_ON(rsp->gp_state != GP_PASSED); in rcu_sync_enter()
152 BUG_ON(rsp->gp_state != GP_PASSED); in rcu_sync_func()
174 rsp->gp_state = GP_IDLE; in rcu_sync_func()
Dtree.c100 .gp_state = RCU_GP_IDLE, \
507 rsp->name, rsp->gp_state, rsp->gp_kthread->state); in show_rcu_gp_kthreads()
1203 rsp->gp_flags, rsp->gp_state, in rcu_check_gp_kthread_starvation()
2045 rsp->gp_state = RCU_GP_IDLE; in rcu_gp_cleanup()
2078 rsp->gp_state = RCU_GP_WAIT_GPS; in rcu_gp_kthread()
2082 rsp->gp_state = RCU_GP_DONE_GPS; in rcu_gp_kthread()
2108 rsp->gp_state = RCU_GP_WAIT_FQS; in rcu_gp_kthread()
2111 rsp->gp_state = RCU_GP_DOING_FQS; in rcu_gp_kthread()
2150 rsp->gp_state = RCU_GP_CLEANUP; in rcu_gp_kthread()
2152 rsp->gp_state = RCU_GP_CLEANED; in rcu_gp_kthread()
Dtree.h477 short gp_state; /* GP kthread sleep state. */ member
Dtree_trace.c271 rsp->gp_state, in print_one_rcu_state()
/linux-4.4.14/include/linux/
Drcu_sync.h33 int gp_state; member
58 return !rsp->gp_state; /* GP_IDLE */ in rcu_sync_is_idle()
67 .gp_state = 0, \