Home
last modified time | relevance | path

Searched refs:poll_shrink (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/
H A Diothread.c166 iothread->poll_shrink, in iothread_set_aio_context_params()
234 "poll-shrink", offsetof(IOThread, poll_shrink),
290 iothread->poll_shrink, in iothread_set_poll_param()
358 info->poll_shrink = iothread->poll_shrink; in query_one_iothread()
/openbmc/qemu/include/sysemu/
H A Diothread.h40 int64_t poll_shrink; member
/openbmc/qemu/util/
H A Daio-posix.c692 if (ctx->poll_shrink) { in aio_poll()
693 ctx->poll_ns /= ctx->poll_shrink; in aio_poll()
776 ctx->poll_shrink = shrink; in aio_context_set_poll_params()
H A Dasync.c615 ctx->poll_shrink = 0; in aio_context_new()
H A Dtrace-events6 poll_shrink(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
/openbmc/qemu/include/block/
H A Daio.h235 int64_t poll_shrink; /* polling time shrink factor */ member
/openbmc/qemu/monitor/
H A Dhmp-cmds.c202 monitor_printf(mon, " poll-shrink=%" PRId64 "\n", value->poll_shrink); in hmp_info_iothreads()