Searched refs:rsp (Results 1 – 1 of 1) sorted by relevance
21 void rcu_sync_init(struct rcu_sync *rsp) in rcu_sync_init() argument23 memset(rsp, 0, sizeof(*rsp)); in rcu_sync_init()24 init_waitqueue_head(&rsp->gp_wait); in rcu_sync_init()36 void rcu_sync_enter_start(struct rcu_sync *rsp) in rcu_sync_enter_start() argument38 rsp->gp_count++; in rcu_sync_enter_start()39 rsp->gp_state = GP_PASSED; in rcu_sync_enter_start()45 static void rcu_sync_call(struct rcu_sync *rsp) in rcu_sync_call() argument47 call_rcu(&rsp->cb_head, rcu_sync_func); in rcu_sync_call()75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func() local78 WARN_ON_ONCE(READ_ONCE(rsp->gp_state) == GP_IDLE); in rcu_sync_func()[all …]