Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__put_compound_page

Proto:static void __put_compound_page(struct page *page)

Type:void

Parameter:

TypeParameterName
struct page *page
94  If Not PageHuge(page) Then This path almost never happens for VM activity - pages are normally* freed via pagevecs. But it gets used by networking.
96  dtor = get_compound_page_dtor(page)
97  ( * dtor)(page)
Caller
NameDescribe
__put_page
release_pageslease_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.