Function report |
Source Code:include\linux\jhash.h |
Create Date:2022-07-28 06:07:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static inline u32 jhash2(const u32 *k, u32 length, u32 initval)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
const u32 * | k | |
u32 | length | |
u32 | initval |
129 | length -= 3 |
130 | k += 3 |
135 | Case length == 3 |
136 | Case length == 2 |
137 | Case length == 1 |
139 | Case length == 0 |
140 | Break |
143 | Return c |
Name | Describe |
---|---|
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 |
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 |