Searched hist:c0ae66888bd4e4dd8ffb8575332540c253bf0af7 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/x86/acpica/ |
H A D | srat.c | diff c0ae66888bd4e4dd8ffb8575332540c253bf0af7 Thu Jan 08 16:53:13 CET 2015 John Baldwin <jhb@FreeBSD.org> Create a cpuset mask for each NUMA domain that is available in the kernel via the global cpuset_domain[] array. To export these to userland, add a CPU_WHICH_DOMAIN level that can be used to fetch the mask for a specific domain. Add a -d flag to cpuset(1) that can be used to fetch the mask for a given domain.
Differential Revision: https://reviews.freebsd.org/D1232 Submitted by: jeff (kernel bits) Reviewed by: adrian, jeff
|
/freebsd/sys/sys/ |
H A D | cpuset.h | diff c0ae66888bd4e4dd8ffb8575332540c253bf0af7 Thu Jan 08 16:53:13 CET 2015 John Baldwin <jhb@FreeBSD.org> Create a cpuset mask for each NUMA domain that is available in the kernel via the global cpuset_domain[] array. To export these to userland, add a CPU_WHICH_DOMAIN level that can be used to fetch the mask for a specific domain. Add a -d flag to cpuset(1) that can be used to fetch the mask for a given domain.
Differential Revision: https://reviews.freebsd.org/D1232 Submitted by: jeff (kernel bits) Reviewed by: adrian, jeff
|
H A D | smp.h | diff c0ae66888bd4e4dd8ffb8575332540c253bf0af7 Thu Jan 08 16:53:13 CET 2015 John Baldwin <jhb@FreeBSD.org> Create a cpuset mask for each NUMA domain that is available in the kernel via the global cpuset_domain[] array. To export these to userland, add a CPU_WHICH_DOMAIN level that can be used to fetch the mask for a specific domain. Add a -d flag to cpuset(1) that can be used to fetch the mask for a given domain.
Differential Revision: https://reviews.freebsd.org/D1232 Submitted by: jeff (kernel bits) Reviewed by: adrian, jeff
|
/freebsd/sys/kern/ |
H A D | kern_cpuset.c | diff c0ae66888bd4e4dd8ffb8575332540c253bf0af7 Thu Jan 08 16:53:13 CET 2015 John Baldwin <jhb@FreeBSD.org> Create a cpuset mask for each NUMA domain that is available in the kernel via the global cpuset_domain[] array. To export these to userland, add a CPU_WHICH_DOMAIN level that can be used to fetch the mask for a specific domain. Add a -d flag to cpuset(1) that can be used to fetch the mask for a given domain.
Differential Revision: https://reviews.freebsd.org/D1232 Submitted by: jeff (kernel bits) Reviewed by: adrian, jeff
|