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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dcluster.c203 u32 start_entry; local
213 start_entry = (selector & mask) ? selector & mask : 1u;
214 assert(start_entry <= c_ptr->highest_node);
217 for (n_num = start_entry; n_num <= c_ptr->highest_node; n_num++) {
221 for (n_num = 1; n_num < start_entry; n_num++) {
472 u32 start_entry; local
480 start_entry = LOWEST_SLAVE;
483 start_entry = 1;
487 for (n_num = start_entry; n_num <= tstop; n_num++) {

Completed in 36 milliseconds