trycount 1457 drivers/infiniband/hw/hfi1/pio.c int trycount = 0; trycount 1470 drivers/infiniband/hw/hfi1/pio.c if (unlikely(trycount)) { /* already tried to get more room */ trycount 1483 drivers/infiniband/hw/hfi1/pio.c trycount++; trycount 699 drivers/net/wireless/marvell/libertas/if_usb.c u32 trycount = (event & 0xffff0000) >> 16; trycount 701 drivers/net/wireless/marvell/libertas/if_usb.c lbs_send_tx_feedback(priv, trycount); trycount 698 kernel/rcu/srcutree.c static bool try_check_zero(struct srcu_struct *ssp, int idx, int trycount) trycount 703 kernel/rcu/srcutree.c if (--trycount + !srcu_get_delay(ssp) <= 0) trycount 25 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/simple_sync_srcu.c bool try_check_zero(struct srcu_struct *sp, int idx, int trycount); trycount 36 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/simple_sync_srcu.c const int trycount = 1; trycount 46 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/simple_sync_srcu.c assume(try_check_zero(sp, idx, trycount)); trycount 50 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/simple_sync_srcu.c assume(try_check_zero(sp, idx^1, trycount));