Home
last modified time | relevance | path

Searched refs:tlast (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c884 int tlast; member
904 targs->tlast, NTESTS - 1); in help()
980 targs->tlast = atoi_non_negative("Last test", optarg); in parse_args()
981 if (targs->tlast >= NTESTS) { in parse_args()
1001 if (targs->tfirst > targs->tlast) { in parse_args()
1086 .tlast = NTESTS - 1, in main()
1100 for (tctr = targs.tfirst; tctr <= targs.tlast; tctr++) { in main()
/openbmc/linux/kernel/rcu/
H A Dsrcutree.c1171 unsigned long tlast; in srcu_might_be_idle() local
1191 tlast = READ_ONCE(ssp->srcu_sup->srcu_last_gp_end); in srcu_might_be_idle()
1193 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_might_be_idle()
/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst176 - ``enable_isr`` controls the ``tlast`` interrupts
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py2135 tlast = start = end = -1
2137 if tlast < 0:
2138 tlast = t
2142 start = tlast
2143 end, key = t, (tlast, t)
2144 maxj = (t - tlast) * 1024.0
2146 tlast = t