Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:khugepaged_wait_event

Proto:static int khugepaged_wait_event(void)

Type:int

Parameter:Nothing

2056  Return Not list_empty - tests whether a list is empty*@head: the list to test. || 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().
Caller
NameDescribe
khugepaged_wait_work