函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fill_with_garbage

函数原型:static void __init fill_with_garbage(void *ptr, size_t size)

返回类型:void

参数:

类型参数名称
void *ptr
size_tsize
60  Fill a buffer with garbage, skipping |skip| first bytes.
调用者
名称描述
do_alloc_pages_order
do_kmalloc_sizeTest kmalloc() with given parameters.
do_vmalloc_sizeTest vmalloc() with given parameters.
do_kmem_cache_rcu_persistentCheck that the data written to an RCU-allocated object survives* reallocation.
do_kmem_cache_size_bulk