Function report |
Source Code:kernel\workqueue.c |
Create Date:2022-07-28 09:27:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__flush_work
Proto:static bool __flush_work(struct work_struct *work, bool from_cancel)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work | |
bool | from_cancel |
3029 | If WARN_ON(!can kworkers be created yet? ) Then Return false |
3035 | If Not from_cancel Then |
3036 | lock_map_acquire( & lockdep_map) |
3037 | lock_map_release( & lockdep_map) |
3040 | If start_flush_work(work, & barr, from_cancel) Then |
3044 | Else |
3045 | Return false |
Name | Describe |
---|---|
flush_work | lush_work - wait for a work to finish executing the last queueing instance*@work: the work to flush* Wait until @work has finished execution |
__cancel_work_timer |
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 |