Searched refs:iosram_rw_wait (Results 1 – 1 of 1) sorted by relevance
82 static kcondvar_t iosram_rw_wait; /* read/write wait cv */ variable220 cv_init(&iosram_rw_wait, NULL, CV_DRIVER, NULL); in _init()247 cv_destroy(&iosram_rw_wait); in _init()271 cv_destroy(&iosram_rw_wait); in _fini()841 cv_broadcast(&iosram_rw_wait); in iosram_rd()1050 cv_broadcast(&iosram_rw_wait); in _iosram_write()1577 cv_broadcast(&iosram_rw_wait); in iosram_softintr()2345 cv_wait(&iosram_rw_wait, &iosram_mutex); in iosram_switchfrom()