Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_allocate_scq_urings
Proto:static int io_allocate_scq_urings(struct io_ring_ctx *ctx, struct io_uring_params *p)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_ring_ctx * | ctx | |
struct io_uring_params * | p |
5236 | size = rings_size(sq_entries, cq_entries, & sq_array_offset) |
5240 | rings = io_mem_alloc(size) |
5246 | Bitmasks to apply to head and tail offsets (constant, equals* ring_entries - 1) = sq_entries - 1 |
5247 | Bitmasks to apply to head and tail offsets (constant, equals* ring_entries - 1) = cq_entries - 1 |
5262 | sq_sqes = io_mem_alloc(size) |
5263 | If Not sq_sqes Then |
5269 | Return 0 |
Name | Describe |
---|---|
io_uring_create |
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 |