Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/net/wireless/mwifiex/
Dinit.c744 adapter->winner = 0; in mwifiex_dnld_fw()
757 if (!adapter->winner) { in mwifiex_dnld_fw()
Dsdio.c1074 adapter->winner = 0; in mwifiex_check_fw_status()
1076 adapter->winner = 1; in mwifiex_check_fw_status()
Dpcie.c2064 adapter->winner = 1; in mwifiex_check_fw_status()
2068 ret, adapter->winner); in mwifiex_check_fw_status()
Dmain.h832 int winner; member