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()
475 unsigned long intv; in tipc_node_create() local592 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() local1301 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() local2987 rc = tipc_nl_retrieve_rekeying(attrs, &intv); in __tipc_nl_node_set_key()[all …]
405 u32 intv = READ_ONCE(tp->rate_interval_us); in tcp_compute_delivery_rate() local408 if (rate && intv) { in tcp_compute_delivery_rate()410 do_div(rate64, intv); in tcp_compute_delivery_rate()
Completed in 713 milliseconds