Lines Matching refs:tep
1571 struct eventpoll *tep = NULL; in ep_insert() local
1574 tep = tfile->private_data; in ep_insert()
1595 if (tep) in ep_insert()
1596 mutex_lock_nested(&tep->mtx, 1); in ep_insert()
1599 if (tep) in ep_insert()
1600 mutex_unlock(&tep->mtx); in ep_insert()
1606 if (full_check && !tep) in ep_insert()
1614 if (tep) in ep_insert()
1615 mutex_unlock(&tep->mtx); in ep_insert()
2243 struct eventpoll *tep = NULL; in do_epoll_ctl() local
2318 tep = fd_file(tf)->private_data; in do_epoll_ctl()
2320 if (ep_loop_check(ep, tep) != 0) in do_epoll_ctl()