Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:The pages which we're about to release may be in the deferred lru-addition* queues. That would prevent them from really being freed right now. That's* OK from a correctness point of view but is inefficient - those pages may be

Proto:void __pagevec_release(struct pagevec *pvec)

Type:void

Parameter:

TypeParameterName
struct pagevec *pvec
877  If Not percpu_pvec_drained Then
878  lru_add_drain()
879  percpu_pvec_drained = true
881  lease_pages - batched put_page()*@pages: array of pages to release*@nr: number of pages* Decrement the reference count on all the pages in @pages. If it* fell to zero, remove the page from the LRU and free it.
882  pagevec_reinit(pvec)
Caller
NameDescribe
pagevec_release