Function report |
Source Code:block\ioprio.c |
Create Date:2022-07-28 17:22:52 |
Last Modify:2020-03-17 23:21:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ioprio_best
Proto:int ioprio_best(unsigned short aprio, unsigned short bprio)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned short | aprio | |
unsigned short | bprio |
178 | If Not ioprio_valid(aprio) Then aprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, Fallback BE priority) |
180 | If Not ioprio_valid(bprio) Then bprio = IOPRIO_PRIO_VALUE(IOPRIO_CLASS_BE, Fallback BE priority) |
183 | Return min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(aprio, bprio) |
Name | Describe |
---|---|
SYSCALL_DEFINE2 |
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 |