函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\pagemap.h Create Date:2022-07-27 06:45:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:find_get_pages

函数原型:static inline unsigned find_get_pages(struct address_space *mapping, unsigned long *start, unsigned int nr_pages, struct page **pages)

返回类型:unsigned

参数:

类型参数名称
struct address_space *mapping
unsigned long *start
unsigned intnr_pages
struct page **pages
358  返回:d_get_pages_range - gang pagecache lookup*@mapping: The address_space to search*@start: The starting page index*@end: The final page index (inclusive)*@nr_pages: The maximum number of pages*@pages: Where the resulting pages are placed*
调用者
名称描述
ramfs_nommu_get_unmapped_area