函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:set the pointer to a chunk in a page struct

函数原型:static void pcpu_set_page_chunk(struct page *page, struct pcpu_chunk *pcpu)

返回类型:void

参数:

类型参数名称
struct page *page
struct pcpu_chunk *pcpu
247  Our offset within mapping. 等于pcpu
调用者
名称描述
pcpu_map_pagespcpu_map_pages - map pages into a pcpu_chunk*@chunk: chunk of interest*@pages: pages array containing pages to be mapped*@page_start: page index of the first page to map*@page_end: page index of the last page to map + 1