Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\backtracetest.c Create Date:2022-07-28 11:05:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:backtrace_test_irq

Proto:static void backtrace_test_irq(void)

Type:void

Parameter:Nothing

36  pr_info("Testing a backtrace from irq context.\n")
37  pr_info("The following trace is a kernel self test and not a bug!\n")
39  init_completion( & backtrace_work)
40  tasklet_schedule( & backtrace_tasklet)
41  wait_for_completion: - waits for completion of a task*@x: holds the state of this particular completion* This waits to be signaled for completion of a specific task. It is NOT* interruptible and there is no timeout.* See also similar routines (i
Caller
NameDescribe
backtrace_regression_test