Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemcontrol.h151 struct mem_cgroup_threshold { struct
163 struct mem_cgroup_threshold entries[0]; argument
/linux-4.4.14/mm/
Dmemcontrol.c185 static void mem_cgroup_threshold(struct mem_cgroup *memcg);
808 mem_cgroup_threshold(memcg); in memcg_check_events()
3323 static void mem_cgroup_threshold(struct mem_cgroup *memcg) in mem_cgroup_threshold() function
3336 const struct mem_cgroup_threshold *_a = a; in compare_thresholds()
3337 const struct mem_cgroup_threshold *_b = b; in compare_thresholds()
3400 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()
3411 sizeof(struct mem_cgroup_threshold)); in __mem_cgroup_usage_register_event()
3419 sort(new->entries, size, sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()