/freebsd/sys/powerpc/include/ |
H A D | smp.h | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
/freebsd/sys/powerpc/powerpc/ |
H A D | mp_machdep.c | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
/freebsd/sys/amd64/include/ |
H A D | smp.h | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
/freebsd/sys/i386/include/ |
H A D | smp.h | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
/freebsd/sys/kern/ |
H A D | sched_4bsd.c | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
H A D | subr_smp.c | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
H A D | sched_ule.c | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
/freebsd/sys/i386/i386/ |
H A D | mp_machdep.c | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|
/freebsd/sys/amd64/amd64/ |
H A D | mp_machdep.c | diff d9d8d1449d72e02d1636cc03a9d27d4e37704dab Fri Aug 06 17:36:59 CEST 2010 John Baldwin <jhb@FreeBSD.org> Add a new ipi_cpu() function to the MI IPI API that can be used to send an IPI to a specific CPU by its cpuid. Replace calls to ipi_selected() that constructed a mask for a single CPU with calls to ipi_cpu() instead. This will matter more in the future when we transition from cpumask_t to cpuset_t for CPU masks in which case building a CPU mask is more expensive.
Submitted by: peter, sbruno Reviewed by: rookie Obtained from: Yahoo! (x86) MFC after: 1 month
|