函数逻辑报告 |
Source Code:kernel\time\time.c |
Create Date:2022-07-27 11:38:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__usecs_to_jiffies
函数原型:unsigned long __usecs_to_jiffies(const unsigned int u)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
const unsigned int | u |
608 | 如果u大于jiffies_to_usecs(Change timeval to jiffies, trying to avoid the* most obvious overflows)则返回:Change timeval to jiffies, trying to avoid the* most obvious overflows |
610 | 返回:_usecs_to_jiffies(u) |
名称 | 描述 |
---|---|
usecs_to_jiffies | secs_to_jiffies: - convert microseconds to jiffies*@u: time in microseconds* conversion is done as follows:* - 'too large' values [that would result in larger than* MAX_JIFFY_OFFSET values] mean 'infinite timeout' too |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |