函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\swap.c Create Date:2022-07-27 15:36:46
Last Modify:2022-05-23 13:40:24 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:put_pages_list() - release a list of pages*@pages: list of pages threaded on page->lru* Release a list of pages which are strung together on page.lru. Currently* used by read_cache_pages() and related error recovery code.

函数原型:void put_pages_list(struct list_head *pages)

返回类型:void

参数:

类型参数名称
struct list_head *pages
128  当非链表为空循环
131  victim等于lru_to_page(pages)
132  删除链表项
133  put_page(victim)
调用者
名称描述
read_pages