Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timer_list.c Create Date:2022-07-28 10:44:47
Last Modify:2020-03-17 14:55:40 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:print_base

Proto:static void print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct hrtimer_clock_base *base
u64now
114  SEQ_printf(m, " .base: %pK\n", base)
115  SEQ_printf(m, " .index: %d\n", index)
117  SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution)
119  SEQ_printf(m, " .get_time: ")
120  print_name_offset(m, get_time)
121  SEQ_printf(m, "\n")
126  SEQ_printf(m, "active timers:\n")
127  print_active_timers(m, base, now + Convert ktime_t to nanoseconds )
Caller
NameDescribe
print_cpu