Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We can't use test() to test %p because we don't know what output to expect* after an address is hashed.

Proto:static void __init plain(void)

Type:void

Parameter:Nothing

302  err = plain_hash()
303  If err Then
304  pr_warn("plain 'p' does not appear to be hashed\n")
305  failed_tests++
306  Return
309  err = plain_format()
310  If err Then
311  pr_warn("hashing plain 'p' has unexpected format\n")
312  failed_tests++
Caller
NameDescribe
test_pointer