Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/
Dmemslot_perf_test.c839 int tlast; member
859 targs->tlast, NTESTS - 1); in help()
902 targs->tlast = atoi(optarg); in parse_args()
903 if (targs->tlast < 0 || targs->tlast >= NTESTS) { in parse_args()
931 if (targs->tfirst > targs->tlast) { in parse_args()
1002 .tlast = NTESTS - 1, in main()
1017 for (tctr = targs.tfirst; tctr <= targs.tlast; tctr++) { in main()
/Linux-v6.1/kernel/rcu/
Dsrcutree.c1034 unsigned long tlast; in srcu_might_be_idle() local
1054 tlast = READ_ONCE(ssp->srcu_last_gp_end); in srcu_might_be_idle()
1056 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_might_be_idle()
/Linux-v6.1/Documentation/misc-devices/
Dxilinx_sdfec.rst176 - ``enable_isr`` controls the ``tlast`` interrupts
/Linux-v6.1/tools/power/pm-graph/
Dsleepgraph.py2115 tlast = start = end = -1
2117 if tlast < 0:
2118 tlast = t
2122 start = tlast
2123 end, key = t, (tlast, t)
2124 maxj = (t - tlast) * 1024.0
2126 tlast = t