函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\slob.c Create Date:2022-07-27 17:09:52
Last Modify:2022-05-20 09:26:42 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__kmem_cache_free

函数原型:static void __kmem_cache_free(void *b, int size)

返回类型:void

参数:

类型参数名称
void *b
intsize
644  如果size小于PAGE_SIZEslob_free: entry point into the slob allocator.
646  否则slob_free_pages(b, 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)
调用者
名称描述
kmem_rcu_free
kmem_cache_free