Home
last modified time | relevance | path

Searched refs:tep (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/
Deventpoll.c2016 struct eventpoll *tep = NULL; in SYSCALL_DEFINE4() local
2103 tep = tf.file->private_data; in SYSCALL_DEFINE4()
2104 mutex_lock_nested(&tep->mtx, 1); in SYSCALL_DEFINE4()
2143 if (tep != NULL) in SYSCALL_DEFINE4()
2144 mutex_unlock(&tep->mtx); in SYSCALL_DEFINE4()