Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dmemcontrol.c178 struct mem_cgroup_threshold { struct
190 struct mem_cgroup_threshold entries[0]; argument
210 static void mem_cgroup_threshold(struct mem_cgroup *memcg);
817 mem_cgroup_threshold(memcg); in memcg_check_events()
4336 static void mem_cgroup_threshold(struct mem_cgroup *memcg) in mem_cgroup_threshold() function
4349 const struct mem_cgroup_threshold *_a = a; in compare_thresholds()
4350 const struct mem_cgroup_threshold *_b = b; in compare_thresholds()
4410 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold), in mem_cgroup_usage_register_event()
4421 sizeof(struct mem_cgroup_threshold)); in mem_cgroup_usage_register_event()
4429 sort(new->entries, size, sizeof(struct mem_cgroup_threshold), in mem_cgroup_usage_register_event()