Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__io_free_req
Proto:static void __io_free_req(struct io_kiocb *req)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_kiocb * | req |
948 | If file && Not (flags & ctx owns file ) Then fput(file) |
950 | If flags & inflight list Then |
953 | spin_lock_irqsave( & inflight_lock, flags) |
957 | spin_unlock_irqrestore( & inflight_lock, flags) |
960 | If Value is more likely to compile time(!io_is_fallback_req(req)) Then kmem_cache_free(req_cachep, req) |
Name | Describe |
---|---|
io_free_req | |
io_put_req_find_next | Drop reference to request, return next in chain (if there is one) if this* was the last reference to this request. |
__io_double_put_req | |
io_submit_sqes |
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 |