函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\hugetlb.c Create Date:2022-07-27 17:00:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:For uniprocesor systems we always use a single mutex, so just* return 0 and avoid the hashing overhead.

函数原型:unsigned int hugetlb_fault_mutex_hash(struct address_space *mapping, unsigned long idx)

返回类型:unsigned int

参数:

类型参数名称
struct address_space *mapping
unsigned longidx
3994  返回:0
调用者
名称描述
hugetlb_no_page
hugetlb_fault
__mcopy_atomic_hugetlb__mcopy_atomic processing for HUGETLB vmas. Note that this routine is* called with mmap_sem held, it will release mmap_sem before returning.