Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Drcutree_plugin.h861 int trycount = 0; in synchronize_rcu_expedited() local
873 if (trycount++ < 10) in synchronize_rcu_expedited()
874 udelay(trycount * num_online_cpus()); in synchronize_rcu_expedited()
Drcutree.c2013 int firstsnap, s, snap, trycount = 0; in synchronize_sched_expedited() local
2030 if (trycount++ < 10) in synchronize_sched_expedited()
2031 udelay(trycount * num_online_cpus()); in synchronize_sched_expedited()
/linux-3.4.99/drivers/net/wireless/libertas/
Dif_usb.c796 u32 trycount = (event & 0xffff0000) >> 16; in if_usb_receive() local
798 lbs_send_tx_feedback(priv, trycount); in if_usb_receive()