Searched refs:hs_mtx (Results 1 – 1 of 1) sorted by relevance
2757 struct mtx hs_mtx; in ctl_ioctl() local2759 mtx_init(&hs_mtx, "HS Mutex", NULL, MTX_DEF); in ctl_ioctl()2766 mtx_destroy(&hs_mtx); in ctl_ioctl()2781 mtx_lock(&hs_mtx); in ctl_ioctl()2782 cv_wait_sig(&ss_info.sem, &hs_mtx); in ctl_ioctl()2783 mtx_unlock(&hs_mtx); in ctl_ioctl()2793 mtx_destroy(&hs_mtx); in ctl_ioctl()