Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthread_delayed_work_timer_fn - callback that queues the associated kthread* delayed work when the timer expires.*@t: pointer to the expired timer* The format of the function is defined by struct timer_list.
Proto:void kthread_delayed_work_timer_fn(struct timer_list *t)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct timer_list * | t |
844 | dwork = from_timer(dwork, t, timer) |
853 | If WARN_ON_ONCE(!worker) Then Return |
856 | raw_spin_lock_irqsave( & lock, flags) |
858 | WARN_ON_ONCE(worker != worker) |
865 | raw_spin_unlock_irqrestore( & lock, flags) |
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 |