Home
last modified time | relevance | path

Searched refs:trycount (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dsimple_sync_srcu.c25 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/
Dif_usb.c702 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/
Dsrcutree.c703 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/
Dpio.c1459 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()