Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_osnoise.c1515 struct timerlat_variables *tlat; in timerlat_irq() local
1525 tlat = container_of(timer, struct timerlat_variables, timer); in timerlat_irq()
1527 now = ktime_to_ns(hrtimer_cb_get_time(&tlat->timer)); in timerlat_irq()
1532 tlat->tracing_thread = true; in timerlat_irq()
1571 diff = now - tlat->abs_period; in timerlat_irq()
1573 tlat->count++; in timerlat_irq()
1574 s.seqnum = tlat->count; in timerlat_irq()
1602 wake_up_process(tlat->kthread); in timerlat_irq()
1613 static int wait_next_period(struct timerlat_variables *tlat) in wait_next_period() argument
1618 now = hrtimer_cb_get_time(&tlat->timer); in wait_next_period()
[all …]