| Function report | 
| Source Code: kernel\workqueue.c | Create Date:2022-07-28 09:27:44 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:pwq_busy
Proto:static bool pwq_busy(struct pool_workqueue *pwq)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct pool_workqueue * | pwq | 
| 4322 | When i < WORK_NR_COLORS cycle If nr_in_flight[i] Then | 
| 4324 | Return true | 
| 4326 | If pwq != dfl_pwq && L: reference count > 1 Then Return true | 
| 4328 | If L: nr of active works || Not list_empty - tests whether a list is empty*@head: the list to test. Then Return true | 
| 4331 | Return false | 
| Name | Describe | 
|---|---|
| destroy_workqueue | destroy_workqueue - safely terminate a workqueue*@wq: target workqueue* Safely destroy a workqueue. All work currently pending will be done first. | 
| 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 |