Searched refs:send_status (Results 1 - 4 of 4) sorted by relevance

/arch/m32r/kernel/
H A Dsmpboot.c262 unsigned long send_status, boot_status; local
290 send_status = 0;
305 send_status = !cpumask_test_cpu(phys_id, &cpu_bootin_map);
306 } while (send_status && (timeout++ < 100));
310 if (!send_status) {
337 if (send_status || boot_status) {
/arch/x86/kernel/
H A Dsmpboot.c492 unsigned long send_status, accept_status = 0; local
501 send_status = safe_apic_wait_icr_idle();
515 if (send_status)
520 return (send_status | accept_status);
526 unsigned long send_status, accept_status = 0; local
552 send_status = safe_apic_wait_icr_idle();
563 send_status = safe_apic_wait_icr_idle();
616 send_status = safe_apic_wait_icr_idle();
625 if (send_status || accept_status)
630 if (send_status)
[all...]
/arch/mn10300/kernel/
H A Dsmp.c753 unsigned long send_status, callin_status; local
756 send_status = GxICR_REQUEST;
783 send_status =
785 } while (send_status == GxICR_REQUEST && timeout++ < 100);
789 if (send_status == 0) {
807 if (send_status == GxICR_REQUEST || callin_status == 0) {
/arch/x86/kernel/apic/
H A Dapic.c272 u32 send_status; local
277 send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY;
278 if (!send_status)
284 return send_status;

Completed in 126 milliseconds