Home
last modified time | relevance | path

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

/net/tipc/
Dcluster.c473 u32 tstop; in tipc_cltr_remove_as_router() local
481 tstop = c_ptr->highest_slave; in tipc_cltr_remove_as_router()
484 tstop = c_ptr->highest_node; in tipc_cltr_remove_as_router()
487 for (n_num = start_entry; n_num <= tstop; n_num++) { in tipc_cltr_remove_as_router()
504 u32 tstop; in tipc_cltr_multicast() local
513 tstop = is_slave(upper) ? c_ptr->highest_slave : c_ptr->highest_node; in tipc_cltr_multicast()
514 if (tstop > upper) in tipc_cltr_multicast()
515 tstop = upper; in tipc_cltr_multicast()
516 for (n_num = lower; n_num <= tstop; n_num++) { in tipc_cltr_multicast()
540 u32 tstop; in tipc_cltr_broadcast() local
[all …]