Searched refs:mem_cgroup_threshold (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c150 struct mem_cgroup_threshold { struct
162 struct mem_cgroup_threshold entries[0];
182 static void mem_cgroup_threshold(struct mem_cgroup *mem);
615 mem_cgroup_threshold(mem);
3589 static void mem_cgroup_threshold(struct mem_cgroup *memcg) function
3602 const struct mem_cgroup_threshold *_a = a;
3603 const struct mem_cgroup_threshold *_b = b;
3654 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
3665 sizeof(struct mem_cgroup_threshold));
3673 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
[all...]

Completed in 97 milliseconds