Function report |
Source Code:kernel\dma\debug.c |
Create Date:2022-07-28 10:34:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Search a given entry in the hash bucket list
Proto:static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, struct dma_debug_entry *ref, match_fn match)
Type:struct dma_debug_entry
Parameter:
Type | Parameter | Name |
---|---|---|
struct hash_bucket * | bucket | |
struct dma_debug_entry * | ref | |
match_fn | match |
290 | struct dma_debug_entry * entry, * ret = NULL |
307 | matches += 1 |
308 | match_lvl = 0 |
312 | If sg_call_ents == sg_call_ents Then ++match_lvl Else 0 |
314 | If match_lvl == 4 Then |
316 | Return entry |
333 | Return ret |
Name | Describe |
---|---|
bucket_find_exact | |
bucket_find_contain |
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 |