Searched refs:restart (Results 151 - 175 of 425) sorted by relevance

1234567891011>>

/linux-master/fs/jffs2/
H A Dnodemgmt.c330 restart from the beginning */
361 restart:
383 goto restart;
398 goto restart;
420 goto restart;
462 goto restart;
/linux-master/lib/
H A Dradix-tree.c755 restart:
769 goto restart;
1177 restart:
1219 goto restart;
1224 goto restart;
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c393 * warranted so restart the work.
451 int i, restart = 0; local
459 restart |= mv88e6xxx_txtstamp_work(chip, ps);
464 return restart ? 1 : -1;
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c1045 .restart = spitz_restart,
1057 .restart = spitz_restart,
1069 .restart = spitz_restart,
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c229 * This function is called to start or restart the FEC during a link
233 static void restart(struct net_device *dev) function
463 .restart = restart,
H A Dmac-fcc.c242 static void restart(struct net_device *dev) function
504 * down. We now issue a restart transmit.
566 .restart = restart,
/linux-master/drivers/soc/qcom/
H A Dsmp2p.c179 bool restart; local
184 restart = in->flags & BIT(SMP2P_FLAGS_RESTART_DONE_BIT);
186 return restart != smp2p->ssr_ack;
/linux-master/mm/
H A Dlist_lru.c202 restart:
229 * restart from scratch.
232 goto restart;
242 * now invalid and so we have to restart from scratch.
245 goto restart;
/linux-master/arch/x86/mm/
H A Dpf_in.c82 restart:
96 goto restart;
/linux-master/drivers/usb/usbip/
H A Dvudc_transfer.c337 restart:
431 goto restart;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c331 B43legacy_DEBUGFS_FOPS(restart, NULL, restart_write_file, 1);
399 ADD_FILE(restart, 0200);
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c315 /* Map the SPOR register on briq and change the restart hook */
317 ppc_md.restart = briq_restart;
580 .restart = rtas_restart,
/linux-master/arch/arm/kernel/
H A Dentry-common.S384 mov why, #0 @ prevent syscall restart handling
390 mov why, #0 @ prevent syscall restart handling
/linux-master/net/sched/
H A Dsch_teql.c288 restart:
340 goto restart;
/linux-master/arch/s390/kernel/
H A Dtext_amode31.S124 larl %r4,.Lrestart_part2 # Setup restart PSW at absolute 0
/linux-master/arch/x86/kernel/
H A Dreboot.c765 pr_notice("machine restart\n");
797 .restart = native_machine_restart,
821 machine_ops.restart(cmd);
/linux-master/fs/xfs/
H A Dxfs_extent_busy.c240 * We also need to restart the busy extent search from the
310 restart:
328 goto restart;
/linux-master/drivers/tty/
H A Dtty_buffer.c73 bool restart = buf->head->commit != buf->head->read; local
78 if (restart)
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c407 static void dwmac1000_rane(void __iomem *ioaddr, bool restart) argument
409 dwmac_rane(ioaddr, GMAC_PCS_BASE, restart);
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c144 u32 restart; /* if DSP requires restart */ member in struct:s2255_mode
874 mode.restart = 1;
876 mode.restart = 1;
878 mode.restart = 1;
975 * the restart parameter in struct s2255_mode should be set whenever
978 * When the restart parameter is set, we sleep for ONE frame to allow the
1015 if (mode->restart) {
1024 /* clear the restart flag */
1025 vc->mode.restart
[all...]
/linux-master/fs/nfs/
H A Dnfs4state.c1530 restart:
1569 goto restart;
1669 restart:
1734 goto restart;
1933 restart:
1963 goto restart;
2208 restart:
2227 goto restart;
2254 restart:
2269 goto restart; /* was
[all...]
/linux-master/arch/arm/mach-orion5x/
H A Dterastation_pro2-setup.c365 .restart = orion5x_restart,
H A Dts209-setup.c330 .restart = orion5x_restart,
/linux-master/drivers/usb/host/
H A Dohci-q.c51 restart:
96 goto restart;
1225 restart:
1232 goto restart;
/linux-master/drivers/slimbus/
H A Dslimbus.h432 int slim_ctrl_clk_pause(struct slim_controller *ctrl, bool wakeup, u8 restart);

Completed in 249 milliseconds

1234567891011>>