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_try_insert
Proto:static void *rhashtable_try_insert(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 |
591 | Do |
597 | Else bkt = rht_bucket_insert(ht, tbl, hash) |
599 | If (bkt == NULL) Then |
600 | new_tbl = rht_dereference_rcu(future_tbl, ht) |
602 | Else |
613 | When Not IS_ERR_OR_NULL(new_tbl) cycle |
619 | Return data |
Name | Describe |
---|---|
rhashtable_insert_slow |
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 |