函数逻辑报告 |
Source Code:include\linux\math64.h |
Create Date:2022-07-27 06:38:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__iter_div_u64_rem
函数原型:static __always_inline u32 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder)
返回类型:u32
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | dividend | |
u32 | divisor | |
u64 * | remainder |
148 | ret等于0 |
161 | 返回:ret |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |