Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\softirq.c Create Date:2022-07-28 09:04:25
Last Modify:2022-05-22 11:04:38 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__tasklet_schedule_common

Proto:static void __tasklet_schedule_common(struct tasklet_struct *t, struct tasklet_head __percpu *headp, unsigned int softirq_nr)

Type:void

Parameter:

TypeParameterName
struct tasklet_struct *t
struct tasklet_head __percpu *headp
unsigned intsoftirq_nr
478  local_irq_save(flags)
479  head = this_cpu_ptr(headp)
480  next = NULL
481  tail = t
482  tail = &next
483  This function must run with irqs disabled!
484  local_irq_restore(flags)
Caller
NameDescribe
__tasklet_schedule
__tasklet_hi_schedule