函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:khugepaged_should_wakeup

函数原型:static bool khugepaged_should_wakeup(void)

返回类型:bool

参数:

2096  返回:kthread_should_stop - should this kthread return now?* When someone calls kthread_stop() on your kthread, it will be woken* and this will return true. You should then return, and your return* value will be passed through to kthread_stop().time_after_eq(jiffies, khugepaged_sleep_expire)
调用者
名称描述
khugepaged_wait_work