Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ring_pages
Proto:static unsigned long ring_pages(unsigned sq_entries, unsigned cq_entries)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | sq_entries | |
unsigned | cq_entries |
4704 | pages = 1 << get_order - Determine the allocation order of a memory size*@size: The size for which to get the order* Determine the allocation order of a particular sized block of memory |
4706 | pages += 1 << get_order - Determine the allocation order of a memory size*@size: The size for which to get the order* Determine the allocation order of a particular sized block of memory |
4709 | Return pages |
Name | Describe |
---|---|
io_ring_ctx_free | |
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 |