Lines Matching refs:tep
1484 struct eventpoll *tep = NULL; in ep_insert() local
1487 tep = tfile->private_data; in ep_insert()
1508 if (tep) in ep_insert()
1509 mutex_lock_nested(&tep->mtx, 1); in ep_insert()
1512 if (tep) in ep_insert()
1513 mutex_unlock(&tep->mtx); in ep_insert()
1519 if (full_check && !tep) in ep_insert()
1527 if (tep) in ep_insert()
1528 mutex_unlock(&tep->mtx); in ep_insert()
2119 struct eventpoll *tep = NULL; in do_epoll_ctl() local
2196 tep = tf.file->private_data; in do_epoll_ctl()
2198 if (ep_loop_check(ep, tep) != 0) in do_epoll_ctl()