Lines Matching refs:mtx
184 struct mutex mtx; member
576 return rcu_dereference_check(epi->ws, lockdep_is_held(&epi->ep->mtx)); in ep_wakeup_source()
775 mutex_lock(&ep->mtx); in ep_free()
781 mutex_unlock(&ep->mtx); in ep_free()
784 mutex_destroy(&ep->mtx); in ep_free()
819 mutex_lock_nested(&ep->mtx, depth); in __ep_eventpoll_poll()
836 mutex_unlock(&ep->mtx); in __ep_eventpoll_poll()
870 mutex_lock(&ep->mtx); in ep_show_fdinfo()
884 mutex_unlock(&ep->mtx); in ep_show_fdinfo()
929 mutex_lock_nested(&ep->mtx, 0); in eventpoll_release_file()
931 mutex_unlock(&ep->mtx); in eventpoll_release_file()
948 mutex_init(&ep->mtx); in ep_alloc()
1027 mutex_lock(&ep->mtx); in get_epoll_tfile_raw_ptr()
1033 mutex_unlock(&ep->mtx); in get_epoll_tfile_raw_ptr()
1476 mutex_lock_nested(&tep->mtx, 1); in ep_insert()
1480 mutex_unlock(&tep->mtx); in ep_insert()
1495 mutex_unlock(&tep->mtx); in ep_insert()
1655 mutex_lock(&ep->mtx); in ep_send_events()
1724 mutex_unlock(&ep->mtx); in ep_send_events()
1924 mutex_lock_nested(&ep->mtx, depth + 1); in ep_loop_check_proc()
1951 mutex_unlock(&ep->mtx); in ep_loop_check_proc()
2127 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl()
2133 mutex_unlock(&ep->mtx); in do_epoll_ctl()
2145 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl()
2183 mutex_unlock(&ep->mtx); in do_epoll_ctl()