Searched refs:registered_mtx (Results 1 – 1 of 1) sorted by relevance
304 struct mutex registered_mtx; member726 mutex_init(&pd->registered_mtx); in scmi_allocate_registered_events_desc()906 mutex_lock(&r_evt->proto->registered_mtx); in scmi_bind_event_handler()909 mutex_unlock(&r_evt->proto->registered_mtx); in scmi_bind_event_handler()1023 mutex_lock(&r_evt->proto->registered_mtx); in __scmi_event_handler_get_ops()1028 mutex_unlock(&r_evt->proto->registered_mtx); in __scmi_event_handler_get_ops()1087 mutex_lock(&r_evt->proto->registered_mtx); in scmi_get_active_handler()1092 mutex_unlock(&r_evt->proto->registered_mtx); in scmi_get_active_handler()1214 mutex_lock(&r_evt->proto->registered_mtx); in scmi_put_handler()1219 mutex_unlock(&r_evt->proto->registered_mtx); in scmi_put_handler()[all …]