Searched refs:srcu_gp_mutex (Results 1 – 2 of 2) sorted by relevance
215 mutex_init(&ssp->srcu_sup->srcu_gp_mutex); in init_srcu_struct_fields()926 mutex_unlock(&sup->srcu_gp_mutex); in srcu_gp_end()1794 mutex_lock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1812 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1820 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1828 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1846 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()
78 struct mutex srcu_gp_mutex; /* Serialize GP work. */ member