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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dcluster.c69 max_nodes = LOWEST_SLAVE + tipc_max_slaves;
82 c_ptr->highest_slave = LOWEST_SLAVE - 1;
109 for (n_num = LOWEST_SLAVE; n_num <= c_ptr->highest_slave; n_num++) {
289 if (highest <= LOWEST_SLAVE)
291 buf = tipc_cltr_prepare_routing_msg(highest - LOWEST_SLAVE + 1,
297 for (n_num = LOWEST_SLAVE; n_num <= highest; n_num++) {
427 u32 slave_num = n_num + LOWEST_SLAVE;
480 start_entry = LOWEST_SLAVE;
508 ((lower >= LOWEST_SLAVE) && (lower <= tipc_highest_allowed_slave)));
510 ((upper >= LOWEST_SLAVE)
[all...]
H A Daddr.c66 max_nodes = LOWEST_SLAVE + tipc_max_slaves;
H A Dcluster.h43 #define LOWEST_SLAVE 2048u macro
H A Dnode.c374 tipc_cltr_bcast_new_route(c_ptr, n_ptr->addr, LOWEST_SLAVE,
424 LOWEST_SLAVE,

Completed in 158 milliseconds