#ifndef MT9P031_H #define MT9P031_H struct v4l2_subdev; /* * struct mt9p031_platform_data - MT9P031 platform data * @ext_freq: Input clock frequency * @target_freq: Pixel clock frequency */ struct mt9p031_platform_data { int ext_freq; int target_freq; }; #endif title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation/cgroup-v1/memory.txt?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/cgroup-v1/memory.txt
diff options
context:
space:
mode:
authorQiang Huang <h.huangqiang@huawei.com>2016-05-11 14:07:31 +0800
committerJonathan Corbet <corbet@lwn.net>2016-05-14 10:12:45 -0600
commit2bdbc5bc16c338a43c9ac7ef93c1a60a8b17ee7d (patch)
treea5fa45d8feb508aa095a6b9952b773fff15e23a0 /Documentation/cgroup-v1/memory.txt
parent2fd872bd84b3aa1a177a66a8d14bd25f68f373f0 (diff)
Documentation/memcg: update kmem limit doc as codes behavior
The restriction of kmem setting is not there anymore because the accounting is enabled by default even in the cgroup v1 - see b313aeee2509 ("mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchy"). Update docs accordingly. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Acked-by: Michal Hocko <mhocko@suse.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/cgroup-v1/memory.txt')