Lines Matching defs:int
28 DEFINE_PER_CPU(int, eventfd_wake_count);
44 unsigned int flags;
45 int id;
123 static int eventfd_release(struct inode *inode, struct file *file)
212 int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_entry_t *wait,
353 struct file *eventfd_fget(int fd)
378 struct eventfd_ctx *eventfd_ctx_fdget(int fd)
412 static int do_eventfd(unsigned int count, int flags)
416 int fd;
456 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags)
461 SYSCALL_DEFINE1(eventfd, unsigned int, count)