Searched refs:winner (Results 1 – 6 of 6) sorted by relevance
18 cast identifies the winner.22 no winner has been chosen and the election does not appear to have72 atomicity is used to pick the winner. This avoids the need for a static89 to pick a unique winner, but it does not matter which CPU actually
1590 int winner = -1; in cw1200_get_prio_queue() local1605 if (score < best && (winner < 0 || i != 3)) { in cw1200_get_prio_queue()1607 winner = i; in cw1200_get_prio_queue()1612 if (winner >= 0 && priv->tx_burst_idx >= 0 && in cw1200_get_prio_queue()1613 winner != priv->tx_burst_idx && in cw1200_get_prio_queue()1615 &priv->tx_queue[winner], in cw1200_get_prio_queue()1620 winner = priv->tx_burst_idx; in cw1200_get_prio_queue()1622 return winner; in cw1200_get_prio_queue()
739 adapter->winner = 0; in mwifiex_dnld_fw()752 if (!adapter->winner) { in mwifiex_dnld_fw()
1037 adapter->winner = 0; in mwifiex_check_fw_status()1039 adapter->winner = 1; in mwifiex_check_fw_status()
2019 adapter->winner = 1; in mwifiex_check_fw_status()2023 ret, adapter->winner); in mwifiex_check_fw_status()
759 int winner; member