Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dmemslot_perf_test.c893 int tlast;
914 targs->tlast, NTESTS - 1); in help()
997 targs->tlast = atoi_non_negative("Last test", optarg); in parse_args()
998 if (targs->tlast >= NTESTS) { in parse_args()
1018 if (targs->tfirst > targs->tlast) { in parse_args()
1103 .tlast = NTESTS - 1, in main()
1117 for (tctr = targs.tfirst; tctr <= targs.tlast; tctr++) { in main()
892 int tlast; global() member
/linux/kernel/rcu/
H A Dsrcutree.c1278 unsigned long tlast; in srcu_should_expedite() local
1301 tlast = READ_ONCE(ssp->srcu_sup->srcu_last_gp_end); in srcu_should_expedite()
1303 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_should_expedite()
/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst176 - ``enable_isr`` controls the ``tlast`` interrupts
/linux/tools/power/pm-graph/
H A Dsleepgraph.py2158 tlast = start = end = -1
2160 if tlast < 0:
2161 tlast = t
2165 start = tlast
2166 end, key = t, (tlast, t)
2167 maxj = (t - tlast) * 1024.0
2169 tlast = t