Searched refs:trycount (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/kernel/rcu/ |
H A D | srcu.c | 339 static bool try_check_zero(struct srcu_struct *sp, int idx, int trycount) try_check_zero() argument 344 if (--trycount <= 0) try_check_zero() 404 static void srcu_advance_batches(struct srcu_struct *sp, int trycount); 410 static void __synchronize_srcu(struct srcu_struct *sp, int trycount) __synchronize_srcu() argument 434 srcu_advance_batches(sp, trycount); __synchronize_srcu() 557 static void srcu_advance_batches(struct srcu_struct *sp, int trycount) srcu_advance_batches() argument 573 if (!try_check_zero(sp, idx, trycount)) srcu_advance_batches() 601 trycount = trycount < 2 ? 2 : trycount; srcu_advance_batches() 602 if (!try_check_zero(sp, idx^1, trycount)) srcu_advance_batches()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
H A D | if_usb.c | 710 u32 trycount = (event & 0xffff0000) >> 16; if_usb_receive() local 712 lbs_send_tx_feedback(priv, trycount); if_usb_receive()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | pio.c | 1340 int trycount = 0; sc_buffer_alloc() local 1353 if (unlikely(trycount)) { /* already tried to get more room */ sc_buffer_alloc() 1368 trycount++; sc_buffer_alloc()
|
Completed in 154 milliseconds