Searched refs:trycount (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/kernel/rcu/ |
D | srcu.c | 340 static bool try_check_zero(struct srcu_struct *sp, int idx, int trycount) in try_check_zero() argument 345 if (--trycount <= 0) in try_check_zero() 405 static void srcu_advance_batches(struct srcu_struct *sp, int trycount); 411 static void __synchronize_srcu(struct srcu_struct *sp, int trycount) in __synchronize_srcu() argument 435 srcu_advance_batches(sp, trycount); in __synchronize_srcu() 558 static void srcu_advance_batches(struct srcu_struct *sp, int trycount) in srcu_advance_batches() argument 574 if (!try_check_zero(sp, idx, trycount)) in srcu_advance_batches() 602 trycount = trycount < 2 ? 2 : trycount; in srcu_advance_batches() 603 if (!try_check_zero(sp, idx^1, trycount)) in srcu_advance_batches()
|
D | tree_plugin.h | 716 int trycount = 0; in synchronize_rcu_expedited() local 747 if (trycount++ < 10) { in synchronize_rcu_expedited() 748 udelay(trycount * num_online_cpus()); in synchronize_rcu_expedited()
|
D | tree.c | 3276 int trycount = 0; in synchronize_sched_expedited() local 3345 if (trycount++ < 10) { in synchronize_sched_expedited() 3346 udelay(trycount * num_online_cpus()); in synchronize_sched_expedited()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | if_usb.c | 710 u32 trycount = (event & 0xffff0000) >> 16; in if_usb_receive() local 712 lbs_send_tx_feedback(priv, trycount); in if_usb_receive()
|