函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\sg_pool.c Create Date:2022-07-27 08:19:16
Last Modify:2022-05-21 18:25:42 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sg_pool_free

函数原型:static void sg_pool_free(struct scatterlist *sgl, unsigned int nents)

返回类型:void

参数:

类型参数名称
struct scatterlist *sgl
unsigned intnents
58  sgp等于sg_poolssg_pool_index(nents)
59  mempool_free - return an element to the pool.*@element: pool element pointer.*@pool: pointer to the memory pool which was allocated via* mempool_create().* this function only sleeps if the free_fn() function sleeps.