Searched refs:booting (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsmp.c144 * Used to inhibit booting threads if they've been disabled or
1273 const bool booting = system_state < SYSTEM_RUNNING; local
1277 const unsigned long spin_wait_ms = booting ? boot_spin_ms : hp_spin_ms;
/linux-master/drivers/usb/atm/
H A Dueagle-atm.c114 int booting; member in struct:uea_softc
1808 uea_info(INS_TO_USBDEV(sc), "(re)booting started\n");
1811 sc->booting = 1;
1856 sc->booting = 0;
2100 if (intr->bType != 0x08 || sc->booting) {
2320 ret = sysfs_emit(buf, "Modem is booting\n");
/linux-master/arch/arm/boot/compressed/
H A Dhead.S1462 @ The EFI spec does not support booting on ARM in HYP mode,

Completed in 140 milliseconds