函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\backtracetest.c Create Date:2022-07-27 12:06:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:backtrace_test_irq

函数原型:static void backtrace_test_irq(void)

返回类型:void

参数:

36  打印信息("Testing a backtrace from irq context.\n")
37  打印信息("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
调用者
名称描述
backtrace_regression_test