Searched refs:intv (Results 1 – 3 of 3) sorted by relevance
274 int intv, num; in tipc_disc_remove_dest() local279 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()
477 unsigned long intv; in tipc_node_create() local594 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() local621 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() local1302 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 …]
401 u32 intv = READ_ONCE(tp->rate_interval_us); in tcp_compute_delivery_rate() local404 if (rate && intv) { in tcp_compute_delivery_rate()406 do_div(rate64, intv); in tcp_compute_delivery_rate()