Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/arm/
Dvlocks.txt18 cast identifies the winner.
22 no winner has been chosen and the election does not appear to have
72 atomicity is used to pick the winner. This avoids the need for a static
89 to pick a unique winner, but it does not matter which CPU actually
/linux-4.1.27/drivers/net/wireless/cw1200/
Dwsm.c1590 int winner = -1; in cw1200_get_prio_queue() local
1605 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()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dinit.c739 adapter->winner = 0; in mwifiex_dnld_fw()
752 if (!adapter->winner) { in mwifiex_dnld_fw()
Dsdio.c1037 adapter->winner = 0; in mwifiex_check_fw_status()
1039 adapter->winner = 1; in mwifiex_check_fw_status()
Dpcie.c2019 adapter->winner = 1; in mwifiex_check_fw_status()
2023 ret, adapter->winner); in mwifiex_check_fw_status()
Dmain.h759 int winner; member