Home
last modified time | relevance | path

Searched refs:poll_max_ns (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/
H A Diothread.c105 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()
/openbmc/qemu/util/
H A Daio-posix.c625 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()
H A Dasync.c613 ctx->poll_max_ns = 0; in aio_context_new()
/openbmc/qemu/include/sysemu/
H A Diothread.h38 int64_t poll_max_ns; member
/openbmc/qemu/include/block/
H A Daio.h233 int64_t poll_max_ns; /* maximum polling time in nanoseconds */ member
/openbmc/qemu/monitor/
H A Dhmp-cmds.c200 monitor_printf(mon, " poll-max-ns=%" PRId64 "\n", value->poll_max_ns); in hmp_info_iothreads()