Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:seq_puts_memcg_tunable

Proto:static int seq_puts_memcg_tunable(struct seq_file *m, unsigned long value)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
unsigned longvalue
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
Caller
NameDescribe
memory_min_show
memory_low_show
memory_high_show
memory_max_show
swap_max_show