函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\relay.c Create Date:2022-07-27 12:51:27
Last Modify:2020-03-17 19:20:22 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: an array of pointers of struct page

函数原型:static void relay_free_page_array(struct page **array)

返回类型:void

参数:

类型参数名称
struct page **array
84  kvfree(array)
调用者
名称描述
relay_alloc_buflay_alloc_buf - allocate a channel buffer*@buf: the buffer struct*@size: total size of the buffer* Returns a pointer to the resulting buffer, %NULL if unsuccessful. The* passed in size will get page aligned, if it isn't already.
relay_destroy_buflay_destroy_buf - destroy an rchan_buf struct and associated buffer*@buf: the buffer struct