Home
last modified time | relevance | path

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

/fs/
Deventpoll.c2114 struct eventpoll *tep = NULL; in SYSCALL_DEFINE4() local
2201 tep = tf.file->private_data; in SYSCALL_DEFINE4()
2202 mutex_lock_nested(&tep->mtx, 1); in SYSCALL_DEFINE4()
2241 if (tep != NULL) in SYSCALL_DEFINE4()
2242 mutex_unlock(&tep->mtx); in SYSCALL_DEFINE4()