Searched refs:so_copy_cv (Results 1 – 5 of 5) sorted by relevance
505 cv_init(&so->so_copy_cv, NULL, CV_DEFAULT, NULL); in sonode_constructor()
1564 cv_broadcast(&so->so_copy_cv); in so_zcopy_notify()
1871 if (cv_wait_sig(&so->so_copy_cv, &so->so_lock) == 0) { in so_zcopy_wait()
234 kcondvar_t so_copy_cv; /* Copy cond variable */ member
547 cv_broadcast(&so->so_copy_cv); in ksocket_close()