Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memcontrol.c Create Date:2022-07-28 16:13:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:memory_oom_group_show

Proto:static int memory_oom_group_show(struct seq_file *m, void *v)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
void *v
6071  memcg = mem_cgroup_from_seq(m)
6073  seq_printf(m, "%d\n", * Should the OOM killer kill all belonging tasks, had it kill one?)
6075  Return 0