Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:srcu_queue_delayed_work_on

Proto:static void srcu_queue_delayed_work_on(struct srcu_data *sdp, unsigned long delay)

Type:void

Parameter:

TypeParameterName
struct srcu_data *sdp
unsigned longdelay
468  If Not delay Then
469  queue_work_on - queue work on specific cpu*@cpu: CPU number to execute work on*@wq: workqueue to use*@work: work to queue* We queue the work to a specific CPU, the caller must ensure it* can't go away.
470  Return
473  timer_reduce( & delay_work, jiffies + delay)
Caller
NameDescribe
srcu_schedule_cbs_sdpSchedule callback invocation for the specified srcu_data structure,* if possible, on the corresponding CPU.