Home
last modified time | relevance | path

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

/drivers/block/drbd/
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()
Ddrbd_main.c1484 drop_it = !--connection->ko_count; in we_should_drop_the_connection()
1487 current->comm, current->pid, connection->ko_count); in we_should_drop_the_connection()
1834 connection->ko_count = rcu_dereference(connection->net_conf)->ko_count; in drbd_send()
3691 timeout = nc->ko_count ? nc->timeout * HZ / 10 * nc->ko_count : MAX_SCHEDULE_TIMEOUT; in drbd_wait_misc()
Ddrbd_int.h645 unsigned int ko_count; member