Searched refs:restart (Results 276 - 300 of 425) sorted by relevance

<<11121314151617

/linux-master/fs/ext4/
H A Dnamei.c1632 goto restart;
1656 restart:
1725 goto restart;
2492 int restart; local
2496 restart = 0;
2541 restart = 1;
2610 if (restart || err)
2631 restart = 1;
2648 /* @restart is true means htree-path has been changed, we need to
2651 if (restart
[all...]
H A Dfile.c405 * condition requires an exclusive inode lock. If yes, then we restart the
432 restart:
465 goto restart;
/linux-master/net/unix/
H A Daf_unix.c1378 restart:
1391 goto restart;
1512 restart:
1528 goto restart;
1548 goto restart;
1583 goto restart;
2038 restart:
2102 goto restart;
2129 goto restart;
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h819 * We are not able to restart the SCRIPTS if we are
981 * JUMP indirectly to the restart point of the CCB.
988 offsetof(struct sym_ccb, phys.head.go.restart),
1016 * JUMP indirectly to the restart point of the CCB.
1019 offsetof(struct sym_ccb, phys.head.go.restart),
/linux-master/include/linux/
H A Drhashtable.h603 restart:
624 goto restart;
1245 * Note that if you restart a walk after rhashtable_walk_stop you
/linux-master/lib/
H A Drhashtable.c655 * Note that if you restart a walk after rhashtable_walk_stop you
1145 restart:
1166 goto restart;
/linux-master/drivers/edac/
H A Dskx_base.c281 restart:
324 goto restart;
/linux-master/fs/dlm/
H A Dlockspace.c919 restart:
930 goto restart;
/linux-master/drivers/char/ipmi/
H A Dipmi_watchdog.c554 restart:
612 goto restart;
1097 /* If it comes back, restart it properly. */
/linux-master/drivers/usb/host/
H A Dehci-hcd.c724 restart:
751 goto restart;
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c631 (*fep->ops->restart)(dev);
677 fep->ops->restart(dev);
/linux-master/arch/mips/kernel/
H A Dsignal.c807 .restart = __NR_restart_syscall,
885 regs->regs[2] = current->thread.abi->restart;
/linux-master/fs/lockd/
H A Dsvclock.c326 restart:
341 goto restart;
/linux-master/drivers/net/
H A Dnetconsole.c963 restart:
987 goto restart;
/linux-master/arch/x86/kernel/
H A Dtsc.c1394 restart:
1413 goto restart;
/linux-master/arch/arm/kernel/
H A Dsetup.c1167 if (mdesc->restart) {
1168 __arm_pm_restart = mdesc->restart;
/linux-master/fs/ext2/
H A Dballoc.c205 restart:
231 goto restart;
/linux-master/fs/nfs/
H A Dpnfs_nfs.c313 restart:
322 goto restart;
H A Dpnfs.c914 restart:
921 goto restart;
940 restart:
945 goto restart;
2659 restart:
2681 goto restart;
2688 goto restart;
/linux-master/mm/
H A Dmadvise.c420 restart:
435 goto restart;
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c1139 static int txcomplete(struct qe_ep *ep, unsigned char restart) argument
1148 if (!restart) {
1304 static int ep0_txcomplete(struct qe_ep *ep, unsigned char restart) argument
1310 if (!restart)
1319 if (!restart) {
H A Domap_udc.c703 int status, restart, is_in; local
777 /* restart any queue, even if the claim failed */
778 restart = !ep->stopped && !list_empty(&ep->queue);
782 restart ? " (restart)" : "");
787 restart ? " (restart)" : "");
789 if (restart) {
1587 * restart the queue... very messy for DMA!
/linux-master/drivers/crypto/
H A Dhifn_795x.c542 #define HIFN_COMP_CMD_MPPC_RESTART 0x0004 /* MPPC: restart */
567 #define HIFN_COMP_RES_RESTART 0x0004 /* MPPC: restart */
1853 u32 dmacsr, restart; local
1874 restart = dmacsr & (HIFN_DMACSR_R_OVER | HIFN_DMACSR_D_OVER);
1875 if (restart) {
1888 restart = dmacsr & (HIFN_DMACSR_C_ABORT | HIFN_DMACSR_S_ABORT |
1890 if (restart) {
/linux-master/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c1544 static void dib8090_agc_control(struct dvb_frontend *fe, u8 restart) argument
1546 deb_info("AGC control callback: %i\n", restart);
1547 dib0090_dcc_freq(fe, restart);
1549 if (restart == 0) /* before AGC startup */
2647 static int dib7090_agc_restart(struct dvb_frontend *fe, u8 restart) argument
2649 deb_info("AGC restart callback: %d", restart);
2650 if (restart == 0) /* before AGC startup */
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c1599 restart:
1668 goto restart;
1709 restart:
1785 goto restart;
1884 goto restart;
3675 restart:
3716 goto restart;

Completed in 292 milliseconds

<<11121314151617