Lines Matching refs:sp_qlock
770 (void) mutex_lock(&sub_info->sp_qlock); in subscriber_event_handler()
773 (void) cond_wait(&sub_info->sp_cv, &sub_info->sp_qlock); in subscriber_event_handler()
777 (void) mutex_unlock(&sub_info->sp_qlock); in subscriber_event_handler()
779 (void) mutex_lock(&sub_info->sp_qlock); in subscriber_event_handler()
786 (void) mutex_unlock(&sub_info->sp_qlock); in subscriber_event_handler()
880 (void) mutex_lock(&sub_info->sp_qlock); in event_deliver_service()
889 (void) mutex_unlock(&sub_info->sp_qlock); in event_deliver_service()
2144 (void) mutex_init(&sub_info->sp_qlock, USYNC_THREAD, NULL); in sysevent_bind_subscriber_cmn()
2260 (void) mutex_destroy(&sub_info->sp_qlock); in sysevent_bind_subscriber_cmn()
2506 (void) mutex_lock(&sub_info->sp_qlock); in sysevent_unbind_subscriber()
2510 (void) mutex_unlock(&sub_info->sp_qlock); in sysevent_unbind_subscriber()
2515 (void) mutex_destroy(&sub_info->sp_qlock); in sysevent_unbind_subscriber()