Searched refs:restart (Results 51 - 75 of 425) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_pcs.h78 * dwmac_rane - To restart ANE
81 * @restart: to restart ANE
82 * Description: this is to just restart the Auto-Negotiation.
84 static inline void dwmac_rane(void __iomem *ioaddr, u32 reg, bool restart) argument
88 if (restart)
110 /* Enable and restart the Auto-Negotiation */
/linux-master/arch/x86/include/asm/
H A Dthread_info.h229 #define arch_set_restart_data(restart) \
230 do { restart->arch_data = current_thread_info()->status; } while (0)
/linux-master/kernel/time/
H A Dhrtimer.c1143 bool restart, bool keep_local)
1167 if (!restart)
1656 int restart; variable
1692 restart = fn(timer);
1707 if (restart != HRTIMER_NORESTART &&
2023 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) argument
2025 switch(restart->nanosleep.type) {
2028 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp))
2033 if (put_timespec64(ts, restart->nanosleep.rmtp))
2044 struct restart_block *restart; local
1142 remove_hrtimer(struct hrtimer *timer, struct hrtimer_clock_base *base, bool restart, bool keep_local) argument
2077 hrtimer_nanosleep_restart(struct restart_block *restart) argument
2093 struct restart_block *restart; local
[all...]
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c77 .restart = clps711x_restart,
/linux-master/arch/arm/mach-dove/
H A Dcm-a510.c93 .restart = dove_restart,
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dstorcenter.c120 .restart = storcenter_restart,
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc834x_itx.c67 .restart = mpc83xx_restart,
/linux-master/arch/arm/mach-orion5x/
H A Dboard-dt.c78 .restart = orion5x_restart,
/linux-master/arch/arm/include/asm/mach/
H A Darch.h43 enum reboot_mode reboot_mode; /* default restart mode */
59 void (*restart)(enum reboot_mode, const char *); member in struct:machine_desc
/linux-master/include/linux/
H A Dthread_info.h65 #define arch_set_restart_data(restart) do { } while (0)
68 static inline long set_restart_fn(struct restart_block *restart, argument
71 restart->fn = fn;
72 arch_set_restart_data(restart);
/linux-master/arch/arm/mach-s5pv210/
H A Ds5pv210.c69 .restart = s5pv210_dt_restart,
/linux-master/lib/
H A Dgeneric-radix-tree.c163 restart:
195 goto restart;
217 restart:
252 goto restart;
/linux-master/drivers/media/i2c/
H A Dmsp3400-kthreads.c505 restart:
506 dev_dbg_lvl(&client->dev, 2, msp_debug, "thread: restart scan\n");
507 state->restart = 0;
532 goto restart;
548 goto restart;
587 goto restart;
675 goto restart;
700 restart:
701 dev_dbg_lvl(&client->dev, 2, msp_debug, "thread: restart scan\n");
702 state->restart
[all...]
/linux-master/arch/arm/kernel/
H A Dsignal.c541 int restart = 0; local
552 * Prepare for system call restart. We do this here so that a
557 restart -= 2;
562 restart++;
575 * decision to restart the system call. But skip this if a
576 * debugger has chosen to restart at a different PC.
580 if (unlikely(restart) && regs->ARM_pc == restart_addr) {
593 if (unlikely(restart) && regs->ARM_pc == restart_addr) {
595 return restart;
618 int restart local
[all...]
/linux-master/fs/ceph/
H A Dquota.c229 restart:
255 goto restart;
286 restart:
291 * dropped and we can then restart the whole operation.
300 goto restart;
341 restart:
365 goto restart;
/linux-master/drivers/watchdog/
H A Dixp4xx_wdt.c104 .restart = ixp4xx_wdt_restart,
110 * is useless, but we still need to use it to restart the system
113 * the restart operation.
123 .restart = ixp4xx_wdt_restart,
143 dev_info(dev, "Rev. A0 IXP42x CPU detected - only restart supported\n");
/linux-master/arch/arm/mach-footbridge/
H A Debsa285.c122 .restart = footbridge_restart,
/linux-master/arch/arm/mach-sa1100/
H A Dh3600.c107 .restart = sa11x0_restart,
/linux-master/arch/powerpc/platforms/44x/
H A Diss4xx.c149 .restart = ppc4xx_reset_system,
H A Dcanyonlands.c116 .restart = ppc4xx_reset_system,
/linux-master/fs/
H A Dd_path.c150 * sequence number. If the sequence number had been changed, it will restart
169 restart:
177 goto restart;
338 restart:
354 goto restart;
/linux-master/arch/arm/mach-nomadik/
H A Dcpu-8815.c94 .restart = cpu8815_restart,
/linux-master/arch/powerpc/platforms/8xx/
H A Dadder875.c103 .restart = mpc8xx_restart,
/linux-master/arch/powerpc/kernel/
H A Dsignal.c182 int restart = 1; local
206 * we only get here if there is a handler, we dont restart.
208 restart = !has_handler;
211 /* ERESTARTSYS means to restart the syscall if there is no
214 restart = !has_handler || (ka->sa.sa_flags & SA_RESTART) != 0;
224 if (restart) {
253 /* Is there any syscall restart business here ? */
/linux-master/arch/powerpc/platforms/512x/
H A Dpdm360ng.c125 .restart = mpc512x_restart,

Completed in 455 milliseconds

1234567891011>>