Searched refs:efd_lock (Results 1 – 1 of 1) sorted by relevance
64 kmutex_t efd_lock; member94 mutex_init(&efd->efd_lock, MUTEX_DEFAULT, IPL_NONE); in eventfd_create()125 mutex_destroy(&efd->efd_lock); in eventfd_destroy()161 error = cv_wait_sig(waitcv, &efd->efd_lock); in eventfd_wait()220 mutex_enter(&efd->efd_lock); in eventfd_fop_read()224 mutex_exit(&efd->efd_lock); in eventfd_fop_read()240 mutex_exit(&efd->efd_lock); in eventfd_fop_read()269 mutex_enter(&efd->efd_lock); in eventfd_fop_write()274 mutex_exit(&efd->efd_lock); in eventfd_fop_write()285 mutex_exit(&efd->efd_lock); in eventfd_fop_write()[all …]