Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:26:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pool_mayday_timeout
Proto:static void pool_mayday_timeout(struct timer_list *t)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct timer_list * | t |
2031 | pool = from_timer(pool, t, mayday_timer) |
2034 | spin_lock_irq( & he pool lock ) |
2035 | spin_lock( & wq_mayday_lock) |
2037 | If Do we need a new worker? Called from manager. Then |
2045 | send_mayday(work) |
2048 | spin_unlock( & wq_mayday_lock) |
2049 | spin_unlock_irq( & he pool lock ) |
2051 | mod_timer( & L: SOS timer for workers , jiffies + MAYDAY_INTERVAL) |
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 |