Function report |
Source Code:kernel\locking\lockdep_proc.c |
Create Date:2022-07-28 09:50:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:l_show
Proto:static int l_show(struct seq_file *m, void *v)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
void * | v |
65 | seq_printf(m, "all lock classes:\n") |
66 | Return 0 |
69 | seq_printf(m, "%p", key) |
78 | get_usage_chars(class, usage) |
79 | seq_printf(m, " %s", usage) |
81 | seq_printf(m, ": ") |
82 | print_name(m, class) |
86 | If distance == 1 Then |
94 | Return 0 |
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 |