Lines Matching defs:ko_count
1619 unsigned int ko_count, unsigned int timeout)
1631 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1642 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1665 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout);
1695 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */
1697 unsigned int ko_count = 0, timeout = 0;
1702 ko_count = nc->ko_count;
1713 ent = timeout * HZ/10 * ko_count;
1757 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout))