Home
last modified time | relevance | path

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

/tools/bpf/runqslower/
A Drunqslower.bpf.c72 u64 *tsp, delta_us; in handle__sched_switch() local
86 tsp = bpf_task_storage_get(&start, next, 0, 0); in handle__sched_switch()
87 if (!tsp) in handle__sched_switch()
90 delta_us = (bpf_ktime_get_ns() - *tsp) / 1000; in handle__sched_switch()
/tools/testing/selftests/vDSO/
A Dvdso_test_getrandom.c32 #define timespecsub(tsp, usp, vsp) \ argument
34 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \
35 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
/tools/testing/selftests/futex/functional/
A Dfutex_requeue_pi.c286 struct timespec ts, *tsp = NULL; in unit_test() local
301 tsp = &ts; in unit_test()
320 args[i].timeout = tsp; in unit_test()

Completed in 8 milliseconds