Function report |
Source Code:lib\rhashtable.c |
Create Date:2022-07-28 06:25:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hashtable_walk_enter - Initialise an iterator*@ht: Table to walk over*@iter: Hash table Iterator* This function prepares a hash table walk.* Note that if you restart a walk after rhashtable_walk_stop you* may see the same object twice
Proto:void rhashtable_walk_enter(struct rhashtable *ht, struct rhashtable_iter *iter)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rhashtable * | ht | |
struct rhashtable_iter * | iter |
661 | p = NULL |
662 | slot = 0 |
663 | skip = 0 |
664 | end_of_table = 0 |
670 | spin_unlock( & lock) |
Name | Describe |
---|---|
test_bucket_stats | |
rhltable_walk_enter | hltable_walk_enter - Initialise an iterator*@hlt: Table to walk over*@iter: Hash table Iterator* This function prepares a hash table walk.* Note that if you restart a walk after rhashtable_walk_stop you* may see the same object twice |
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 |