函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_crypto.c Create Date:2022-07-27 22:00:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ma_free_pages() - Free pages allocated by ima_alloc_pages().*@ptr: Pointer to allocated pages.*@size: Size of allocated buffer.

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

返回类型:void

参数:

类型参数名称
void *ptr
size_tsize
160  如果非ptr则返回
162  free_pages((unsignedlong)ptr, get_order - Determine the allocation order of a memory size*@size: The size for which to get the order* Determine the allocation order of a particular sized block of memory)
调用者
名称描述
ima_calc_file_hash_atfm