Function report |
Source Code:kernel\locking\lockdep_proc.c |
Create Date:2022-07-28 09:50:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_name
Proto:static void print_name(struct seq_file *m, struct lock_class *class)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct lock_class * | class |
46 | If Not name Then |
47 | name = __get_key_name(key, str) |
48 | seq_printf(m, "%s", name) |
49 | Else |
50 | seq_printf(m, "%s", name) |
51 | If name_version > 1 Then seq_printf(m, "#%d", name_version) |
53 | If subclass Then seq_printf(m, "/%d", subclass) |
Name | Describe |
---|---|
l_show |
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 |