Function report |
Source Code:fs\io-wq.c |
Create Date:2022-07-28 20:22:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called when a worker is scheduled in. Mark us as currently running.
Proto:void io_wq_worker_running(struct task_struct *tsk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | tsk |
577 | If Not (flags & IO_WORKER_F_UP) Then Return |
579 | If flags & IO_WORKER_F_RUNNING Then Return |
581 | flags |= IO_WORKER_F_RUNNING |
582 | io_wqe_inc_running(wqe, worker) |
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 |