Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/gdb/linux/
Dtimerlist.py45 def print_active_timers(base): function
64 text += "".join([x for x in print_active_timers(base)])
/linux-6.6.21/kernel/time/
Dtimer_list.c60 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() function
112 print_active_timers(m, base, now + ktime_to_ns(base->offset)); in print_base()