/linux-4.4.14/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.4.14/arch/arm/mach-omap2/ |
D | board-generic.c | 51 .restart = omap2xxx_restart, 68 .restart = omap2xxx_restart, 87 .restart = omap3xxx_restart, 105 .restart = omap3xxx_restart, 122 .restart = omap3xxx_restart, 139 .restart = omap3xxx_restart, 155 .restart = omap3xxx_restart, 174 .restart = ti81xx_restart, 191 .restart = ti81xx_restart, 209 .restart = am33xx_restart, [all …]
|
D | Makefile | 56 obj-$(CONFIG_SOC_OMAP2420) += omap2-restart.o 57 obj-$(CONFIG_SOC_OMAP2430) += omap2-restart.o 58 obj-$(CONFIG_SOC_TI81XX) += ti81xx-restart.o 59 obj-$(CONFIG_SOC_AM33XX) += am33xx-restart.o 60 obj-$(CONFIG_SOC_AM43XX) += omap4-restart.o 61 obj-$(CONFIG_ARCH_OMAP3) += omap3-restart.o 62 obj-$(CONFIG_ARCH_OMAP4) += omap4-restart.o 63 obj-$(CONFIG_SOC_OMAP5) += omap4-restart.o 64 obj-$(CONFIG_SOC_DRA7XX) += omap4-restart.o
|
D | board-rx51.c | 140 .restart = omap3xxx_restart,
|
/linux-4.4.14/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 | 190 ppc_md.restart = fsl_hv_restart; in corenet_generic_probe() 229 .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 | 70 .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 | 385 .restart = mpc85xx_cds_restart, in define_machine() 389 .restart = fsl_rstcr_restart, in define_machine()
|
D | stx_gp3.c | 108 .restart = fsl_rstcr_restart, in define_machine()
|
D | ppa8548.c | 96 .restart = fsl_rstcr_restart, in define_machine()
|
D | p1023_rdb.c | 115 .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.4.14/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.4.14/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.4.14/arch/arm/mach-ep93xx/ |
D | edb93xx.c | 279 .restart = ep93xx_restart, 292 .restart = ep93xx_restart, 305 .restart = ep93xx_restart, 318 .restart = ep93xx_restart, 331 .restart = ep93xx_restart, 344 .restart = ep93xx_restart, 357 .restart = ep93xx_restart, 370 .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,
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/arm/mach-mvebu/ |
D | board-v7.c | 167 .restart = mvebu_restart, 182 .restart = mvebu_restart, 196 .restart = mvebu_restart, 210 .restart = mvebu_restart,
|
D | dove.c | 39 .restart = mvebu_restart,
|
/linux-4.4.14/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.4.14/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() 703 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart() argument 705 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() 711 exp.tv64 = restart->nanosleep.expires; in alarm_timer_nsleep_restart() 720 rmtp = restart->nanosleep.rmtp; in alarm_timer_nsleep_restart() 750 struct restart_block *restart; in alarm_timer_nsleep() local 788 restart = ¤t->restart_block; in alarm_timer_nsleep() 789 restart->fn = alarm_timer_nsleep_restart; in alarm_timer_nsleep() [all …]
|
D | hrtimer.c | 930 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart) in remove_hrtimer() argument 948 if (!restart) in remove_hrtimer() 1213 int restart; in __run_hrtimer() local 1248 restart = fn(timer); in __run_hrtimer() 1261 if (restart != HRTIMER_NORESTART && in __run_hrtimer() 1518 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() argument 1524 hrtimer_init_on_stack(&t.timer, restart->nanosleep.clockid, in hrtimer_nanosleep_restart() 1526 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart() 1531 rmtp = restart->nanosleep.rmtp; in hrtimer_nanosleep_restart() 1548 struct restart_block *restart; in hrtimer_nanosleep() local [all …]
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpss | 141 restart() function 186 restart) 187 restart
|
D | mpssd.h | 94 int restart; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/aacraid/ |
D | src.c | 638 int restart = 0; in aac_src_init() local 656 ++restart; in aac_src_init() 664 ++restart; in aac_src_init() 689 if ((restart && in aac_src_init() 696 if (!restart && in aac_src_init() 705 ++restart; in aac_src_init() 709 if (restart && aac_commit) in aac_src_init() 783 int restart = 0; in aac_srcv_init() local 801 ++restart; in aac_srcv_init() 831 ++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.4.14/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.4.14/arch/sh/kernel/ |
D | reboot.c | 70 .restart = native_machine_restart, 89 machine_ops.restart(cmd); in machine_restart()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | pxa-dt.c | 56 .restart = pxa_restart, 72 .restart = pxa_restart,
|
D | eseries.c | 181 .restart = pxa_restart, 232 .restart = pxa_restart, 356 .restart = pxa_restart, 552 .restart = pxa_restart, 751 .restart = pxa_restart, 966 .restart = pxa_restart,
|
D | colibri-pxa270.c | 320 .restart = pxa_restart, 331 .restart = pxa_restart,
|
D | ezx.c | 837 .restart = pxa_restart, 905 .restart = pxa_restart, 973 .restart = pxa_restart, 1166 .restart = pxa_restart, 1234 .restart = pxa_restart, 1276 .restart = pxa_restart,
|
D | mp900.c | 102 .restart = pxa_restart,
|
/linux-4.4.14/arch/arm/plat-iop/ |
D | Makefile | 13 obj-$(CONFIG_ARCH_IOP32X) += restart.o 23 obj-$(CONFIG_ARCH_IOP33X) += restart.o
|
/linux-4.4.14/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 | 2090 static long futex_wait_restart(struct restart_block *restart); 2283 struct restart_block *restart; in futex_wait() local 2335 restart = ¤t->restart_block; in futex_wait() 2336 restart->fn = futex_wait_restart; in futex_wait() 2337 restart->futex.uaddr = uaddr; in futex_wait() 2338 restart->futex.val = val; in futex_wait() 2339 restart->futex.time = abs_time->tv64; in futex_wait() 2340 restart->futex.bitset = bitset; in futex_wait() 2341 restart->futex.flags = flags | FLAGS_HAS_TIMEOUT; in futex_wait() 2354 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.4.14/arch/arm/kernel/ |
D | signal.c | 506 int restart = 0; in do_signal() local 522 restart -= 2; in do_signal() 526 restart++; in do_signal() 544 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal() 557 if (unlikely(restart) && regs->ARM_pc == restart_addr) { in do_signal() 559 return restart; in do_signal() 582 int restart = do_signal(regs, syscall); in do_work_pending() local 583 if (unlikely(restart)) { in do_work_pending() 589 return restart; in do_work_pending()
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/mach-socfpga/ |
D | socfpga.c | 99 .restart = socfpga_cyclone5_restart, 112 .restart = socfpga_arria10_restart,
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 129 restart: label 170 b restart @ restart 183 bne restart @ and restart
|
D | board-generic.c | 89 .restart = omap1_restart,
|
/linux-4.4.14/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.4.14/fs/nfs/ |
D | delegation.c | 97 restart: in nfs_delegation_claim_locks() 109 goto restart; in nfs_delegation_claim_locks() 475 restart: in nfs_client_return_marked_delegations() 488 goto restart; in nfs_client_return_marked_delegations() 497 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()
|
D | nfs4state.c | 1400 restart: in nfs4_reclaim_locks() 1435 goto restart; in nfs4_reclaim_locks() 1459 restart: in nfs4_reclaim_open_state() 1487 goto restart; in nfs4_reclaim_open_state() 1521 goto restart; in nfs4_reclaim_open_state() 1715 restart: in nfs4_do_reclaim() 1742 goto restart; in nfs4_do_reclaim() 1967 restart: in nfs4_handle_migration() 1986 goto restart; in nfs4_handle_migration() 2015 restart: in nfs4_handle_lease_moved() [all …]
|
/linux-4.4.14/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 | 602 restart: in xlog_cil_push() 627 goto restart; in xlog_cil_push() 847 restart: in xlog_cil_force_lsn() 873 goto restart; in xlog_cil_force_lsn() 899 goto restart; in xlog_cil_force_lsn()
|
D | xfs_icache.c | 526 restart: in xfs_inode_ag_walk() 608 goto restart; in xfs_inode_ag_walk() 903 restart: in xfs_reclaim_inode() 955 goto restart; in xfs_reclaim_inode() 1032 restart: in xfs_reclaim_inodes_ag() 1134 goto restart; in xfs_reclaim_inodes_ag()
|
/linux-4.4.14/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.4.14/arch/arm/mach-efm32/ |
D | dtmachine.c | 14 .restart = armv7m_restart,
|
/linux-4.4.14/arch/arm/mach-stm32/ |
D | board-dt.c | 18 .restart = armv7m_restart,
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | personal.c | 22 .restart = footbridge_restart,
|
D | cats-hw.c | 96 .restart = footbridge_restart,
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 40 - restart-gpio: drivers/power/gpio-restart.c is used to restart/reboot the 41 system by pulling a GPIO line and will register a restart handler so 42 userspace can issue the right system call to restart the system.
|
/linux-4.4.14/net/ipv4/ |
D | inet_timewait_sock.c | 272 restart: in inet_twsk_purge() 287 goto restart; in inet_twsk_purge() 301 goto restart; in inet_twsk_purge()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | reboot.h | 9 void (*restart)(char *cmd); member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/arm/mach-clps711x/ |
D | board-clep7312.c | 44 .restart = clps711x_restart,
|
/linux-4.4.14/arch/arm/mach-iop32x/ |
D | iq31244.c | 317 .restart = iop3xx_restart, 332 .restart = iop3xx_restart,
|
/linux-4.4.14/arch/mips/include/asm/ |
D | abi.h | 21 const unsigned long restart; member
|
D | Kbuild | 6 generic-y += emergency-restart.h
|
/linux-4.4.14/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.4.14/arch/x86/include/asm/ |
D | reboot.h | 9 void (*restart)(char *cmd); member
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/ti/ |
D | cpmac.c | 419 struct cpmac_desc *desc, *restart; in cpmac_poll() local 434 restart = NULL; in cpmac_poll() 444 if (unlikely(restart)) { in cpmac_poll() 448 restart, desc); in cpmac_poll() 452 restart = desc->next; in cpmac_poll() 479 if (!restart && in cpmac_poll() 487 restart = priv->rx_head; in cpmac_poll() 490 if (restart) { in cpmac_poll() 496 if (unlikely((restart->dataflags & CPMAC_OWN) == 0)) { in cpmac_poll() 500 "that's not free: %p\n", restart); in cpmac_poll() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 487 restart: in tvaudio_thread() 505 goto restart; in tvaudio_thread() 532 goto restart; in tvaudio_thread() 582 goto restart; in tvaudio_thread() 602 goto restart; in tvaudio_thread() 782 restart: in tvaudio_thread_ddep() 835 goto restart; in tvaudio_thread_ddep()
|
/linux-4.4.14/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.4.14/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 | mpc831x_rdb.c | 60 .restart = mpc83xx_restart, in define_machine()
|
D | mpc830x_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.4.14/arch/powerpc/platforms/52xx/ |
D | mpc5200_simple.c | 83 .restart = mpc52xx_restart, in define_machine()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/xtensa/kernel/ |
D | platform.c | 32 _F(void, restart, (void), { while(1); });
|
/linux-4.4.14/include/linux/mfd/ |
D | max8998.h | 114 int restart; member
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | mach-s3c64xx-dt.c | 74 .restart = s3c64xx_dt_restart,
|
D | mach-smdk6400.c | 96 .restart = s3c64xx_restart,
|
D | mach-ncp.c | 107 .restart = s3c64xx_restart,
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | board-dt.c | 79 .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.4.14/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.4.14/arch/arm/mach-bcm/ |
D | board_bcm21664.c | 74 .restart = bcm21664_restart,
|
D | board_bcm281xx.c | 72 .restart = bcm281xx_restart,
|
/linux-4.4.14/arch/arm/mach-nspire/ |
D | nspire.c | 77 .restart = nspire_restart,
|
/linux-4.4.14/include/linux/ |
D | concap.h | 78 int (*restart)(struct concap_proto *cprot, member
|
D | rhashtable.h | 543 restart: in rhashtable_lookup_fast() 559 goto restart; in rhashtable_lookup_fast() 581 restart: in __rhashtable_insert_fast() 623 goto restart; in __rhashtable_insert_fast()
|
/linux-4.4.14/arch/arm/mach-dove/ |
D | dove-db-setup.c | 102 .restart = dove_restart,
|
D | cm-a510.c | 96 .restart = dove_restart,
|
/linux-4.4.14/arch/mips/fw/arc/ |
D | misc.c | 49 ARC_CALL0(restart); in ArcRestart()
|
/linux-4.4.14/arch/arm/mach-s5pv210/ |
D | s5pv210.c | 75 .restart = s5pv210_dt_restart,
|
/linux-4.4.14/arch/arm/mach-iop13xx/ |
D | iq81340mc.c | 95 .restart = iop13xx_restart,
|
D | iq81340sc.c | 97 .restart = iop13xx_restart,
|
/linux-4.4.14/arch/arm/mach-netx/ |
D | nxdkn.c | 101 .restart = netx_restart,
|
/linux-4.4.14/arch/arm/mach-picoxcell/ |
D | common.c | 85 .restart = picoxcell_wdt_restart,
|
/linux-4.4.14/arch/arm/mach-gemini/ |
D | board-rut1xx.c | 91 .restart = gemini_restart,
|
D | board-nas4220b.c | 105 .restart = gemini_restart,
|
D | board-wbd222.c | 132 .restart = gemini_restart,
|
D | board-wbd111.c | 132 .restart = gemini_restart,
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | da8xx-dt.c | 76 .restart = da8xx_restart,
|
D | board-sffsdr.c | 157 .restart = davinci_restart,
|
/linux-4.4.14/fs/lockd/ |
D | clntlock.c | 251 restart: in reclaimer() 278 goto restart; in reclaimer()
|
/linux-4.4.14/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.4.14/arch/arm/boot/dts/ |
D | bcm47081-buffalo-wzr-900dhp.dts | 32 restart {
|
D | bcm4708-luxul-xwc-1000.dts | 51 restart {
|
/linux-4.4.14/arch/arm/mach-nomadik/ |
D | cpu-8815.c | 120 .restart = cpu8815_restart,
|
/linux-4.4.14/arch/powerpc/platforms/86xx/ |
D | sbc8641d.c | 117 .restart = fsl_rstcr_restart, in define_machine()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | Kbuild | 7 generic-y += emergency-restart.h
|
/linux-4.4.14/arch/arm/include/asm/mach/ |
D | arch.h | 65 void (*restart)(enum reboot_mode, const char *); member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/sh/intc/ |
D | virq.c | 212 restart: in intc_subgroup_map() 225 goto restart; in intc_subgroup_map()
|
/linux-4.4.14/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.4.14/arch/arm/mach-sa1100/ |
D | shannon.c | 108 .restart = sa11x0_restart,
|
D | nanoengine.c | 116 .restart = sa11x0_restart,
|
D | pleb.c | 146 .restart = sa11x0_restart,
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | Kbuild | 7 generic-y += emergency-restart.h
|
/linux-4.4.14/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.4.14/arch/powerpc/platforms/cell/ |
D | qpace_setup.c | 140 .restart = rtas_restart, in define_machine()
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc.c | 138 restart: in olpc_xo1_ec_cmd() 176 goto restart; in olpc_xo1_ec_cmd()
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/mach-iop33x/ |
D | iq80332.c | 151 .restart = iop3xx_restart,
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | Kbuild | 8 generic-y += emergency-restart.h
|