Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Diothread.c165 iothread->poll_grow, in iothread_set_aio_context_params()
231 "poll-grow", offsetof(IOThread, poll_grow),
289 iothread->poll_grow, in iothread_set_poll_param()
357 info->poll_grow = iothread->poll_grow; in query_one_iothread()
/openbmc/qemu/include/sysemu/
H A Diothread.h39 int64_t poll_grow; member
/openbmc/qemu/util/
H A Daio-posix.c703 int64_t grow = ctx->poll_grow; in aio_poll()
775 ctx->poll_grow = grow; in aio_context_set_poll_params()
H A Dasync.c614 ctx->poll_grow = 0; in aio_context_new()
H A Dtrace-events7 poll_grow(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
/openbmc/qemu/include/block/
H A Daio.h234 int64_t poll_grow; /* polling time growth factor */ member
/openbmc/qemu/monitor/
H A Dhmp-cmds.c201 monitor_printf(mon, " poll-grow=%" PRId64 "\n", value->poll_grow); in hmp_info_iothreads()