Home
last modified time | relevance | path

Searched full:winner (Results 1 – 25 of 27) sorted by relevance

12

/linux/Documentation/arch/arm/
H A Dvlocks.rst19 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/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_vars.c34 /* 10 comes from "winner" input_data_weak in first obj file */ in test_linked_vars()
37 /* 100 comes from "winner" input_rodata_weak in first obj file */ in test_linked_vars()
/linux/kernel/livepatch/
H A Dpatch.h15 * struct's func_stack list. The winner is the klp_func at the top of the
/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.c1583 int winner = -1; in cw1200_get_prio_queue() local
1587 /* search for a winner using edca params */ in cw1200_get_prio_queue()
1598 if (score < best && (winner < 0 || i != 3)) { in cw1200_get_prio_queue()
1600 winner = i; in cw1200_get_prio_queue()
1604 /* override winner if bursting */ 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/drivers/scsi/elx/libefc/
H A Defc_fabric.c190 "p2p winner, domain already attached\n"); in __efc_fabric_flogi_wait_rsp()
197 * peer is p2p winner; in __efc_fabric_flogi_wait_rsp()
1144 * is the p2p winner, will use a separate node in __efc_p2p_wait_domain_attach()
1534 /* set nport flags to indicate p2p "winner" */ in efc_p2p_setup()
1544 /* no winner; only okay if external loopback enabled */ in efc_p2p_setup()
1558 "failed to determine p2p winner\n"); in efc_p2p_setup()
H A Defclib.h113 * @p2p_winner: TRUE if we're the point-to-point winner
/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c26 /* this definition will lose, but it has to exactly match the winner */
/linux/fs/
H A Dfs-writeback.c297 * update the same inode. Use cmpxchg() to tell the winner. in __inode_attach_wb()
892 * current wb and the last round's winner wb (max of last round's current in wbc_detach_inode()
893 * wb, the winner from two rounds ago, and the last round's majority in wbc_detach_inode()
894 * candidate). Keeping track of the historical winner helps the algorithm in wbc_detach_inode()
898 * Once the winner of the round is determined, whether the winner is in wbc_detach_inode()
917 /* pick the winner of this round */ in wbc_detach_inode()
931 * Calculate the amount of IO time the winner consumed and fold it in wbc_detach_inode()
966 * Switch if the current wb isn't the consistent winner.
/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst445 #. Select the winner node, and continue arbitration flow among its children,
446 until leaf node is reached, and the winner is established.
/linux/kernel/cgroup/
H A Drstat.c109 * try_cmpxchg() to atomically set to NULL to select the winner in __css_rstat_updated()
111 * successful and the winner will eventually add the per-cpu lnode to in __css_rstat_updated()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c819 /* This function checks if WLAN is the winner.
824 u8 winner = 0; in mwifiex_check_winner_status() local
827 if (mwifiex_read_reg(adapter, card->reg->status_reg_0, &winner)) in mwifiex_check_winner_status()
830 if (winner) in mwifiex_check_winner_status()
831 adapter->winner = 0; in mwifiex_check_winner_status()
833 adapter->winner = 1; in mwifiex_check_winner_status()
/linux/drivers/scsi/aacraid/
H A Dcommctrl.c281 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib()
422 if (fibctx->unique == (u32)(uintptr_t)arg) /* We found a winner */ in close_getadapter_fib()
/linux/drivers/block/drbd/
H A Ddrbd_vli.h63 * mostly idle to really busy, the all time winner (though sometimes only
/linux/drivers/md/
H A Ddm-ps-historical-service-time.c419 /* In the case that the 'winner' is stale, limit to equal usage. */ in hst_compare()
/linux/net/ipv4/
H A Dipconfig.c571 /* We have a winner! */ in ic_rarp_recv()
1153 /* We have a winner! */ in ic_bootp_recv()
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c780 /* We have a winner. */ in watchpoint_handler()
/linux/drivers/usb/core/
H A Durb.c180 * twice, only the winner of the race gets the job. in usb_unanchor_urb()
/linux/fs/btrfs/
H A Dtransaction.c61 * | the race and the rest will wait for the winner to commit the transaction.
63 * | The winner will wait for previous running transaction to completely finish
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c582 * helper/FW download winner, in if_sdio_prog_real()
/linux/kernel/sched/
H A Dsyscalls.c139 * and we have a single winner. in SYSCALL_DEFINE1()
/linux/drivers/eisa/
H A Deisa.ids508 ELS8041 "ELSA WINNER 1000 Enhanced VGA"
/linux/drivers/video/fbdev/
H A Dpm2fb.c1608 "are running on an Elsa Winner 2000 Office\n"); in pm2fb_probe()
/linux/drivers/s390/net/
H A Dctcm_mpc.c1067 * we are not the correct race winner * in ctcmpc_unpack_skb()
/linux/kernel/rcu/
H A Dsrcutree.c1049 * requests. The winner has to do the work of actually starting grace
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c2759 /* We have a winner! */ in inherit_vpe_l1_table_from_its()

12