Searched refs:trycount (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
H A D | simple_sync_srcu.c | 25 bool try_check_zero(struct srcu_struct *sp, int idx, int trycount); 36 const int trycount = 1; in synchronize_srcu() local 46 assume(try_check_zero(sp, idx, trycount)); in synchronize_srcu() 50 assume(try_check_zero(sp, idx^1, trycount)); in synchronize_srcu()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | if_usb.c | 702 u32 trycount = (event & 0xffff0000) >> 16; in if_usb_receive() local 704 lbs_send_tx_feedback(priv, trycount); in if_usb_receive()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | if_usb.c | 702 u32 trycount = (event & 0xffff0000) >> 16; in if_usb_receive() local 704 lbs_send_tx_feedback(priv, trycount); in if_usb_receive()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | srcutree.c | 703 static bool try_check_zero(struct srcu_struct *ssp, int idx, int trycount) in try_check_zero() argument 708 if (--trycount + !srcu_get_delay(ssp) <= 0) in try_check_zero()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 1459 int trycount = 0; in sc_buffer_alloc() local 1472 if (unlikely(trycount)) { /* already tried to get more room */ in sc_buffer_alloc() 1485 trycount++; in sc_buffer_alloc()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 1417 int trycount = 0; in sc_buffer_alloc() local 1430 if (unlikely(trycount)) { /* already tried to get more room */ in sc_buffer_alloc() 1443 trycount++; in sc_buffer_alloc()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | srcutree.c | 1079 static bool try_check_zero(struct srcu_struct *ssp, int idx, int trycount) in try_check_zero() argument 1088 if ((--trycount + curdelay) <= 0) in try_check_zero()
|
Completed in 14 milliseconds