Searched refs:restart (Results 76 - 100 of 425) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dreboot.h119 * Handlers restart system. Handlers are disallowed to sleep.
127 * @mode: Mode ID. Currently used only by the sys-off restart mode,
130 * @cmd: Command string. Currently used only by the sys-off restart mode,
193 * Emergency restart, callable from an interrupt handler.
197 #include <asm/emergency-restart.h>
H A Dwatchdog.h35 * @restart: The routine for restarting the machine.
54 int (*restart)(struct watchdog_device *, unsigned long, void *); member in struct:watchdog_ops
81 * @restart_nb: The notifier block to register a restart function.
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dlinkstation.c157 .restart = linkstation_restart,
/linux-master/mm/
H A Dpage_vma_mapped.c212 restart:
283 goto restart;
302 goto restart;
/linux-master/arch/arm64/kernel/
H A Dmachine_kexec.c182 * Both restart and kernel_reloc will shutdown the MMU, disable data
183 * caches. However, restart will start new kernel or purgatory directly,
191 typeof(cpu_soft_restart) *restart;
194 restart = (void *)__pa_symbol(cpu_soft_restart);
195 restart(is_hyp_nvhe(), kimage->start, kimage->arch.dtb_mem,
/linux-master/fs/xfs/
H A Dxfs_filestream.c75 restart:
134 goto restart;
143 goto restart;
/linux-master/net/ipv4/
H A Dinet_timewait_sock.c278 restart:
296 goto restart;
313 * not the expected one, we must restart lookup.
317 goto restart;
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S123 restart: label
165 b restart @ restart
178 bne restart @ and restart
254 b restart @ check for next GPIO interrupt
/linux-master/net/hsr/
H A Dhsr_netlink.c413 bool restart = false; local
434 restart:
450 if (!restart) {
467 restart = true;
468 goto restart;
/linux-master/drivers/scsi/aacraid/
H A Drx.c547 int restart = 0; local
565 while ((++restart < 512) &&
578 ++restart;
601 if ((restart &&
608 if (!restart &&
617 ++restart;
621 if (restart && aac_commit)
H A Dsrc.c887 int restart = 0; local
907 ++restart;
918 ++restart;
943 if ((restart &&
950 if (!restart &&
959 ++restart;
963 if (restart && aac_commit)
1179 int restart = 0; local
1200 ++restart;
1234 ++restart;
[all...]
/linux-master/sound/pci/rme9652/
H A Drme9652.c428 int restart = 0; local
433 restart = s->running;
434 if (restart)
451 if (restart)
461 int restart; local
518 restart = rme9652->running;
519 if (restart)
525 if (restart)
867 int restart = 0; local
877 restart
936 int restart = 0; local
999 int restart = 0; local
1065 int restart = 0; local
1150 int restart; local
[all...]
/linux-master/drivers/net/dsa/microchip/
H A Dksz8795.c768 u8 restart, speed, ctrl; local
773 ret = ksz_pread8(dev, port, regs[P_NEG_RESTART_CTRL], &restart);
789 if (restart & KSZ8873_PORT_PHY_LOOPBACK)
803 if (restart & PORT_POWER_DOWN)
806 if (restart & PORT_AUTO_NEG_RESTART)
815 if (restart & PORT_FORCE_MDIX)
818 if (restart & PORT_AUTO_MDIX_DISABLE)
821 if (restart & PORT_TX_DISABLE)
824 if (restart & PORT_LED_OFF)
1014 u8 restart, spee local
[all...]
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c95 struct reset_control *restart; member in struct:qcom_adsp
224 reset_control_assert(adsp->restart);
226 /* wait after asserting subsystem restart from AOSS */
230 reset_control_deassert(adsp->restart);
297 reset_control_assert(adsp->restart);
298 /* wait after asserting subsystem restart from AOSS */
307 reset_control_deassert(adsp->restart);
308 /* wait after de-asserting subsystem restart from AOSS */
570 adsp->restart = devm_reset_control_get_optional_exclusive(adsp->dev, "restart");
[all...]
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c346 int i, restart = 0; local
357 restart |= hellcreek_txtstamp_work(hellcreek, ps, i);
362 return restart ? 1 : -1;
/linux-master/drivers/watchdog/
H A Dwatchdog_core.c31 #include <linux/reboot.h> /* For restart handler */
186 ret = wdd->ops->restart(wdd, action, data);
221 * watchdog_set_restart_priority - Change priority of restart handler
223 * @priority: priority of the restart handler, should follow these guidelines:
224 * 0: use watchdog's restart function as last resort, has limited restart
226 * 128: default restart handler, use if no other handler is expected to be
227 * available and/or if restart is sufficient to restart the entire system
230 * If a wdd->ops->restart functio
[all...]
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c162 .restart = vt8500_restart,
/linux-master/arch/arm/mach-spear/
H A Dspear300.c212 .restart = spear_restart,
/linux-master/arch/arm/mach-mv78xx0/
H A Dbuffalo-wxl-setup.c182 .restart = mv78xx0_restart,
/linux-master/arch/powerpc/platforms/8xx/
H A Dep88xc.c167 .restart = mpc8xx_restart,
H A Dtqm8xx_setup.c143 .restart = mpc8xx_restart,
H A Dmpc86xads_setup.c140 .restart = mpc8xx_restart,
/linux-master/arch/arm/mach-ux500/
H A Dcpu-db8500.c132 .restart = ux500_restart,
/linux-master/arch/powerpc/platforms/83xx/
H A Dkm83xx.c185 .restart = mpc83xx_restart,
/linux-master/arch/x86/platform/ce4100/
H A Dce4100.c20 #include <asm/emergency-restart.h>

Completed in 231 milliseconds

1234567891011>>