Home
last modified time | relevance | path

Searched refs:intr_wait (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Dzuluvm.c330 cv_broadcast(&zdev->intr_wait); in zuluvm_tlb_handler()
411 cv_broadcast(&zdev->intr_wait); in zuluvm_tlb_handler()
475 cv_broadcast(&zdev->intr_wait); in zuluvm_load_tte()
640 cv_init(&zdev->intr_wait, NULL, CV_DEFAULT, NULL); in zuluvm_driver_attach()
674 cv_destroy(&zdev->intr_wait); in zuluvm_driver_detach()
887 cv_wait(&zdev->intr_wait, &zdev->dev_lck); in zuluvm_as_free()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dzulumod.h190 kcondvar_t intr_wait; /* sync for as_free */ member