Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_crypto.c Create Date:2022-07-28 19:58:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

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

Proto:static void ima_free_pages(void *ptr, size_t size)

Type:void

Parameter:

TypeParameterName
void *ptr
size_tsize
160  If Not ptr Then Return
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)
Caller
NameDescribe
ima_calc_file_hash_atfm