Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\swap.c Create Date:2022-07-28 14:13:02
Last Modify:2022-05-23 13:40:24 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name: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.

Proto:void put_pages_list(struct list_head *pages)

Type:void

Parameter:

TypeParameterName
struct list_head *pages
128  When Not list_empty - tests whether a list is empty*@head: the list to test. cycle
131  victim = lru_to_page(pages)
132  deletes entry from list
133  put_page(victim)