Searched defs:nr_events (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | io_uring.c | 759 static void io_iopoll_complete(struct io_ring_ctx *ctx, unsigned int *nr_events, in io_iopoll_complete() 795 static int io_do_iopoll(struct io_ring_ctx *ctx, unsigned int *nr_events, in io_do_iopoll() 845 static int io_iopoll_getevents(struct io_ring_ctx *ctx, unsigned int *nr_events, in io_iopoll_getevents() 872 unsigned int nr_events = 0; in io_iopoll_reap_events() local 885 static int __io_iopoll_check(struct io_ring_ctx *ctx, unsigned *nr_events, in __io_iopoll_check() 928 static int io_iopoll_check(struct io_ring_ctx *ctx, unsigned *nr_events, in io_iopoll_check() 2711 unsigned nr_events = 0; in io_sq_thread() local 3729 unsigned nr_events = 0; in SYSCALL_DEFINE6() local
|
D | aio.c | 122 unsigned nr_events; member 460 static int aio_setup_ring(struct kioctx *ctx, unsigned int nr_events) in aio_setup_ring() 701 static struct kioctx *ioctx_alloc(unsigned nr_events) in ioctx_alloc() 1312 SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp) in SYSCALL_DEFINE2() argument 1343 COMPAT_SYSCALL_DEFINE2(io_setup, unsigned, nr_events, u32 __user *, ctx32p) in COMPAT_SYSCALL_DEFINE2() argument
|