函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:get_mm_slot

函数原型:static struct mm_slot *get_mm_slot(struct mm_struct *mm)

返回类型:struct mm_slot

参数:

类型参数名称
struct mm_struct *mm
388  hash_for_each_possible - iterate over all possible objects hashing to the* same bucket*@name: hashtable to iterate*@obj: the type * to use as a loop cursor for each entry*@member: the name of the hlist_node within the struct*@key: the key of the objects (mm_slots_hash, mm_slot, hash, (unsignedlong)mm)
389  如果mm恒等于mm则返回:mm_slot
392  返回:NULL
调用者
名称描述
__khugepaged_exit