/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-restart.txt | 1 Drive a GPIO line that can be used to restart the system from a restart 5 time, the driver will request the given gpio line and install a restart 8 the restart is initiated. 10 When the system is restarted, the restart handler will be invoked in 18 restart handler completes allowing other restart handlers to be attempted. 21 - compatible : should be "gpio-restart". 29 it to when the restart is initiated. If this optional property is not 33 0: Restart handler of last resort, with limited restart 35 128: Default restart handler; use if no other restart handler is 36 expected to be available, and/or if restart functionality is [all …]
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-generic.c | 58 .restart = omap2xxx_restart, 75 .restart = omap2xxx_restart, 94 .restart = omap3xxx_restart, 112 .restart = omap3xxx_restart, 128 .restart = omap3xxx_restart, 145 .restart = omap3xxx_restart, 161 .restart = omap3xxx_restart, 180 .restart = ti81xx_restart, 197 .restart = ti81xx_restart, 215 .restart = am33xx_restart, [all …]
|
D | Makefile | 59 obj-$(CONFIG_SOC_OMAP2420) += omap2-restart.o 60 obj-$(CONFIG_SOC_OMAP2430) += omap2-restart.o 61 obj-$(CONFIG_SOC_TI81XX) += ti81xx-restart.o 62 obj-$(CONFIG_SOC_AM33XX) += am33xx-restart.o 63 obj-$(CONFIG_SOC_AM43XX) += omap4-restart.o 64 obj-$(CONFIG_ARCH_OMAP3) += omap3-restart.o 65 obj-$(CONFIG_ARCH_OMAP4) += omap4-restart.o 66 obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o 67 obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o
|
D | board-omap3logic.c | 236 .restart = omap3xxx_restart, 248 .restart = omap3xxx_restart,
|
D | board-rx51.c | 140 .restart = omap3xxx_restart,
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | mpc85xx_rdb.c | 237 .restart = fsl_rstcr_restart, in define_machine() 252 .restart = fsl_rstcr_restart, in define_machine() 267 .restart = fsl_rstcr_restart, in define_machine() 282 .restart = fsl_rstcr_restart, in define_machine() 297 .restart = fsl_rstcr_restart, in define_machine() 312 .restart = fsl_rstcr_restart, in define_machine() 327 .restart = fsl_rstcr_restart, in define_machine() 342 .restart = fsl_rstcr_restart, in define_machine() 357 .restart = fsl_rstcr_restart, in define_machine() 372 .restart = fsl_rstcr_restart, in define_machine()
|
D | xes_mpc85xx.c | 176 .restart = fsl_rstcr_restart, in define_machine() 191 .restart = fsl_rstcr_restart, in define_machine() 206 .restart = fsl_rstcr_restart, in define_machine()
|
D | mpc85xx_ds.c | 215 .restart = fsl_rstcr_restart, in define_machine() 230 .restart = fsl_rstcr_restart, in define_machine() 245 .restart = fsl_rstcr_restart, in define_machine()
|
D | corenet_generic.c | 184 ppc_md.restart = fsl_hv_restart; in corenet_generic_probe() 213 .restart = fsl_rstcr_restart, in define_machine()
|
D | mpc85xx_mds.c | 390 .restart = fsl_rstcr_restart, in define_machine() 412 .restart = fsl_rstcr_restart, in define_machine() 435 .restart = fsl_rstcr_restart, in define_machine()
|
D | bsc913x_rdb.c | 64 .restart = fsl_rstcr_restart, in define_machine()
|
D | bsc913x_qds.c | 71 .restart = fsl_rstcr_restart, in define_machine()
|
D | c293pcie.c | 74 .restart = fsl_rstcr_restart, in define_machine()
|
D | mvme2500.c | 71 .restart = fsl_rstcr_restart, in define_machine()
|
D | mpc8536_ds.c | 82 .restart = fsl_rstcr_restart, in define_machine()
|
D | p1010rdb.c | 84 .restart = fsl_rstcr_restart, in define_machine()
|
D | socrates.c | 96 .restart = fsl_rstcr_restart, in define_machine()
|
D | qemu_e500.c | 82 .restart = fsl_rstcr_restart, in define_machine()
|
D | mpc85xx_cds.c | 386 .restart = mpc85xx_cds_restart, in define_machine() 390 .restart = fsl_rstcr_restart, in define_machine()
|
D | stx_gp3.c | 108 .restart = fsl_rstcr_restart, in define_machine()
|
D | p1023_rdb.c | 115 .restart = fsl_rstcr_restart, in define_machine()
|
D | ppa8548.c | 96 .restart = fsl_rstcr_restart, in define_machine()
|
D | tqm85xx.c | 135 .restart = fsl_rstcr_restart, in define_machine()
|
D | twr_p102x.c | 145 .restart = fsl_rstcr_restart, in define_machine()
|
D | sbc8548.c | 135 .restart = fsl_rstcr_restart, in define_machine()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | signal.c | 237 int restart = 0; in do_signal() local 250 restart = -2; in do_signal() 255 restart++; in do_signal() 269 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 287 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 289 return restart; in do_signal() 307 int restart = do_signal(regs, syscall); in do_work_pending() local 308 if (unlikely(restart)) { in do_work_pending() 314 return restart; in do_work_pending()
|
/linux-4.1.27/arch/metag/kernel/ |
D | signal.c | 229 int restart = 0; in do_signal() local 253 restart = -2; in do_signal() 257 ++restart; in do_signal() 275 restart = 0; in do_signal() 277 if (unlikely(restart)) { in do_signal() 293 if (unlikely(restart < 0)) in do_signal() 301 return restart; in do_signal() 315 int restart = do_signal(regs, syscall); in do_work_pending() local 316 if (unlikely(restart)) { in do_work_pending() 322 return restart; in do_work_pending()
|
D | traps.c | 312 TBIRES tail_end_sys(TBIRES State, int syscall, int *restart) in tail_end_sys() argument 323 *restart = 1; in tail_end_sys() 632 int restart; in switch1_handler() local 659 restart = 0; in switch1_handler() 686 State = tail_end_sys(State, sysnumber, &restart); in switch1_handler() 688 if (restart) in switch1_handler()
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | edb93xx.c | 281 .restart = ep93xx_restart, 294 .restart = ep93xx_restart, 307 .restart = ep93xx_restart, 320 .restart = ep93xx_restart, 333 .restart = ep93xx_restart, 346 .restart = ep93xx_restart, 359 .restart = ep93xx_restart, 372 .restart = ep93xx_restart,
|
D | micro9.c | 87 .restart = ep93xx_restart, 100 .restart = ep93xx_restart, 113 .restart = ep93xx_restart, 126 .restart = ep93xx_restart,
|
D | gesbc9312.c | 44 .restart = ep93xx_restart,
|
D | adssphere.c | 44 .restart = ep93xx_restart,
|
D | simone.c | 88 .restart = ep93xx_restart,
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
D | board-og.c | 150 .restart = ks8695_restart, 162 .restart = ks8695_restart, 174 .restart = ks8695_restart, 186 .restart = ks8695_restart, 198 .restart = ks8695_restart,
|
D | board-sg.c | 95 .restart = ks8695_restart, 107 .restart = ks8695_restart, 119 .restart = ks8695_restart,
|
D | board-micrel.c | 61 .restart = ks8695_restart,
|
D | board-dsm320.c | 129 .restart = ks8695_restart,
|
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/ |
D | st-reset.txt | 4 - compatible: should be "st,<chip>-restart". 8 restart { 9 compatible = "st,stih416-restart";
|
/linux-4.1.27/drivers/power/reset/ |
D | Kconfig | 30 This driver supports restart for Atmel AT91SAM9 and SAMA5 37 This driver supports restart for Axxia SoC. 47 This driver provides restart support for Broadcom STB boards. 50 to have restart support. 61 bool "GPIO restart driver" 65 If your board needs a GPIO high/low to restart, say Y and 87 Power off and restart support for Qualcomm boards. 109 Instead they restart, and u-boot holds the SoC until the 113 bool "ST restart driver" 124 Power off and restart support for ARM Versatile family of
|
D | Makefile | 7 obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o 13 obj-$(CONFIG_POWER_RESET_RESTART) += restart-poweroff.o
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | msm-poweroff.txt | 4 Clearing that bit allows us to restart/poweroff. The difference 5 between poweroff and restart is determined by unique power manager IC 14 restart@fc4ab000 {
|
D | restart-poweroff.txt | 8 - compatible: Should be "restart-poweroff"
|
/linux-4.1.27/arch/nios2/kernel/ |
D | signal.c | 235 int restart = 0; in do_signal() local 254 restart = -2; in do_signal() 258 restart++; in do_signal() 268 if (unlikely(restart && regs->ea == restart_addr)) { in do_signal() 285 if (unlikely(restart) && regs->ea == restart_addr) { in do_signal() 295 return restart; in do_signal() 309 int restart = do_signal(regs); in do_notify_resume() local 311 if (unlikely(restart)) { in do_notify_resume() 317 return restart; in do_notify_resume()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | signal.c | 55 int restart = 1; in check_syscall_restart() local 72 restart = !has_handler; in check_syscall_restart() 78 restart = !has_handler || (ka->sa.sa_flags & SA_RESTART) != 0; in check_syscall_restart() 88 if (restart) { in check_syscall_restart()
|
D | eeh_cache.c | 238 restart: in __eeh_addr_cache_rmv_dev() 247 goto restart; in __eeh_addr_cache_rmv_dev()
|
/linux-4.1.27/kernel/time/ |
D | alarmtimer.c | 181 int restart = ALARMTIMER_NORESTART; in alarmtimer_fired() local 188 restart = alarm->function(alarm, base->gettime()); in alarmtimer_fired() 191 if (restart != ALARMTIMER_NORESTART) { in alarmtimer_fired() 706 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument 708 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() 714 exp.tv64 = restart->nanosleep.expires; in alarm_timer_nsleep_restart() 723 rmtp = restart->nanosleep.rmtp; in alarm_timer_nsleep_restart() 753 struct restart_block *restart; in alarm_timer_nsleep() local 791 restart = ¤t->restart_block; in alarm_timer_nsleep() 792 restart->fn = alarm_timer_nsleep_restart; in alarm_timer_nsleep() [all …]
|
D | hrtimer.c | 1204 int restart; in __run_hrtimer() local 1220 restart = fn(timer); in __run_hrtimer() 1229 if (restart != HRTIMER_NORESTART) { in __run_hrtimer() 1532 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() argument 1538 hrtimer_init_on_stack(&t.timer, restart->nanosleep.clockid, in hrtimer_nanosleep_restart() 1540 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart() 1545 rmtp = restart->nanosleep.rmtp; in hrtimer_nanosleep_restart() 1562 struct restart_block *restart; in hrtimer_nanosleep() local 1588 restart = ¤t->restart_block; in hrtimer_nanosleep() 1589 restart->fn = hrtimer_nanosleep_restart; in hrtimer_nanosleep() [all …]
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpss | 143 restart() function 188 restart) 189 restart
|
D | mpssd.h | 93 int restart; member
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | board-v7.c | 203 .restart = mvebu_restart, 218 .restart = mvebu_restart, 232 .restart = mvebu_restart, 246 .restart = mvebu_restart,
|
D | dove.c | 37 .restart = mvebu_restart,
|
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/ |
D | mvme5100.c | 43 static u_char *restart; variable 170 restart = ioremap(BOARD_MODRST_REG, 4); in mvme5100_setup_arch() 186 out_8((u_char *) restart, 0x01); in mvme5100_restart() 218 .restart = mvme5100_restart, in define_machine()
|
D | wii.c | 190 if (ppc_md.restart) in wii_halt() 191 ppc_md.restart(NULL); in wii_halt() 230 .restart = wii_restart, in define_machine()
|
D | gamecube.c | 84 .restart = gamecube_restart, in define_machine()
|
D | storcenter.c | 123 .restart = storcenter_restart, in define_machine()
|
/linux-4.1.27/drivers/media/i2c/ |
D | msp3400-kthreads.c | 519 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-4.1.27/drivers/ps3/ |
D | sys-manager-core.c | 60 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-4.1.27/drivers/scsi/aacraid/ |
D | src.c | 630 int restart = 0; in aac_src_init() local 648 ++restart; in aac_src_init() 656 ++restart; in aac_src_init() 681 if ((restart && in aac_src_init() 688 if (!restart && in aac_src_init() 697 ++restart; in aac_src_init() 701 if (restart && aac_commit) in aac_src_init() 774 int restart = 0; in aac_srcv_init() local 794 ++restart; in aac_srcv_init() 824 ++restart; in aac_srcv_init() [all …]
|
D | rx.c | 548 int restart = 0; in _aac_rx_init() local 564 while ((++restart < 512) && in _aac_rx_init() 573 ++restart; in _aac_rx_init() 596 if ((restart && in _aac_rx_init() 603 if (!restart && in _aac_rx_init() 611 ++restart; in _aac_rx_init() 615 if (restart && aac_commit) in _aac_rx_init()
|
/linux-4.1.27/arch/sh/kernel/ |
D | reboot.c | 70 .restart = native_machine_restart, 89 machine_ops.restart(cmd); in machine_restart()
|
/linux-4.1.27/arch/arm/plat-iop/ |
D | Makefile | 13 obj-$(CONFIG_ARCH_IOP32X) += restart.o 23 obj-$(CONFIG_ARCH_IOP33X) += restart.o
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pxa-dt.c | 56 .restart = pxa_restart, 72 .restart = pxa_restart,
|
D | eseries.c | 198 .restart = pxa_restart, 249 .restart = pxa_restart, 373 .restart = pxa_restart, 569 .restart = pxa_restart, 768 .restart = pxa_restart, 980 .restart = pxa_restart,
|
D | colibri-pxa270.c | 320 .restart = pxa_restart, 331 .restart = pxa_restart,
|
D | ezx.c | 832 .restart = pxa_restart, 899 .restart = pxa_restart, 966 .restart = pxa_restart, 1158 .restart = pxa_restart, 1225 .restart = pxa_restart, 1266 .restart = pxa_restart,
|
D | mp900.c | 102 .restart = pxa_restart,
|
/linux-4.1.27/kernel/ |
D | compat.c | 216 static long compat_nanosleep_restart(struct restart_block *restart) in compat_nanosleep_restart() argument 223 restart->nanosleep.rmtp = (struct timespec __user *) &rmt; in compat_nanosleep_restart() 226 ret = hrtimer_nanosleep_restart(restart); in compat_nanosleep_restart() 230 rmtp = restart->nanosleep.compat_rmtp; in compat_nanosleep_restart() 279 struct restart_block *restart = ¤t->restart_block; in COMPAT_SYSCALL_DEFINE2() local 281 restart->fn = compat_nanosleep_restart; in COMPAT_SYSCALL_DEFINE2() 282 restart->nanosleep.compat_rmtp = rmtp; in COMPAT_SYSCALL_DEFINE2() 814 static long compat_clock_nanosleep_restart(struct restart_block *restart) in compat_clock_nanosleep_restart() argument 819 struct compat_timespec __user *rmtp = restart->nanosleep.compat_rmtp; in compat_clock_nanosleep_restart() 821 restart->nanosleep.rmtp = (struct timespec __user *) &tu; in compat_clock_nanosleep_restart() [all …]
|
D | futex.c | 1982 static long futex_wait_restart(struct restart_block *restart); 2178 struct restart_block *restart; in futex_wait() local 2230 restart = ¤t->restart_block; in futex_wait() 2231 restart->fn = futex_wait_restart; in futex_wait() 2232 restart->futex.uaddr = uaddr; in futex_wait() 2233 restart->futex.val = val; in futex_wait() 2234 restart->futex.time = abs_time->tv64; in futex_wait() 2235 restart->futex.bitset = bitset; in futex_wait() 2236 restart->futex.flags = flags | FLAGS_HAS_TIMEOUT; in futex_wait() 2249 static long futex_wait_restart(struct restart_block *restart) in futex_wait_restart() argument [all …]
|
D | softirq.c | 253 restart: in __do_softirq() 292 goto restart; in __do_softirq() 608 enum hrtimer_restart restart; in __tasklet_hrtimer_trampoline() local 610 restart = ttimer->function(&ttimer->timer); in __tasklet_hrtimer_trampoline() 611 if (restart != HRTIMER_NORESTART) in __tasklet_hrtimer_trampoline()
|
/linux-4.1.27/arch/arm/kernel/ |
D | signal.c | 508 int restart = 0; in do_signal() local 524 restart -= 2; in do_signal() 528 restart++; in do_signal() 546 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal() 559 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal() 561 return restart; in do_signal() 578 int restart = do_signal(regs, syscall); in do_work_pending() local 579 if (unlikely(restart)) { in do_work_pending() 585 return restart; in do_work_pending()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | smttimer.c | 29 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()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_lock.c | 386 int restart; in lovsub_lock_delete() local 403 restart = 0; in lovsub_lock_delete() 411 restart = lovsub_lock_delete_one(env, child, lov); in lovsub_lock_delete() 414 if (restart) { in lovsub_lock_delete() 419 } while (restart); in lovsub_lock_delete()
|
/linux-4.1.27/arch/um/drivers/ |
D | ubd_kern.c | 133 struct list_head restart; member 443 static LIST_HEAD(restart); 471 list_for_each_safe(list, next_ele, &restart){ in ubd_handler() 472 ubd = container_of(list, struct ubd, restart); in ubd_handler() 473 list_del_init(&ubd->restart); in ubd_handler() 859 INIT_LIST_HEAD(&ubd_dev->restart); in ubd_add() 1263 else if (list_empty(&dev->restart)) in submit_request() 1264 list_add(&dev->restart, &restart); in submit_request() 1297 if (list_empty(&dev->restart)) in do_ubd_request() 1298 list_add(&dev->restart, &restart); in do_ubd_request() [all …]
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | omixp-setup.c | 250 .restart = ixp4xx_restart, 265 .restart = ixp4xx_restart, 277 .restart = ixp4xx_restart,
|
D | coyote-setup.c | 121 .restart = ixp4xx_restart, 138 .restart = ixp4xx_restart,
|
D | avila-setup.c | 176 .restart = ixp4xx_restart, 196 .restart = ixp4xx_restart,
|
D | gateway7001-setup.c | 108 .restart = ixp4xx_restart,
|
D | wg302v2-setup.c | 109 .restart = ixp4xx_restart,
|
D | gtwx5715-setup.c | 176 .restart = ixp4xx_restart,
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_legacy_tv.c | 428 int restart; in radeon_legacy_tv_init_restarts() local 484 restart = const_ptr->def_restart; in radeon_legacy_tv_init_restarts() 497 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts() 500 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart); in radeon_legacy_tv_init_restarts() 502 tv_dac->tv.hrestart = restart % h_total; in radeon_legacy_tv_init_restarts() 503 restart /= h_total; in radeon_legacy_tv_init_restarts() 504 tv_dac->tv.vrestart = restart % v_total; in radeon_legacy_tv_init_restarts() 505 restart /= v_total; in radeon_legacy_tv_init_restarts() 506 tv_dac->tv.frestart = restart % f_total; in radeon_legacy_tv_init_restarts()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 130 restart: label 171 b restart @ restart 184 bne restart @ and restart
|
D | board-generic.c | 88 .restart = omap1_restart,
|
/linux-4.1.27/sound/pci/rme9652/ |
D | rme9652.c | 451 int restart = 0; in rme9652_set_interrupt_interval() local 456 if ((restart = s->running)) { in rme9652_set_interrupt_interval() 474 if (restart) in rme9652_set_interrupt_interval() 484 int restart; in rme9652_set_rate() local 541 if ((restart = rme9652->running)) { in rme9652_set_rate() 548 if (restart) { in rme9652_set_rate() 898 int restart = 0; in rme9652_set_adat1_input() local 908 if ((restart = rme9652->running)) { in rme9652_set_adat1_input() 914 if (restart) { in rme9652_set_adat1_input() 968 int restart = 0; in rme9652_set_spdif_input() local [all …]
|
/linux-4.1.27/fs/nfs/ |
D | delegation.c | 97 restart: in nfs_delegation_claim_locks() 109 goto restart; in nfs_delegation_claim_locks() 473 restart: in nfs_client_return_marked_delegations() 486 goto restart; in nfs_client_return_marked_delegations() 495 goto restart; in nfs_client_return_marked_delegations() 819 restart: in nfs_delegation_reap_unclaimed() 836 goto restart; in nfs_delegation_reap_unclaimed() 848 goto restart; in nfs_delegation_reap_unclaimed()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_extent_busy.c | 319 restart: in xfs_extent_busy_reuse() 337 goto restart; in xfs_extent_busy_reuse() 364 restart: in xfs_extent_busy_trim() 392 goto restart; in xfs_extent_busy_trim()
|
D | xfs_log_cil.c | 596 restart: in xlog_cil_push() 621 goto restart; in xlog_cil_push() 845 restart: in xlog_cil_force_lsn() 871 goto restart; in xlog_cil_force_lsn() 897 goto restart; in xlog_cil_force_lsn()
|
D | xfs_icache.c | 524 restart: in xfs_inode_ag_walk() 606 goto restart; in xfs_inode_ag_walk() 901 restart: in xfs_reclaim_inode() 953 goto restart; in xfs_reclaim_inode() 1030 restart: in xfs_reclaim_inodes_ag() 1132 goto restart; in xfs_reclaim_inodes_ag()
|
/linux-4.1.27/fs/btrfs/tests/ |
D | btrfs-tests.c | 134 restart: in btrfs_free_dummy_fs_info() 144 goto restart; in btrfs_free_dummy_fs_info()
|
/linux-4.1.27/arch/arm/mach-efm32/ |
D | dtmachine.c | 14 .restart = armv7m_restart,
|
/linux-4.1.27/arch/arm/mach-footbridge/ |
D | personal.c | 22 .restart = footbridge_restart,
|
D | cats-hw.c | 96 .restart = footbridge_restart,
|
/linux-4.1.27/net/ipv4/ |
D | inet_timewait_sock.c | 298 restart: in inet_twsk_purge() 313 goto restart; in inet_twsk_purge() 328 goto restart; in inet_twsk_purge()
|
/linux-4.1.27/arch/arm/mach-versatile/ |
D | versatile_ab.c | 43 .restart = versatile_restart,
|
D | versatile_dt.c | 49 .restart = versatile_restart,
|
D | versatile_pb.c | 90 .restart = versatile_restart,
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | imx1-dt.c | 25 .restart = mxc_restart,
|
D | mach-bug.c | 62 .restart = mxc_restart,
|
D | mach-scb9328.c | 142 .restart = mxc_restart,
|
/linux-4.1.27/arch/sh/include/asm/ |
D | reboot.h | 9 void (*restart)(char *cmd); member
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | mach-nuc910evb.c | 41 .restart = nuc9xx_restart,
|
D | mach-nuc960evb.c | 41 .restart = nuc9xx_restart,
|
D | mach-nuc950evb.c | 44 .restart = nuc9xx_restart,
|
/linux-4.1.27/arch/mips/include/asm/ |
D | abi.h | 22 const unsigned long restart; member
|
D | Kbuild | 6 generic-y += emergency-restart.h
|
/linux-4.1.27/arch/arm/mach-clps711x/ |
D | board-clep7312.c | 44 .restart = clps711x_restart,
|
/linux-4.1.27/arch/arm/mach-iop32x/ |
D | iq31244.c | 317 .restart = iop3xx_restart, 332 .restart = iop3xx_restart,
|
/linux-4.1.27/fs/jbd/ |
D | checkpoint.c | 216 restart: in __wait_cp_io() 227 goto restart; in __wait_cp_io() 238 goto restart; in __wait_cp_io() 384 restart: in log_do_checkpoint() 428 goto restart; in log_do_checkpoint()
|
/linux-4.1.27/arch/powerpc/platforms/512x/ |
D | mpc512x_generic.c | 53 .restart = mpc512x_restart, in define_machine()
|
D | mpc5121_ads.c | 74 .restart = mpc512x_restart, in define_machine()
|
D | pdm360ng.c | 130 .restart = mpc512x_restart, in define_machine()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | reboot.h | 9 void (*restart)(char *cmd); member
|
/linux-4.1.27/arch/arm/mach-spear/ |
D | spear1340.c | 37 .restart = spear_restart,
|
D | spear1310.c | 65 .restart = spear_restart,
|
D | Makefile | 8 obj-y := restart.o time.o
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-raid.txt | 24 - rotating parity 0 with data restart 26 - rotating parity N with data restart 27 raid6_zr RAID6 zero restart 28 - rotating parity zero (left-to-right) with data restart 29 raid6_nr RAID6 N restart 30 - rotating parity N (right-to-left) with data restart
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpmac.c | 417 struct cpmac_desc *desc, *restart; in cpmac_poll() local 432 restart = NULL; in cpmac_poll() 442 if (unlikely(restart)) { in cpmac_poll() 446 restart, desc); in cpmac_poll() 450 restart = desc->next; in cpmac_poll() 477 if (!restart && in cpmac_poll() 485 restart = priv->rx_head; in cpmac_poll() 488 if (restart) { in cpmac_poll() 494 if (unlikely((restart->dataflags & CPMAC_OWN) == 0)) { in cpmac_poll() 498 "that's not free: %p\n", restart); in cpmac_poll() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
D | ppc476.c | 96 ppc_md.restart = avr_reset_system; in avr_probe() 297 .restart = ppc4xx_reset_system, in define_machine()
|
D | ebony.c | 68 .restart = ppc4xx_reset_system, in define_machine()
|
D | virtex.c | 61 .restart = ppc4xx_reset_system, in define_machine()
|
D | ppc44x_simple.c | 89 .restart = ppc4xx_reset_system, in define_machine()
|
D | sam440ep.c | 65 .restart = ppc4xx_reset_system, in define_machine()
|
D | canyonlands.c | 132 .restart = ppc4xx_reset_system, in define_machine()
|
/linux-4.1.27/sound/soc/omap/ |
D | omap-mcpdm.c | 67 bool restart; member 350 mcpdm->restart = true; in omap_mcpdm_dai_hw_params() 365 } else if (mcpdm->restart) { in omap_mcpdm_prepare() 368 mcpdm->restart = false; in omap_mcpdm_prepare()
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 513 int i, written, restart=1; in eeprom_write() local 524 for(i = 0; (i < EEPROM_RETRIES) && (restart > 0); i++) in eeprom_write() 526 restart = 0; in eeprom_write() 638 restart=1; in eeprom_write()
|
/linux-4.1.27/arch/powerpc/platforms/83xx/ |
D | asp834x.c | 56 .restart = mpc83xx_restart, in define_machine()
|
D | sbc834x.c | 74 .restart = mpc83xx_restart, in define_machine()
|
D | mpc836x_rdk.c | 59 .restart = mpc83xx_restart, in define_machine()
|
D | mpc830x_rdb.c | 60 .restart = mpc83xx_restart, in define_machine()
|
D | mpc831x_rdb.c | 60 .restart = mpc83xx_restart, in define_machine()
|
D | mpc834x_itx.c | 84 .restart = mpc83xx_restart, in define_machine()
|
D | mpc837x_rdb.c | 85 .restart = mpc83xx_restart, in define_machine()
|
D | mpc834x_mds.c | 105 .restart = mpc83xx_restart, in define_machine()
|
D | mpc832x_mds.c | 118 .restart = mpc83xx_restart, in define_machine()
|
D | mpc837x_mds.c | 107 .restart = mpc83xx_restart, in define_machine()
|
/linux-4.1.27/arch/arm/mach-mmp/ |
D | avengers_lite.c | 57 .restart = pxa168_restart,
|
D | aspenite.c | 272 .restart = pxa168_restart, 281 .restart = pxa168_restart,
|
D | teton_bga.c | 102 .restart = pxa168_restart,
|
D | tavorevb.c | 115 .restart = mmp_restart,
|
D | flint.c | 133 .restart = mmp_restart,
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 488 restart: in tvaudio_thread() 505 goto restart; in tvaudio_thread() 532 goto restart; in tvaudio_thread() 584 goto restart; in tvaudio_thread() 604 goto restart; in tvaudio_thread() 785 restart: in tvaudio_thread_ddep() 836 goto restart; in tvaudio_thread_ddep()
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | mpc5200_simple.c | 83 .restart = mpc52xx_restart, in define_machine()
|
/linux-4.1.27/fs/gfs2/ |
D | lock_dlm.c | 785 restart: in control_mount() 819 goto restart; in control_mount() 889 goto restart; in control_mount() 904 goto restart; in control_mount() 914 goto restart; in control_mount() 923 goto restart; in control_mount() 945 restart: in control_first_done() 974 goto restart; in control_first_done()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | signal.c | 419 long restart = in_syscall; in ia64_do_signal() local 443 restart = 0; in ia64_do_signal() 448 if (unlikely(restart)) { in ia64_do_signal() 464 restart = 0; /* don't restart twice if handle_signal() fails... */ in ia64_do_signal() 477 if (restart) { in ia64_do_signal()
|
/linux-4.1.27/arch/powerpc/platforms/40x/ |
D | walnut.c | 65 .restart = ppc4xx_reset_system, in define_machine()
|
D | virtex.c | 54 .restart = ppc4xx_reset_system, in define_machine()
|
D | ppc40x_simple.c | 80 .restart = ppc4xx_reset_system, in define_machine()
|
D | ep405.c | 123 .restart = ppc4xx_reset_system, in define_machine()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | platform.c | 32 _F(void, restart, (void), { while(1); });
|
/linux-4.1.27/include/linux/mfd/ |
D | max8998.h | 114 int restart; member
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | mach-s3c64xx-dt.c | 75 .restart = s3c64xx_dt_restart,
|
D | mach-smdk6400.c | 96 .restart = s3c64xx_restart,
|
D | mach-ncp.c | 107 .restart = s3c64xx_restart,
|
/linux-4.1.27/arch/arm/mach-mv78xx0/ |
D | rd78x00-masa-setup.c | 87 .restart = mv78xx0_restart,
|
D | db78x00-bp-setup.c | 102 .restart = mv78xx0_restart,
|
D | buffalo-wxl-setup.c | 154 .restart = mv78xx0_restart,
|
/linux-4.1.27/arch/arm/mach-bcm/ |
D | board_bcm21664.c | 74 .restart = bcm21664_restart,
|
D | board_bcm281xx.c | 72 .restart = bcm281xx_restart,
|
D | board_bcm2835.c | 135 .restart = bcm2835_restart,
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
D | board-dt.c | 80 .restart = orion5x_restart,
|
D | kurobox_pro-setup.c | 392 .restart = orion5x_restart, 406 .restart = orion5x_restart,
|
D | rd88f6183ap-ge-setup.c | 128 .restart = orion5x_restart,
|
/linux-4.1.27/arch/arm/mach-dove/ |
D | cm-a510.c | 96 .restart = dove_restart,
|
D | dove-db-setup.c | 102 .restart = dove_restart,
|
/linux-4.1.27/arch/arm/mach-nspire/ |
D | nspire.c | 79 .restart = nspire_restart,
|
/linux-4.1.27/include/linux/ |
D | concap.h | 78 int (*restart)(struct concap_proto *cprot, member
|
D | rhashtable.h | 541 restart: in rhashtable_lookup_fast() 557 goto restart; in rhashtable_lookup_fast() 579 restart: in __rhashtable_insert_fast() 619 goto restart; in __rhashtable_insert_fast()
|
/linux-4.1.27/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 75 .restart = s5pv210_dt_restart,
|
/linux-4.1.27/arch/mips/fw/arc/ |
D | misc.c | 49 ARC_CALL0(restart); in ArcRestart()
|
/linux-4.1.27/arch/arm/mach-gemini/ |
D | board-rut1xx.c | 91 .restart = gemini_restart,
|
D | board-nas4220b.c | 106 .restart = gemini_restart,
|
D | board-wbd111.c | 133 .restart = gemini_restart,
|
D | board-wbd222.c | 133 .restart = gemini_restart,
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | da8xx-dt.c | 76 .restart = da8xx_restart,
|
/linux-4.1.27/arch/arm/mach-netx/ |
D | nxdkn.c | 101 .restart = netx_restart,
|
/linux-4.1.27/arch/arm/mach-picoxcell/ |
D | common.c | 85 .restart = picoxcell_wdt_restart,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | bcm47081-buffalo-wzr-900dhp.dts | 31 restart {
|
D | bcm4708-luxul-xwc-1000.dts | 54 restart {
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | iq81340mc.c | 95 .restart = iop13xx_restart,
|
D | iq81340sc.c | 97 .restart = iop13xx_restart,
|
/linux-4.1.27/fs/lockd/ |
D | clntlock.c | 251 restart: in reclaimer() 278 goto restart; in reclaimer()
|
/linux-4.1.27/arch/powerpc/platforms/86xx/ |
D | sbc8641d.c | 117 .restart = fsl_rstcr_restart, in define_machine()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | Kbuild | 7 generic-y += emergency-restart.h
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | Kbuild | 7 generic-y += emergency-restart.h
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | arch.h | 65 void (*restart)(enum reboot_mode, const char *); member
|
/linux-4.1.27/Documentation/networking/ |
D | cxacru.txt | 29 Up to 7 parameters at a time will be sent and the modem will restart 90 "restart" (stops, waits 1.5s, then starts)
|
/linux-4.1.27/arch/powerpc/platforms/maple/ |
D | setup.c | 171 ppc_md.restart = rtas_restart; in maple_use_rtas_reboot_and_halt_if_present() 328 .restart = maple_restart, in define_machine()
|
/linux-4.1.27/drivers/sh/intc/ |
D | virq.c | 207 restart: in intc_subgroup_map() 220 goto restart; in intc_subgroup_map()
|
/linux-4.1.27/drivers/tty/ |
D | tty_buffer.c | 67 int restart; in tty_buffer_unlock_exclusive() local 69 restart = buf->head->commit != buf->head->read; in tty_buffer_unlock_exclusive() 73 if (restart) in tty_buffer_unlock_exclusive()
|
/linux-4.1.27/Documentation/ |
D | ramoops.txt | 13 survive after a restart. 39 on restart (i.e. new dumps after the restart will overwrite old ones).
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | nanoengine.c | 116 .restart = sa11x0_restart,
|
D | shannon.c | 108 .restart = sa11x0_restart,
|
D | pleb.c | 146 .restart = sa11x0_restart,
|
/linux-4.1.27/fs/jffs2/ |
D | nodemgmt.c | 361 restart: in jffs2_do_reserve_space() 383 goto restart; in jffs2_do_reserve_space() 398 goto restart; in jffs2_do_reserve_space() 420 goto restart; in jffs2_do_reserve_space() 462 goto restart; in jffs2_do_reserve_space()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | qpace_setup.c | 140 .restart = rtas_restart, in define_machine()
|
/linux-4.1.27/mm/ |
D | nobootmem.c | 231 restart: in ___alloc_bootmem_nopanic() 240 goto restart; in ___alloc_bootmem_nopanic()
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | olpc.c | 138 restart: in olpc_xo1_ec_cmd() 176 goto restart; in olpc_xo1_ec_cmd()
|
/linux-4.1.27/Documentation/RCU/ |
D | rculist_nulls.txt | 66 new list and restart the list traversal. I think that this can be 120 is not the slot number, then we must restart the lookup at 143 * not the expected one, we must restart lookup.
|
/linux-4.1.27/arch/um/include/asm/ |
D | Kbuild | 8 generic-y += emergency-restart.h
|
/linux-4.1.27/arch/arm/mach-nomadik/ |
D | cpu-8815.c | 157 .restart = cpu8815_restart,
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | tegra.c | 166 .restart = tegra_pmc_restart,
|