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