Loading fs/eventfd.c +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <linux/anon_inodes.h> #include <linux/eventfd.h> #include <linux/syscalls.h> #include <linux/module.h> struct eventfd_ctx { wait_queue_head_t wqh; Loading Loading @@ -56,6 +57,7 @@ int eventfd_signal(struct file *file, int n) return n; } EXPORT_SYMBOL_GPL(eventfd_signal); static int eventfd_release(struct inode *inode, struct file *file) { Loading Loading @@ -197,6 +199,7 @@ struct file *eventfd_fget(int fd) return file; } EXPORT_SYMBOL_GPL(eventfd_fget); SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) { Loading Loading
fs/eventfd.c +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <linux/anon_inodes.h> #include <linux/eventfd.h> #include <linux/syscalls.h> #include <linux/module.h> struct eventfd_ctx { wait_queue_head_t wqh; Loading Loading @@ -56,6 +57,7 @@ int eventfd_signal(struct file *file, int n) return n; } EXPORT_SYMBOL_GPL(eventfd_signal); static int eventfd_release(struct inode *inode, struct file *file) { Loading Loading @@ -197,6 +199,7 @@ struct file *eventfd_fget(int fd) return file; } EXPORT_SYMBOL_GPL(eventfd_fget); SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) { Loading