Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:irq_work_tick

Proto:void irq_work_tick(void)

Type:void

Parameter:Nothing

179  raised = this_cpu_ptr( & raised_list)
181  If Not llist_empty - tests whether a lock-less list is empty*@head: the list to test* Not guaranteed to be accurate or up to date. Just a quick way to* test whether the list is empty without deleting something from the* list. && Not arch_irq_work_has_interrupt() Then irq_work_run_list(raised)
183  irq_work_run_list(this_cpu_ptr( & lazy_list))