Searched refs:challenger (Results 1 – 3 of 3) sorted by relevance
6340 struct z_candidate *champ = candidates, *challenger; in tourney() local6347 for (challenger = champ->next; challenger; ) in tourney()6349 fate = joust (champ, challenger, 0); in tourney()6351 challenger = challenger->next; in tourney()6356 champ = challenger->next; in tourney()6363 champ = challenger; in tourney()6367 challenger = champ->next; in tourney()6374 for (challenger = candidates; in tourney()6375 challenger != champ in tourney()6377 challenger = challenger->next) in tourney()[all …]
5921 struct z_candidate *champ = candidates, *challenger; local5928 for (challenger = champ->next; challenger; )5930 fate = joust (champ, challenger, 0);5932 challenger = challenger->next;5937 champ = challenger->next;5944 champ = challenger;5948 challenger = champ->next;5955 for (challenger = candidates; 5956 challenger != champ 5958 challenger = challenger->next)[all …]
33408 challenger