Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_req.c1631 unsigned int ko_count, unsigned int timeout) in net_timeout_reached() argument
1643 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1654 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout); in net_timeout_reached()
1677 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout); in net_timeout_reached()
1709 unsigned int ko_count = 0, timeout = 0; in request_timer_fn() local
1714 ko_count = nc->ko_count; in request_timer_fn()
1725 ent = timeout * HZ/10 * ko_count; in request_timer_fn()
1769 if (ent && req_peer && net_timeout_reached(req_peer, connection, now, ent, ko_count, timeout)) in request_timer_fn()
H A Ddrbd_main.c1470 drop_it = !--connection->ko_count; in we_should_drop_the_connection()
1473 current->comm, current->pid, connection->ko_count); in we_should_drop_the_connection()
1820 connection->ko_count = rcu_dereference(connection->net_conf)->ko_count; in drbd_send()
3690 timeout = nc->ko_count ? nc->timeout * HZ / 10 * nc->ko_count : MAX_SCHEDULE_TIMEOUT; in drbd_wait_misc()
H A Ddrbd_int.h643 unsigned int ko_count; member
/linux/include/linux/
H A Ddrbd_genl.h159 __u32_field_def(13, DRBD_GENLA_F_MANDATORY, ko_count, DRBD_KO_COUNT_DEF)