Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\khugepaged.c Create Date:2022-07-28 16:07:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:khugepaged_should_wakeup

Proto:static bool khugepaged_should_wakeup(void)

Type:bool

Parameter:Nothing

2096  Return 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)
Caller
NameDescribe
khugepaged_wait_work