Searched refs:cpuset (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcgroup_subsys.h11 SUBSYS(cpuset)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcpuset.c2 * kernel/cpuset.c
27 #include <linux/cpuset.h>
64 * Workqueue for cpuset related tasks.
67 * is set. So we create a separate workqueue thread for cpuset.
73 * When there is only one cpuset (the root cpuset) we can
80 struct cpuset;
91 struct cpuset { struct
95 cpumask_var_t cpus_allowed; /* CPUs allowed to tasks in cpuset */
98 struct cpuset *paren
[all...]
H A DMakefile64 obj-$(CONFIG_CPUSETS) += cpuset.o
H A Dkthread.c12 #include <linux/cpuset.h>
H A Dsched.c56 #include <linux/cpuset.h>
424 * variables. Each exclusive cpuset essentially defines an island domain by
425 * fully partitioning the member cpus from any other cpuset. Whenever a new
426 * exclusive cpuset is created, we also create and attach a new root-domain
5052 * We must have raced with a concurrent cpuset
5054 * cpuset's cpus_allowed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcpu.c252 cpu_set_t cpuset; local
254 CPU_ZERO(&cpuset);
256 if (!sched_getaffinity(0, sizeof(cpuset), &cpuset))
257 nb_cpus = CPU_COUNT(&cpuset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmips-mt-fpaff.c6 #include <linux/cpuset.h>
130 * We must have raced with a concurrent cpuset
132 * cpuset's cpus_allowed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c164 cpu_set_t cpuset; local
166 CPU_ZERO(&cpuset);
168 ret = sched_getaffinity(0, sizeof(cpuset), &cpuset);
170 nb_cpus = CPU_COUNT(&cpuset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtopology.c18 #include <linux/cpuset.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Doom_kill.c28 #include <linux/cpuset.h>
48 * and whether or not it has the same set of allowed cpuset nodes.
59 * cpuset is irrelevant. Only return true if its
68 * check the mems of tsk's cpuset.
260 /* Check this allocation failure is caused by cpuset's wall function */
350 * memcg, not in the same cpuset, or bound to a disjoint set of mempolicy nodes
495 * does not panic for cpuset, mempolicy, or memcg allocation
H A Dmigrate.c28 #include <linux/cpuset.h>
H A Dfilemap.c34 #include <linux/cpuset.h>
H A Dvmscan.c34 #include <linux/cpuset.h>
H A Dhugetlb.c16 #include <linux/cpuset.h>
1990 * When cpuset is configured, it breaks the strict hugetlb page
1992 * reservation is completely rubbish in the presence of cpuset because
1994 * current cpuset. Application can still potentially OOM'ed by kernel
1995 * with lack of free htlb page in cpuset that the task is in.
1996 * Attempt to enforce strict accounting with cpuset is almost
1997 * impossible (or too ugly) because cpuset is too fluid that
2000 * The change of semantics for shared hugetlb mapping with cpuset is
2004 * semantics that cpuset has.
H A Dmempolicy.c22 #include <linux/cpuset.h>
1834 * If mpol_dup() sees current->cpuset == cpuset_being_rebound, then it
1837 * keeps mempolicies cpuset relative after its cpuset moves. See
1838 * further kernel/cpuset.c update_nodemask().
1841 * cpuset's mems), so we needn't do rebind work for current task.
2250 * a specific context [cpuset] at a later time. Used to parse tmpfs mpol
H A Dpage_alloc.c38 #include <linux/cpuset.h>
1368 #define ALLOC_CPUSET 0x40 /* check for correct cpuset */
1519 * skip over zones that are not allowed by the cpuset, or that have
1657 * See also cpuset_zone_allowed() comment in kernel/cpuset.c.
1975 * Ignore cpuset if GFP_ATOMIC (!wait) rather than fail alloc.
1976 * See also cpuset_zone_allowed() comment in kernel/cpuset.c.
3095 /* cpuset refresh routine should be here */
H A Dslab.c97 #include <linux/cpuset.h>
3269 * of the current cpuset / memory policy requirements.
H A Dslub.c23 #include <linux/cpuset.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c77 #include <linux/cpuset.h>
H A Dbase.c77 #include <linux/cpuset.h>
2721 REG("cpuset", S_IRUGO, proc_cpuset_operations),
3056 REG("cpuset", S_IRUGO, proc_cpuset_operations),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dmain.c41 #include <linux/cpuset.h>

Completed in 177 milliseconds