函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\srcutree.c Create Date:2022-07-27 11:18:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:srcu_queue_delayed_work_on

函数原型:static void srcu_queue_delayed_work_on(struct srcu_data *sdp, unsigned long delay)

返回类型:void

参数:

类型参数名称
struct srcu_data *sdp
unsigned longdelay
468  如果非delay
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  返回
473  timer_reduce( & delay_work, jiffies + delay)
调用者
名称描述
srcu_schedule_cbs_sdpSchedule callback invocation for the specified srcu_data structure,* if possible, on the corresponding CPU.