Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Deventpoll.c341 static const struct file_operations eventpoll_fops; variable
345 return f->f_op == &eventpoll_fops; in is_file_epoll()
1067 static const struct file_operations eventpoll_fops = { variable
2197 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()