Function report |
Source Code:include\linux\rhashtable.h |
Create Date:2022-07-28 06:07:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rht_obj
Proto:static inline void *rht_obj(const struct rhashtable *ht, const struct rhash_head *he)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct rhashtable * | ht | |
const struct rhash_head * | he |
116 | Return he - head_offset |
Name | Describe |
---|---|
rhashtable_lookup_one | |
__rhashtable_walk_find_next | __rhashtable_walk_find_next - Find the next element in a table (or the first* one in case of a new walk).*@iter: Hash table iterator* Returns the found object or NULL when the end of the table is reached.* Returns -EAGAIN if resize event occurred. |
rhashtable_walk_next | hashtable_walk_next - Return the next object and advance the iterator*@iter: Hash table iterator* Note that you must call rhashtable_walk_stop when you are finished* with the walk.* Returns the next object or NULL when the end of the table is reached. |
rhashtable_walk_peek | hashtable_walk_peek - Return the next object but don't advance the iterator*@iter: Hash table iterator* Returns the next object or NULL when the end of the table is reached.* Returns -EAGAIN if resize event occurred. Note that the iterator |
rhashtable_free_one | |
print_ht | |
test_insert_dup |
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 |