Searched refs:MSG_ALL_BUT_SELF (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsmp.h64 #define MSG_ALL_BUT_SELF 0x8000 /* Assume <32768 CPU's */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsmp.h64 #define MSG_ALL_BUT_SELF 0x8000 /* Assume <32768 CPU's */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsmp.c148 ((target == MSG_ALL_BUT_SELF) && (i != smp_processor_id())) ) {
245 case MSG_ALL_BUT_SELF:
362 || (target == MSG_ALL_BUT_SELF
454 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_XMON_BREAK, 0, 0);
523 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_CALL_FUNCTION, 0, 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dchrp_smp.c139 || (target == MSG_ALL_BUT_SELF
H A Dpmac_smp.c312 || (target == MSG_ALL_BUT_SELF && i != smp_processor_id())
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsmp.c135 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_INVALIDATE_TLB, 0, 0);
227 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_CALL_FUNCTION, 0, 0);
H A Dopen_pic.c800 case MSG_ALL_BUT_SELF:
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsun4m_smp.c339 if(target == MSG_ALL_BUT_SELF || target == MSG_ALL) {
341 if(target == MSG_ALL_BUT_SELF)
H A Dsun4d_smp.c428 if (msg == MSG_STOP_CPU && target == MSG_ALL_BUT_SELF) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c482 cpu = MSG_ALL_BUT_SELF;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c729 cpu = MSG_ALL_BUT_SELF;

Completed in 5211 milliseconds