Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c611 * alloc_cpumasks - allocate three cpumasks for cpuset in is_cpuset_subset()
618 static inline int alloc_cpumasks(struct cpuset *cs, struct tmpmasks *tmp)
690 if (alloc_cpumasks(trial, NULL)) {
2461 if (alloc_cpumasks(NULL, &tmp)) in update_cpumask()
2608 if (alloc_cpumasks(NULL, &tmp)) in update_exclusive_cpumask()
3051 if (alloc_cpumasks(NULL, &tmpmask)) in update_prstate()
4006 if (alloc_cpumasks(cs, NULL)) { in cpuset_css_alloc()
4551 if (on_dfl && !alloc_cpumasks(NULL, &tmp)) in cpuset_hotplug_update_tasks()
627 static inline int alloc_cpumasks(struct cpuset *cs, struct tmpmasks *tmp) alloc_cpumasks() function