Home
last modified time | relevance | path

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

/net/tipc/
A 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()
A Dnode.c475 unsigned long intv; in tipc_node_create() local
592 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_create()
593 if (!mod_timer(&n->timer, intv)) in tipc_node_create()
619 if (intv < n->keepalive_intv) in tipc_node_calculate_timer()
620 n->keepalive_intv = intv; in tipc_node_calculate_timer()
1184 unsigned long intv; in tipc_node_check_dest() local
1301 if (!mod_timer(&n->timer, intv)) in tipc_node_check_dest()
2956 *intv = nla_get_u32(attr); in tipc_nl_retrieve_rekeying()
2969 u32 intv = 0; in __tipc_nl_node_set_key() local
2987 rc = tipc_nl_retrieve_rekeying(attrs, &intv); in __tipc_nl_node_set_key()
[all …]
/net/ipv4/
A Dtcp.c405 u32 intv = READ_ONCE(tp->rate_interval_us); in tcp_compute_delivery_rate() local
408 if (rate && intv) { in tcp_compute_delivery_rate()
410 do_div(rate64, intv); in tcp_compute_delivery_rate()

Completed in 713 milliseconds