Function report |
Source Code:include\linux\math64.h |
Create Date:2022-07-28 05:34:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__iter_div_u64_rem
Proto:static __always_inline u32 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | dividend | |
u32 | divisor | |
u64 * | remainder |
148 | ret = 0 |
161 | Return ret |
Name | Describe |
---|---|
iter_div_u64_rem | Iterative div/mod for use when dividend is not expected to be much* bigger than divisor. |
update_vsyscall | |
timespec64_add_ns | mespec64_add_ns - Adds nanoseconds to a timespec64*@a: pointer to timespec64 to be incremented*@ns: unsigned nanoseconds value to be added* This must always be inlined because its used from the x86-64 vdso,* which cannot call other kernel functions. |
timespec_add_ns | mespec_add_ns - Adds nanoseconds to a timespec*@a: pointer to timespec to be incremented*@ns: unsigned nanoseconds value to be added* This must always be inlined because its used from the x86-64 vdso,* which cannot call other kernel functions. |
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 |