Searched refs:km_wait (Results 1 – 2 of 2) sorted by relevance
235 cv_init(&okmsp->km_wait, NULL, CV_DRIVER, NULL); in okm_attach()498 if (cv_wait_sig(&okmsp->km_wait, in okm_get_req()812 cv_destroy(&okmsp->km_wait); in okm_cleanup()853 if (cv_wait_sig(&okmsp->km_wait, in okm_mbox_init()889 ret = cv_reltimedwait_sig(&okmsp->km_wait, in okm_mbox_init()975 cv_broadcast(&okmsp->km_wait); in okm_event_handler()985 cv_broadcast(&okmsp->km_wait); in okm_event_handler()996 cv_broadcast(&okmsp->km_wait); in okm_event_handler()1003 cv_broadcast(&okmsp->km_wait); in okm_event_handler()1039 if (cv_timedwait_sig(&okmsp->km_wait, in okm_send_reply()
48 kcondvar_t km_wait; /* Cond. var to signal events */ member