Searched refs:srcu_gp_mutex (Results 1 – 2 of 2) sorted by relevance
249 mutex_init(&ssp->srcu_sup->srcu_gp_mutex); in init_srcu_struct_fields()910 mutex_unlock(&sup->srcu_gp_mutex); in srcu_gp_end()1698 mutex_lock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1716 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1724 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1732 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()1750 mutex_unlock(&ssp->srcu_sup->srcu_gp_mutex); in srcu_advance_state()
71 struct mutex srcu_gp_mutex; /* Serialize GP work. */ member