Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\livepatch\test_klp_callbacks_busy.c Create Date:2022-07-28 06:38:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:test_klp_callbacks_busy_init

Proto:static int test_klp_callbacks_busy_init(void)

Type:int

Parameter:Nothing

27  pr_info("%s\n", __func__)
28  schedule_delayed_work - put work task in global workqueue after delay*@dwork: job to be done*@delay: number of jiffies to wait or 0 for immediate execution* After waiting for a given time this puts a job in the kernel-global* workqueue.
30  Return 0