Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/drbd/
Ddrbd_req.c1618 unsigned int ko_count, unsigned int timeout) in net_timeout_reached() argument
1630 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1641 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1664 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout); in net_timeout_reached()
1696 unsigned int ko_count = 0, timeout = 0; in request_timer_fn() local
1701 ko_count = nc->ko_count; in request_timer_fn()
1712 ent = timeout * HZ/10 * ko_count; in request_timer_fn()
1756 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout)) in request_timer_fn()
Ddrbd_main.c1492 drop_it = !--connection->ko_count; in we_should_drop_the_connection()
1495 current->comm, current->pid, connection->ko_count); in we_should_drop_the_connection()
1861 connection->ko_count = rcu_dereference(connection->net_conf)->ko_count; in drbd_send()
3717 timeout = nc->ko_count ? nc->timeout * HZ / 10 * nc->ko_count : MAX_SCHEDULE_TIMEOUT; in drbd_wait_misc()
Ddrbd_int.h715 unsigned int ko_count; member
/Linux-v5.10/include/linux/
Ddrbd_genl.h159 __u32_field_def(13, DRBD_GENLA_F_MANDATORY, ko_count, DRBD_KO_COUNT_DEF)