Home
last modified time | relevance | path

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

/mm/
Dmemcontrol.c192 static void mem_cgroup_threshold(struct mem_cgroup *memcg);
702 mem_cgroup_threshold(memcg); in memcg_check_events()
3309 static void mem_cgroup_threshold(struct mem_cgroup *memcg) in mem_cgroup_threshold() function
3322 const struct mem_cgroup_threshold *_a = a; in compare_thresholds()
3323 const struct mem_cgroup_threshold *_b = b; in compare_thresholds()
3386 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()
3397 sizeof(struct mem_cgroup_threshold)); in __mem_cgroup_usage_register_event()
3405 sort(new->entries, size, sizeof(struct mem_cgroup_threshold), in __mem_cgroup_usage_register_event()