函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\workqueue.h Create Date:2022-07-27 06:39:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:启动延迟工作队列

函数原型:static inline bool queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned long delay)

返回类型:bool

参数:

类型参数名称
struct workqueue_struct *wq
struct delayed_work *dwork
unsigned longdelay
509  返回:queue_delayed_work_on - queue work on specific CPU after delay*@cpu: CPU number to execute work on*@wq: workqueue to use*@dwork: work to queue*@delay: number of jiffies to wait before queueing
调用者
名称描述
srcu_funnel_gp_startFunnel-locking scheme to scalably mediate many concurrent grace-period* requests
srcu_reschedule
sched_sync_hw_clock
ntp_notify_cmos_timer
wb_wakeup_delayedThis function is used when the first inode for this wb is marked dirty
__disk_unblock_events
disk_check_events
fsnotify_put_mark
schedule_delayed_work在延迟工作队列中放置任务