Home
last modified time | relevance | path

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

/linux-3.4.99/net/tipc/
Dbcast.c666 struct tipc_bcbearer_pair *bp_temp = bcbearer->bpairs_temp; in tipc_bcbearer_sort() local
675 memset(bp_temp, 0, sizeof(bcbearer->bpairs_temp)); in tipc_bcbearer_sort()
683 if (!bp_temp[b->priority].primary) in tipc_bcbearer_sort()
684 bp_temp[b->priority].primary = b; in tipc_bcbearer_sort()
686 bp_temp[b->priority].secondary = b; in tipc_bcbearer_sort()
696 if (!bp_temp[pri].primary) in tipc_bcbearer_sort()
699 bp_curr->primary = bp_temp[pri].primary; in tipc_bcbearer_sort()
701 if (bp_temp[pri].secondary) { in tipc_bcbearer_sort()
702 if (tipc_nmap_equal(&bp_temp[pri].primary->nodes, in tipc_bcbearer_sort()
703 &bp_temp[pri].secondary->nodes)) { in tipc_bcbearer_sort()
[all …]