Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kthread_insert_work_sanity_check

Proto:static void kthread_insert_work_sanity_check(struct kthread_worker *worker, struct kthread_work *work)

Type:void

Parameter:

TypeParameterName
struct kthread_worker *worker
struct kthread_work *work
787  lockdep_assert_held( & lock)
788  WARN_ON_ONCE(!list_empty - tests whether a list is empty*@head: the list to test.)
790  WARN_ON_ONCE(worker && worker != worker)
Caller
NameDescribe
kthread_insert_worksert @work before @pos in @worker
__kthread_queue_delayed_work