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:rhashtable_insert_slow
Proto:void *rhashtable_insert_slow(struct rhashtable *ht, const void *key, struct rhash_head *obj)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rhashtable * | ht | |
const void * | key | |
struct rhash_head * | obj |
627 | Do |
629 | data = rhashtable_try_insert(ht, key, obj) |
633 | Return data |
Name | Describe |
---|---|
test_insert_dup | |
__rhashtable_insert_fast | Internal function, please use rhashtable_insert_fast() instead. This* function returns the existing element already in hashes in there is a clash,* otherwise it returns an error via ERR_PTR(). |
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 |