函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:cma_get_entry_from_list

函数原型:static struct cma_mem *cma_get_entry_from_list(struct cma *cma)

返回类型:struct cma_mem

参数:

类型参数名称
struct cma *cma
80  struct cma_mem * mem = NULL
82  加自旋锁
83  如果非hlist_empty( & mem_head)则
84  mem等于hlist_entry(first, structcma_mem, node)
85  hlist_del_init( & node)
87  自旋锁解锁
89  返回:mem
调用者
名称描述
cma_free_mem