Searched refs:highest_slave (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dcluster.h51 * @highest_slave: (used for secondary node support)
59 u32 highest_slave; member in struct:cluster
H A Dcluster.c82 c_ptr->highest_slave = LOWEST_SLAVE - 1;
109 for (n_num = LOWEST_SLAVE; n_num <= c_ptr->highest_slave; n_num++) {
282 u32 highest = c_ptr->highest_slave;
481 tstop = c_ptr->highest_slave;
513 tstop = is_slave(upper) ? c_ptr->highest_slave : c_ptr->highest_node;
564 tstop = c_ptr->highest_slave;

Completed in 55 milliseconds