Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/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()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dpio.c1417 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()
/linux-6.1.9/kernel/rcu/
Dsrcutree.c963 static bool try_check_zero(struct srcu_struct *ssp, int idx, int trycount) in try_check_zero() argument
972 if ((--trycount + curdelay) <= 0) in try_check_zero()