Lines Matching defs:ko_count
1631 unsigned int ko_count, unsigned int timeout)
1643 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1654 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1677 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout);
1707 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */
1709 unsigned int ko_count = 0, timeout = 0;
1714 ko_count = nc->ko_count;
1725 ent = timeout * HZ/10 * ko_count;
1769 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout))