Searched refs:winner (Results 1 – 5 of 5) sorted by relevance
19 cast identifies the winner.23 no winner has been chosen and the election does not appear to have73 atomicity is used to pick the winner. This avoids the need for a static90 to pick a unique winner, but it does not matter which CPU actually
1583 int winner = -1; in cw1200_get_prio_queue() local1598 if (score < best && (winner < 0 || i != 3)) { in cw1200_get_prio_queue()1600 winner = i; in cw1200_get_prio_queue()1605 if (winner >= 0 && priv->tx_burst_idx >= 0 && in cw1200_get_prio_queue()1606 winner != priv->tx_burst_idx && in cw1200_get_prio_queue()1608 &priv->tx_queue[winner], in cw1200_get_prio_queue()1613 winner = priv->tx_burst_idx; in cw1200_get_prio_queue()1615 return winner; in cw1200_get_prio_queue()
682 adapter->winner = 0; in mwifiex_dnld_fw()692 if (!adapter->winner) { in mwifiex_dnld_fw()
824 u8 winner = 0; in mwifiex_check_winner_status() local827 if (mwifiex_read_reg(adapter, card->reg->status_reg_0, &winner)) in mwifiex_check_winner_status()830 if (winner) in mwifiex_check_winner_status()831 adapter->winner = 0; in mwifiex_check_winner_status()833 adapter->winner = 1; in mwifiex_check_winner_status()
442 #. Select the winner node, and continue arbitration flow among its children,443 until leaf node is reached, and the winner is established.