Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_stackinit.c Create Date:2022-07-28 06:37:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:test_stackinit_init

Proto:static int __init test_stackinit_init(void)

Type:int

Parameter:Nothing

334  failures = 0
352  test_scalars(zero)
353  test_structs(zero)
355  test_structs(dynamic_partial)
357  test_structs(static_partial)
358  test_structs(static_all)
359  test_structs(dynamic_all)
360  test_structs(runtime_partial)
361  test_structs(runtime_all)
364  test_scalars(none)
365  failures += test_switch_1_none()
366  failures += test_switch_2_none()
369  test_structs(none)
372  failures += No initialization without compiler instrumentation.
374  If failures == 0 Then pr_info("all tests passed!\n")
376  Else pr_err("failures: %u\n", failures)
379  Return If failures Then -EINVAL Else 0