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:49
Last Modify:2020-03-17 14:55:40 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sysrq_timer_list_show

Proto:void sysrq_timer_list_show(void)

Type:void

Parameter:Nothing

287  now = Convert ktime_t to nanoseconds
290  timer_list_header(NULL, now)
292  for_each_online_cpu(cpu)
293  print_cpu(NULL, cpu, now)
300  Return