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()
744 adapter->winner = 0; in mwifiex_dnld_fw()757 if (!adapter->winner) { in mwifiex_dnld_fw()
1074 adapter->winner = 0; in mwifiex_check_fw_status()1076 adapter->winner = 1; in mwifiex_check_fw_status()
2064 adapter->winner = 1; in mwifiex_check_fw_status()2068 ret, adapter->winner); in mwifiex_check_fw_status()
832 int winner; member