Searched refs:nr_events (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/ |
D | aio.c | 115 unsigned nr_events; member 462 static int aio_setup_ring(struct kioctx *ctx, unsigned int nr_events) in aio_setup_ring() argument 472 nr_events += 2; /* 1 is required, 2 for good luck */ in aio_setup_ring() 475 size += sizeof(struct io_event) * nr_events; in aio_setup_ring() 488 nr_events = (PAGE_SIZE * nr_pages - sizeof(struct aio_ring)) in aio_setup_ring() 543 ctx->nr_events = nr_events; /* trusted copy */ in aio_setup_ring() 546 ring->nr = nr_events; /* user copy */ in aio_setup_ring() 703 static struct kioctx *ioctx_alloc(unsigned nr_events) in ioctx_alloc() argument 713 unsigned int max_reqs = nr_events; in ioctx_alloc() 724 nr_events = max(nr_events, num_possible_cpus() * 4); in ioctx_alloc() [all …]
|
/linux-4.19.296/drivers/s390/net/ |
D | fsm.c | 18 int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) in init_fsm() argument 41 f->nr_events = nr_events; in init_fsm() 47 m = kcalloc(nr_states*nr_events, sizeof(fsm_function_t), order); in init_fsm() 58 (tmpl[i].cond_event >= nr_events) ) { in init_fsm() 62 (long)tmpl[i].cond_event, (long)f->nr_events); in init_fsm()
|
D | fsm.h | 45 int nr_events; member 112 int nr_states, int nr_events, const fsm_node *tmpl, 150 (event >= fi->f->nr_events) ) { in fsm_event() 153 (long)fi->f->nr_events); in fsm_event()
|
/linux-4.19.296/drivers/pci/controller/ |
D | pcie-iproc-msi.c | 326 u32 eq, head, tail, nr_events; in iproc_msi_handler() local 356 nr_events = (tail < head) ? in iproc_msi_handler() 358 if (!nr_events) in iproc_msi_handler() 362 while (nr_events--) { in iproc_msi_handler()
|
/linux-4.19.296/include/linux/ |
D | hrtimer.h | 211 unsigned int nr_events; member
|
D | perf_event.h | 744 int nr_events; member
|
/linux-4.19.296/block/ |
D | genhd.c | 1836 int nr_events = 0, i; in disk_check_events() local 1862 envp[nr_events++] = disk_uevents[i]; in disk_check_events() 1864 if (nr_events) in disk_check_events()
|
/linux-4.19.296/lib/ |
D | Kconfig.debug | 121 fs/aio.c:248 [aio]ioctx_alloc =_ "ENOMEM:\040nr_events\040too\040high\012"
|