Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Deventpoll.c1829 struct eventpoll *tep = NULL; in SYSCALL_DEFINE4() local
1903 tep = tf.file->private_data; in SYSCALL_DEFINE4()
1904 mutex_lock_nested(&tep->mtx, 1); in SYSCALL_DEFINE4()
1941 if (tep != NULL) in SYSCALL_DEFINE4()
1942 mutex_unlock(&tep->mtx); in SYSCALL_DEFINE4()