Searched refs:trycount (Results 1 – 4 of 4) sorted by relevance
25 bool try_check_zero(struct srcu_struct *sp, int idx, int trycount);36 const int trycount = 1; in synchronize_srcu() local46 assume(try_check_zero(sp, idx, trycount)); in synchronize_srcu()50 assume(try_check_zero(sp, idx^1, trycount)); in synchronize_srcu()
702 u32 trycount = (event & 0xffff0000) >> 16; in if_usb_receive() local704 lbs_send_tx_feedback(priv, trycount); in if_usb_receive()
1417 int trycount = 0; in sc_buffer_alloc() local1430 if (unlikely(trycount)) { /* already tried to get more room */ in sc_buffer_alloc()1443 trycount++; in sc_buffer_alloc()
963 static bool try_check_zero(struct srcu_struct *ssp, int idx, int trycount) in try_check_zero() argument972 if ((--trycount + curdelay) <= 0) in try_check_zero()