Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 25 of 749) sorted by relevance

12345678910>>...30

/linux-3.4.99/arch/arm/mach-ep93xx/
Dedb93xx.c258 .restart = ep93xx_restart,
271 .restart = ep93xx_restart,
284 .restart = ep93xx_restart,
297 .restart = ep93xx_restart,
310 .restart = ep93xx_restart,
323 .restart = ep93xx_restart,
336 .restart = ep93xx_restart,
349 .restart = ep93xx_restart,
Dmicro9.c88 .restart = ep93xx_restart,
101 .restart = ep93xx_restart,
114 .restart = ep93xx_restart,
127 .restart = ep93xx_restart,
/linux-3.4.99/arch/powerpc/platforms/85xx/
Dmpc85xx_rdb.c249 .restart = fsl_rstcr_restart, in define_machine()
263 .restart = fsl_rstcr_restart, in define_machine()
277 .restart = fsl_rstcr_restart, in define_machine()
291 .restart = fsl_rstcr_restart, in define_machine()
305 .restart = fsl_rstcr_restart, in define_machine()
319 .restart = fsl_rstcr_restart, in define_machine()
333 .restart = fsl_rstcr_restart, in define_machine()
347 .restart = fsl_rstcr_restart, in define_machine()
Dp2041_rdb.c51 ppc_md.restart = fsl_hv_restart; in p2041_rdb_probe()
77 .restart = fsl_rstcr_restart, in define_machine()
Dp3041_ds.c53 ppc_md.restart = fsl_hv_restart; in p3041_ds_probe()
79 .restart = fsl_rstcr_restart, in define_machine()
Dp3060_qds.c41 ppc_md.restart = fsl_hv_restart; in p3060_qds_probe()
67 .restart = fsl_rstcr_restart, in define_machine()
Dp4080_ds.c52 ppc_md.restart = fsl_hv_restart; in p4080_ds_probe()
78 .restart = fsl_rstcr_restart, in define_machine()
Dxes_mpc85xx.c215 .restart = fsl_rstcr_restart, in define_machine()
229 .restart = fsl_rstcr_restart, in define_machine()
243 .restart = fsl_rstcr_restart, in define_machine()
Dp5020_ds.c53 ppc_md.restart = fsl_hv_restart; in p5020_ds_probe()
84 .restart = fsl_rstcr_restart, in define_machine()
/linux-3.4.99/arch/arm/mach-omap2/
Dboard-generic.c74 .restart = omap_prcm_restart,
93 .restart = omap_prcm_restart,
128 .restart = omap_prcm_restart,
163 .restart = omap_prcm_restart,
Dboard-ti8168evm.c55 .restart = omap_prcm_restart,
66 .restart = omap_prcm_restart,
/linux-3.4.99/drivers/scsi/aacraid/
Dsrc.c525 int restart = 0; in aac_src_init() local
543 ++restart; in aac_src_init()
551 ++restart; in aac_src_init()
576 if ((restart && in aac_src_init()
583 if (!restart && in aac_src_init()
592 ++restart; in aac_src_init()
596 if (restart && aac_commit) in aac_src_init()
664 int restart = 0; in aac_srcv_init() local
682 ++restart; in aac_srcv_init()
690 ++restart; in aac_srcv_init()
[all …]
/linux-3.4.99/kernel/time/
Dalarmtimer.c196 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local
215 restart = alarm->function(alarm, now); in alarmtimer_fired()
219 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired()
665 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument
667 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart()
673 exp.tv64 = restart->nanosleep.expires; in alarm_timer_nsleep_restart()
682 rmtp = restart->nanosleep.rmtp; in alarm_timer_nsleep_restart()
712 struct restart_block *restart; in alarm_timer_nsleep() local
747 restart = &current_thread_info()->restart_block; in alarm_timer_nsleep()
748 restart->fn = alarm_timer_nsleep_restart; in alarm_timer_nsleep()
[all …]
/linux-3.4.99/arch/powerpc/platforms/wsp/
Dh8.c76 static const char restart[] = "warm-reset"; in wsp_h8_restart() local
79 wsp_h8_terminal_cmd(restart, sizeof(restart) - 1); in wsp_h8_restart()
/linux-3.4.99/arch/arm/mach-s3c24xx/
Dmach-smdk2413.c137 .restart = s3c2412_restart,
149 .restart = s3c2412_restart,
161 .restart = s3c2412_restart,
/linux-3.4.99/arch/powerpc/kernel/
Dsignal.c68 int restart = 1; in check_syscall_restart() local
85 restart = !has_handler; in check_syscall_restart()
91 restart = !has_handler || (ka->sa.sa_flags & SA_RESTART) != 0; in check_syscall_restart()
101 if (restart) { in check_syscall_restart()
/linux-3.4.99/drivers/media/video/
Dmsp3400-kthreads.c519 restart: in msp3400c_thread()
521 state->restart = 0; in msp3400c_thread()
546 goto restart; in msp3400c_thread()
562 goto restart; in msp3400c_thread()
599 goto restart; in msp3400c_thread()
684 goto restart; in msp3400c_thread()
709 restart: in msp3410d_thread()
711 state->restart = 0; in msp3410d_thread()
740 goto restart; in msp3410d_thread()
755 goto restart; in msp3410d_thread()
[all …]
/linux-3.4.99/drivers/ps3/
Dsys-manager-core.c60 if (ps3_sys_manager_ops.restart) in ps3_sys_manager_restart()
61 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev); in ps3_sys_manager_restart()
/linux-3.4.99/Documentation/device-mapper/
Ddm-raid.txt21 - rotating parity 0 with data restart
23 - rotating parity N with data restart
24 raid6_zr RAID6 zero restart
25 - rotating parity zero (left-to-right) with data restart
26 raid6_nr RAID6 N restart
27 - rotating parity N (right-to-left) with data restart
/linux-3.4.99/arch/sh/kernel/
Dreboot.c70 .restart = native_machine_restart,
89 machine_ops.restart(cmd); in machine_restart()
/linux-3.4.99/arch/arm/mach-kirkwood/
Dopenrd-setup.c229 .restart = kirkwood_restart,
242 .restart = kirkwood_restart,
255 .restart = kirkwood_restart,
Dnetspace_v2-setup.c267 .restart = kirkwood_restart,
279 .restart = kirkwood_restart,
291 .restart = kirkwood_restart,
/linux-3.4.99/arch/openrisc/kernel/
Dsignal.c309 int restart = 0; in do_signal() local
315 restart = (signr <= 0); in do_signal()
320 restart = (signr <= 0 || (ka.sa.sa_flags & SA_RESTART)); in do_signal()
324 restart = 1; in do_signal()
328 if (restart) { in do_signal()
/linux-3.4.99/arch/arm/plat-iop/
DMakefile16 obj-$(CONFIG_ARCH_IOP32X) += restart.o
27 obj-$(CONFIG_ARCH_IOP33X) += restart.o
/linux-3.4.99/drivers/net/fddi/skfp/
Dsmttimer.c29 static void timer_done(struct s_smc *smc, int restart);
120 static void timer_done(struct s_smc *smc, int restart) in timer_done() argument
153 if (restart && smc->t.st_queue) in timer_done()

12345678910>>...30