Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:selftest

Proto:static void __init selftest(void)

Type:void

Parameter:Nothing

675  alloced_buffer = kmalloc(BUF_SIZE + 2 * PAD_SIZE, GFP_KERNEL)
676  If Not alloced_buffer Then Return
678  test_buffer = alloced_buffer + PAD_SIZE
680  test_basic()
681  test_number()
682  test_string()
683  test_pointer()
685  kfree(alloced_buffer)
Caller
NameDescribe
test_printf_init