Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kthread_delayed_work_timer_fn - callback that queues the associated kthread* delayed work when the timer expires.*@t: pointer to the expired timer* The format of the function is defined by struct timer_list.

Proto:void kthread_delayed_work_timer_fn(struct timer_list *t)

Type:void

Parameter:

TypeParameterName
struct timer_list *t
844  dwork = from_timer(dwork, t, timer)
845  work = work
846  worker = worker
853  If WARN_ON_ONCE(!worker) Then Return
856  raw_spin_lock_irqsave( & lock, flags)
858  WARN_ON_ONCE(worker != worker)
861  WARN_ON_ONCE(list_empty - tests whether a list is empty*@head: the list to test.)
862  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
863  sert @work before @pos in @worker
865  raw_spin_unlock_irqrestore( & lock, flags)