Function report |
Source Code:fs\io-wq.c |
Create Date:2022-07-28 20:22:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Note: drops the wqe->lock if returning true! The caller must re-acquire* the lock in that case. Some callers need to restart handling if this* happens, so we can't just re-acquire the lock on behalf of the caller.
Proto:static bool __io_worker_unuse(struct io_wqe *wqe, struct io_worker *worker)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_wqe * | wqe | |
struct io_worker * | worker |
138 | bool dropped_lock = false |
140 | If creds Then |
142 | creds = NULL |
145 | If files != restore_files Then |
155 | If fs != restore_fs Then fs = restore_fs |
162 | If mm Then |
163 | If Not dropped_lock Then |
172 | mm = NULL |
175 | Return dropped_lock |
Name | Describe |
---|---|
io_worker_exit | |
__io_worker_idle | No work, worker going to sleep |
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 |