Home
last modified time | relevance | path

Searched refs:wait_stop_wd (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h529 kcondvar_t wait_stop_wd; member
H A Dheci_main.c351 cv_destroy(&device_object->wait_stop_wd); in heci_destroy_locks()
414 err = cv_reltimedwait(&dev->wait_stop_wd, in heci_detach()
1482 err = cv_reltimedwait(&device->wait_stop_wd, in heci_suspend()
H A Dheci_init.c208 cv_destroy(&device->wait_stop_wd); in fini_heci_device()
242 cv_init(&device->wait_stop_wd, NULL, CV_DRIVER, NULL); in init_heci_device()
H A Dheci_intr.c1150 cv_broadcast(&dev->wait_stop_wd); in heci_bh_write_handler()