函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:启动延迟工作队列
函数原型: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 long | delay |
名称 | 描述 |
---|---|
srcu_funnel_gp_start | Funnel-locking scheme to scalably mediate many concurrent grace-period* requests |
srcu_reschedule | |
sched_sync_hw_clock | |
ntp_notify_cmos_timer | |
wb_wakeup_delayed | This 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 | 在延迟工作队列中放置任务 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |