Lines Matching refs:timeout
341 unsigned long timeout; in smp_callin() local
375 timeout = jiffies + 2*HZ; in smp_callin()
376 while (time_before(jiffies, timeout)) { in smp_callin()
385 if (!time_before(jiffies, timeout)) { in smp_callin()
560 int timeout, status; in inquire_remote_apic() local
575 timeout = 0; in inquire_remote_apic()
579 } while (status == APIC_ICR_RR_INPROG && timeout++ < 1000); in inquire_remote_apic()
601 int timeout, maxlvt; in wakeup_secondary_via_NMI() local
611 timeout = 0; in wakeup_secondary_via_NMI()
616 } while (send_status && (timeout++ < 1000)); in wakeup_secondary_via_NMI()
644 int maxlvt, timeout, num_starts, j; in wakeup_secondary_via_INIT() local
660 timeout = 0; in wakeup_secondary_via_INIT()
665 } while (send_status && (timeout++ < 1000)); in wakeup_secondary_via_INIT()
678 timeout = 0; in wakeup_secondary_via_INIT()
683 } while (send_status && (timeout++ < 1000)); in wakeup_secondary_via_INIT()
732 timeout = 0; in wakeup_secondary_via_INIT()
737 } while (send_status && (timeout++ < 1000)); in wakeup_secondary_via_INIT()
774 int timeout, cpu; in do_boot_cpu() local
869 for (timeout = 0; timeout < 50000; timeout++) { in do_boot_cpu()