Searched refs:tsp (Results 1 – 3 of 3) sorted by relevance
72 u64 *tsp, delta_us; in handle__sched_switch() local86 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()
32 #define timespecsub(tsp, usp, vsp) \ argument34 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \35 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
286 struct timespec ts, *tsp = NULL; in unit_test() local301 tsp = &ts; in unit_test()320 args[i].timeout = tsp; in unit_test()
Completed in 8 milliseconds