Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mm.h Create Date:2022-07-28 05:43:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:put_page

Proto:static inline void put_page(struct page *page)

Type:void

Parameter:

TypeParameterName
struct page *page
1023  page = compound_head(page)
1031  If put_devmap_managed_page(page) Then Return
1034  If Drop a ref, return true if the refcount fell to zero (the page has no users) Then __put_page(page)
Caller
NameDescribe
do_exit
do_mount_root
page_cache_free_page
bio_release_pages
tomoyo_dump_pagemoyo_dump_page - Dump a page to buffer.*@bprm: Pointer to "struct linux_binprm".*@pos: Location to dump.*@dump: Poiner to "struct tomoyo_page_dump".* Returns true on success, false otherwise.
vfs_dedupe_get_pageRead a page's worth of file data into the page cache.