Searched refs:winner (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/Documentation/arch/arm/ |
D | vlocks.rst | 19 cast identifies the winner. 23 no winner has been chosen and the election does not appear to have 73 atomicity is used to pick the winner. This avoids the need for a static 90 to pick a unique winner, but it does not matter which CPU actually
|
/Linux-v6.6/drivers/net/wireless/st/cw1200/ |
D | wsm.c | 1583 int winner = -1; in cw1200_get_prio_queue() local 1598 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()
|
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/ |
D | init.c | 695 adapter->winner = 0; in mwifiex_dnld_fw() 705 if (!adapter->winner) { in mwifiex_dnld_fw()
|
D | sdio.c | 794 u8 winner = 0; in mwifiex_check_winner_status() local 797 if (mwifiex_read_reg(adapter, card->reg->status_reg_0, &winner)) in mwifiex_check_winner_status() 800 if (winner) in mwifiex_check_winner_status() 801 adapter->winner = 0; in mwifiex_check_winner_status() 803 adapter->winner = 1; in mwifiex_check_winner_status()
|
D | pcie.c | 2520 u32 winner = 0; in mwifiex_check_winner_status() local 2525 if (mwifiex_read_reg(adapter, reg->fw_status, &winner)) { in mwifiex_check_winner_status() 2527 } else if (!winner) { in mwifiex_check_winner_status() 2529 adapter->winner = 1; in mwifiex_check_winner_status() 2532 "PCI-E is not the winner <%#x>", winner); in mwifiex_check_winner_status()
|
D | main.h | 861 int winner; member
|
/Linux-v6.6/Documentation/networking/devlink/ |
D | devlink-port.rst | 401 #. Select the winner node, and continue arbitration flow among its children, 402 until leaf node is reached, and the winner is established.
|
/Linux-v6.6/Documentation/kernel-hacking/ |
D | hacking.rst | 621 headers, but this one is the winner. If you don't have some particular
|