Lines Matching refs:sp_qlock
771 (void) mutex_lock(&sub_info->sp_qlock); in subscriber_event_handler()
774 (void) cond_wait(&sub_info->sp_cv, &sub_info->sp_qlock); in subscriber_event_handler()
778 (void) mutex_unlock(&sub_info->sp_qlock); in subscriber_event_handler()
780 (void) mutex_lock(&sub_info->sp_qlock); in subscriber_event_handler()
787 (void) mutex_unlock(&sub_info->sp_qlock); in subscriber_event_handler()
881 (void) mutex_lock(&sub_info->sp_qlock); in event_deliver_service()
890 (void) mutex_unlock(&sub_info->sp_qlock); in event_deliver_service()
2145 (void) mutex_init(&sub_info->sp_qlock, USYNC_THREAD, NULL); in sysevent_bind_subscriber_cmn()
2259 (void) mutex_destroy(&sub_info->sp_qlock); in sysevent_bind_subscriber_cmn()
2505 (void) mutex_lock(&sub_info->sp_qlock); in sysevent_unbind_subscriber()
2509 (void) mutex_unlock(&sub_info->sp_qlock); in sysevent_unbind_subscriber()
2514 (void) mutex_destroy(&sub_info->sp_qlock); in sysevent_unbind_subscriber()