函数逻辑报告 |
Source Code:include\linux\jhash.h |
Create Date:2022-07-27 07:05:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:jhash2 - hash an array of u32's*@k: the key which must be an array of u32's*@length: the number of u32's in the key*@initval: the previous hash, or an arbitray value* Returns the hash value of the key.
函数原型:static inline u32 jhash2(const u32 *k, u32 length, u32 initval)
返回类型:u32
参数:
类型 | 参数 | 名称 |
---|---|---|
const u32 * | k | |
u32 | length | |
u32 | initval |
129 | length减等于3 |
130 | k加等于3 |
140 | 退出 |
143 | 返回:c |
名称 | 描述 |
---|---|
rhashtable_jhash2 | |
hash_stack | |
hash_futex | hash_futex - Return the hash bucket in the global hash*@key: Pointer to the futex key for which the hash is calculated* We hash on the keys returned from get_futex_key (see below) and return the* corresponding hash bucket in the global hash. |
____bpf_get_stackid | |
rht_key_get_hash | |
ipv6_portaddr_hash | |
rhashtable_jhash2 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |