Searched refs:srcu_gp_mutex (Results 1 – 2 of 2) sorted by relevance
248 mutex_init(&ssp->srcu_sup->srcu_gp_mutex); in init_srcu_struct_fields()907 mutex_unlock(&sup->srcu_gp_mutex); in srcu_gp_end()1701 mutex_lock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1719 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1727 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1735 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1753 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()
76 struct mutex srcu_gp_mutex; /* Serialize GP work. */ member