Function report |
Source Code:lib\lru_cache.c |
Create Date:2022-07-28 07:16:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lc_dump - Dump a complete LRU cache to seq in textual form
Proto:void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, void (*detail)(struct seq_file *, struct lc_element *))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | seq | |
struct lru_cache * | lc | |
char * | utext | |
void (* | detail |
645 | seq_printf(seq, "\tnn: lc_number (new nr) refcnt %s\n ", utext) |
646 | When i < nr_elements cycle |
651 | Else seq_printf(seq, "\t%5d: %6d %-8s %6d ", i, we want to track a larger set of objects,* it needs to become arch independend u64 , "-\"-", refcnt) |
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 |