Function report |
Source Code:include\linux\workqueue.h |
Create Date:2022-07-28 05:35:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:queue_delayed_work - queue work on a workqueue after delay*@wq: workqueue to use*@dwork: delayable work to queue*@delay: number of jiffies to wait before queueing* Equivalent to queue_delayed_work_on() but tries to use the local CPU.
Proto:static inline bool queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned long delay)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct workqueue_struct * | wq | |
struct delayed_work * | dwork | |
unsigned long | delay |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |