函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memcontrol.c Create Date:2022-07-27 17:48:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:seq_puts_memcg_tunable

函数原型:static int seq_puts_memcg_tunable(struct seq_file *m, unsigned long value)

返回类型:int

参数:

类型参数名称
struct seq_file *m
unsigned longvalue
5868  如果value恒等于PAGE_COUNTER_MAXseq_puts(m, "max\n")
5870  否则seq_printf(m, "%llu\n", (u64)value * PAGE_SIZE)
5873  返回:0
调用者
名称描述
memory_min_show
memory_low_show
memory_high_show
memory_max_show
swap_max_show