Searched refs:ko_count (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1631 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; local
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, timeou
1628 net_timeout_reached(struct drbd_request *net_req, struct drbd_connection *connection, unsigned long now, unsigned long ent, unsigned int ko_count, unsigned int timeout) argument
[all...]
H A Ddrbd_main.c1484 drop_it = !--connection->ko_count;
1487 current->comm, current->pid, connection->ko_count);
1834 connection->ko_count = rcu_dereference(connection->net_conf)->ko_count;
3698 timeout = nc->ko_count ? nc->timeout * HZ / 10 * nc->ko_count : MAX_SCHEDULE_TIMEOUT;
H A Ddrbd_int.h647 unsigned int ko_count; member in struct:drbd_connection
/linux-master/include/linux/
H A Ddrbd_genl.h159 __u32_field_def(13, DRBD_GENLA_F_MANDATORY, ko_count, DRBD_KO_COUNT_DEF)

Completed in 152 milliseconds