Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Deventpoll.c314 static const struct file_operations eventpoll_fops; variable
318 return f->f_op == &eventpoll_fops; in is_file_epoll()
972 static const struct file_operations eventpoll_fops = { variable
2107 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c336 static const struct file_operations eventpoll_fops; variable
340 return f->f_op == &eventpoll_fops; in is_file_epoll()
928 static const struct file_operations eventpoll_fops = { variable
2056 file = anon_inode_getfile("[eventpoll]", &eventpoll_fops, ep, in do_epoll_create()

Completed in 8 milliseconds