Searched refs:wblock_percent (Results 1 – 3 of 3) sorted by relevance
50 int wblock_percent; /* percent of writes doing EAGAIN */ member
94 qctx->wblock_percent = (int)l; in vquic_ctx_init()249 if(qctx->wblock_percent > 0) { in vquic_send_packets()252 if(c >= ((100-qctx->wblock_percent)*256/100)) { in vquic_send_packets()
950 int wblock_percent; /* percent of writes doing EAGAIN */ member976 ctx->wblock_percent = (int)l; in cf_socket_ctx_init()1491 if(ctx->wblock_percent > 0) { in cf_socket_send()1494 if(c >= ((100-ctx->wblock_percent)*256/100)) { in cf_socket_send()
Completed in 10 milliseconds