Searched refs:poll_shrink (Results 1 – 7 of 7) sorted by relevance
166 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()
40 int64_t poll_shrink; member
692 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()
615 ctx->poll_shrink = 0; in aio_context_new()
6 poll_shrink(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
235 int64_t poll_shrink; /* polling time shrink factor */ member
202 monitor_printf(mon, " poll-shrink=%" PRId64 "\n", value->poll_shrink); in hmp_info_iothreads()