Home
last modified time | relevance | path

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

/tools/bpf/runqslower/
Drunqslower.bpf.c72 u64 *tsp, delta_us; in handle__sched_switch() local
87 tsp = bpf_task_storage_get(&start, next, 0, 0); in handle__sched_switch()
88 if (!tsp) in handle__sched_switch()
91 delta_us = (bpf_ktime_get_ns() - *tsp) / 1000; in handle__sched_switch()
/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi.c284 struct timespec ts, *tsp = NULL; in unit_test() local
299 tsp = &ts; in unit_test()
318 args[i].timeout = tsp; in unit_test()