Lines Matching refs:mtx
190 struct mutex mtx; member
550 return rcu_dereference_check(epi->ws, lockdep_is_held(&epi->ep->mtx)); in ep_wakeup_source()
608 mutex_lock_nested(&ep->mtx, depth); in ep_scan_ready_list()
673 mutex_unlock(&ep->mtx); in ep_scan_ready_list()
771 mutex_lock(&ep->mtx); in ep_free()
777 mutex_unlock(&ep->mtx); in ep_free()
780 mutex_destroy(&ep->mtx); in ep_free()
878 mutex_lock(&ep->mtx); in ep_show_fdinfo()
888 mutex_unlock(&ep->mtx); in ep_show_fdinfo()
928 mutex_lock_nested(&ep->mtx, 0); in eventpoll_release_file()
930 mutex_unlock(&ep->mtx); in eventpoll_release_file()
948 mutex_init(&ep->mtx); in ep_alloc()
1688 mutex_lock_nested(&ep->mtx, call_nests + 1); in ep_loop_check_proc()
1716 mutex_unlock(&ep->mtx); in ep_loop_check_proc()
1885 mutex_lock_nested(&ep->mtx, 0); in SYSCALL_DEFINE4()
1890 mutex_unlock(&ep->mtx); in SYSCALL_DEFINE4()
1901 mutex_lock_nested(&ep->mtx, 0); in SYSCALL_DEFINE4()
1904 mutex_lock_nested(&tep->mtx, 1); in SYSCALL_DEFINE4()
1942 mutex_unlock(&tep->mtx); in SYSCALL_DEFINE4()
1943 mutex_unlock(&ep->mtx); in SYSCALL_DEFINE4()