Searched refs:poll_max_ns (Results 1 – 6 of 6) sorted by relevance
105 iothread->poll_max_ns = IOTHREAD_POLL_MAX_NS_DEFAULT; in iothread_instance_init()164 iothread->poll_max_ns, in iothread_set_aio_context_params()228 "poll-max-ns", offsetof(IOThread, poll_max_ns),288 iothread->poll_max_ns, in iothread_set_poll_param()356 info->poll_max_ns = iothread->poll_max_ns; in query_one_iothread()
625 if (ctx->poll_max_ns) { in aio_poll()683 if (ctx->poll_max_ns) { in aio_poll()688 } else if (block_ns > ctx->poll_max_ns) { in aio_poll()699 } else if (ctx->poll_ns < ctx->poll_max_ns && in aio_poll()700 block_ns < ctx->poll_max_ns) { in aio_poll()715 if (ctx->poll_ns > ctx->poll_max_ns) { in aio_poll()716 ctx->poll_ns = ctx->poll_max_ns; in aio_poll()773 ctx->poll_max_ns = max_ns; in aio_context_set_poll_params()
613 ctx->poll_max_ns = 0; in aio_context_new()
38 int64_t poll_max_ns; member
233 int64_t poll_max_ns; /* maximum polling time in nanoseconds */ member
200 monitor_printf(mon, " poll-max-ns=%" PRId64 "\n", value->poll_max_ns); in hmp_info_iothreads()