Searched refs:eventpoll_fops (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/
H A Deventpoll.c310 static const struct file_operations eventpoll_fops; variable in typeref:struct:file_operations
314 return f->f_op == &eventpoll_fops; is_file_epoll()
893 static const struct file_operations eventpoll_fops = { variable in typeref:struct:file_operations
1790 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, SYSCALL_DEFINE1()

Completed in 101 milliseconds