Searched refs:ko_count (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_req.c | 1648 unsigned int ko_count, unsigned int timeout) in net_timeout_reached() argument 1660 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached() 1671 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached() 1694 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout); in net_timeout_reached() 1726 unsigned int ko_count = 0, timeout = 0; in request_timer_fn() local 1731 ko_count = nc->ko_count; in request_timer_fn() 1742 ent = timeout * HZ/10 * ko_count; in request_timer_fn() 1786 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout)) in request_timer_fn()
|
D | drbd_main.c | 1499 drop_it = !--connection->ko_count; in we_should_drop_the_connection() 1502 current->comm, current->pid, connection->ko_count); in we_should_drop_the_connection() 1863 connection->ko_count = rcu_dereference(connection->net_conf)->ko_count; in drbd_send() 3787 timeout = nc->ko_count ? nc->timeout * HZ / 10 * nc->ko_count : MAX_SCHEDULE_TIMEOUT; in drbd_wait_misc()
|
D | drbd_int.h | 722 unsigned int ko_count; member
|
/Linux-v4.19/include/linux/ |
D | drbd_genl.h | 159 __u32_field_def(13, DRBD_GENLA_F_MANDATORY, ko_count, DRBD_KO_COUNT_DEF)
|