Searched refs:cpuset (Results 1 - 7 of 7) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cpuset.c | 2 * kernel/cpuset.c 27 #include <linux/cpuset.h> 81 struct cpuset { struct 90 * cpuset.cpus and cpuset.mems, and won't be limited by the 94 * in the cpuset. They may be changed if the configured masks are 129 * - A new cpuset's old_mems_allowed is initialized when some 132 * cpuset.mems_allowed and have tasks' nodemask updated, and 140 * Tasks are being attached to this cpuset. Used to prevent 175 * subparts_cpus. In this case, the cpuset i 1181 update_parent_subparts_cpumask(struct cpuset *cpuset, int cmd, struct cpumask *newmask, struct tmpmasks *tmp) update_parent_subparts_cpumask() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | pthread.h | 1163 * @param cpusetsize [IN] Size of cpuset in bytes. 1164 * @param cpuset [OUT] Pointer to the cpu affinity mask. 1189 * @param cpusetsize [IN] Size of cpuset in bytes. 1190 * @param cpuset [IN] Pointer to the cpu affinity mask. 1215 * @param cpusetsize [IN] Size of cpuset in bytes. 1216 * @param cpuset [IN] Pointer to the cpu affinity mask. 1232 int pthread_attr_setaffinity_np(pthread_attr_t *attr, size_t cpusetsize, const cpu_set_t *cpuset); 1241 * @param cpusetsize [IN] Size of cpuset in bytes. 1242 * @param cpuset [OUT] Pointer to the cpu affinity mask. 1258 int pthread_attr_getaffinity_np(const pthread_attr_t *attr, size_t cpusetsize, cpu_set_t *cpuset); [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | process.c | 23 #include <linux/cpuset.h>
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | main.c | 48 #include <linux/cpuset.h>
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 2104 * for groups of tasks (ie. cpuset), so that load balancing is not in __set_cpus_allowed_ptr() 2507 enum { cpuset, possible, fail, bug } state = cpuset; in select_fallback_rq() enumerator 2561 case cpuset: in select_fallback_rq() 2587 if (state != cpuset) { in select_fallback_rq() 6521 * We must have raced with a concurrent cpuset in sched_setaffinity() 6523 * cpuset's cpus_allowed in sched_setaffinity() 7202 * to a new cpuset; we don't want to change their CPU in task_can_attach() 7833 * cpuset configurations. in cpuset_cpu_active()
|
H A D | sched.h | 46 #include <linux/cpuset.h> 853 * variables. Each exclusive cpuset essentially defines an island domain by 854 * fully partitioning the member CPUs from any other cpuset. Whenever a new 855 * exclusive cpuset is created, we also create and attach a new root-domain
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 36 #include <linux/cpuset.h>
|
Completed in 24 milliseconds