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:busymod_work_func

Proto:static void busymod_work_func(struct work_struct *work)

Type:void

Parameter:

TypeParameterName
struct work_struct *work
20  pr_info("%s, sleeping %d seconds ...\n", __func__, sleep_secs)
21  msleep - sleep safely even with waitqueue interruptions*@msecs: Time in milliseconds to sleep for
22  pr_info("%s exit\n", __func__)