Home
last modified time | relevance | path

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

/net/tipc/
Ddiscover.c274 int intv, num; in tipc_disc_remove_dest() local
279 intv = d->timer_intv; in tipc_disc_remove_dest()
280 if (!num && (intv == TIPC_DISC_INACTIVE || intv > TIPC_DISC_FAST)) { in tipc_disc_remove_dest()
Dnode.c477 unsigned long intv; in tipc_node_create() local
594 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_create()
595 if (!mod_timer(&n->timer, intv)) in tipc_node_create()
618 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer() local
621 if (intv < n->keepalive_intv) in tipc_node_calculate_timer()
622 n->keepalive_intv = intv; in tipc_node_calculate_timer()
1186 unsigned long intv; in tipc_node_check_dest() local
1302 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_check_dest()
1303 if (!mod_timer(&n->timer, intv)) in tipc_node_check_dest()
2950 static int tipc_nl_retrieve_rekeying(struct nlattr **attrs, u32 *intv) in tipc_nl_retrieve_rekeying() argument
[all …]
/net/ipv4/
Dtcp.c401 u32 intv = READ_ONCE(tp->rate_interval_us); in tcp_compute_delivery_rate() local
404 if (rate && intv) { in tcp_compute_delivery_rate()
406 do_div(rate64, intv); in tcp_compute_delivery_rate()