函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称: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

函数原型:void __pagevec_release(struct pagevec *pvec)

返回类型:void

参数:

类型参数名称
struct pagevec *pvec
877  如果非percpu_pvec_drained
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)
调用者
名称描述
pagevec_release