函数逻辑报告 |
Source Code:include\linux\jiffies.h |
Create Date:2022-07-27 06:39:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static __always_inline unsigned long usecs_to_jiffies(const unsigned int u)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
const unsigned int | u |
413 | 如果__builtin_constant_p(u)则 |
414 | 如果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 |
416 | 返回:_usecs_to_jiffies(u) |
417 | 否则 |
418 | 返回:__usecs_to_jiffies(u) |
名称 | 描述 |
---|---|
pm_qos_update_request_timeout | pm_qos_update_request_timeout - modifies an existing qos request temporarily.*@req : handle to list element holding a pm_qos request to use*@new_value: defines the temporal qos request*@timeout_us: the effective duration of this qos request in usecs. |
ioc_start_period | |
__tcp_set_rto |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |