Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\common.c Create Date:2022-07-28 15:50:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kasan_enable_current

Proto:void kasan_enable_current(void)

Type:void

Parameter:Nothing

85  kasan_depth++
Caller
NameDescribe
end_report
hex_dump_objectPrinting of the objects hex dump to the seq file. The number of lines to be* printed is limited to HEX_MAX_LINES to prevent seq file spamming. The* actual number of printed bytes depends on HEX_ROW_SIZE. It must be called* with the object->lock held.
update_checksumUpdate an object's checksum and return true if it was modified.
scan_blockScan a memory block (exclusive range) for valid pointers and add those* found to the gray list.