Function report |
Source Code:mm\memcontrol.c |
Create Date:2022-07-28 16:13:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_puts_memcg_tunable
Proto:static int seq_puts_memcg_tunable(struct seq_file *m, unsigned long value)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
unsigned long | value |
5868 | If value == PAGE_COUNTER_MAX Then seq_puts(m, "max\n") |
5870 | Else seq_printf(m, "%llu\n", (u64)value * PAGE_SIZE) |
5873 | Return 0 |
Name | Describe |
---|---|
memory_min_show | |
memory_low_show | |
memory_high_show | |
memory_max_show | |
swap_max_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 |