Searched refs:restart (Results 101 - 125 of 214) sorted by relevance

123456789

/freebsd-current/sys/riscv/riscv/
H A Dpmap.c3861 restart:
3872 goto restart;
3896 goto restart;
4116 restart:
4126 goto restart;
4151 goto restart;
4519 restart:
4529 goto restart;
4561 goto restart;
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1559 def lzc_reopen(poolname, restart=True):
1564 :param bool restart: whether to restart an in-progress scrub operation.
1568 ret = _lib.lzc_reopen(poolname, restart)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c839 restart:
914 * When the continuous option is set restart at the minimum number of
921 goto restart;
/freebsd-current/sys/dev/sym/
H A Dsym_fw2.h824 * We are not able to restart the SCRIPTS if we are
984 * JUMP indirectly to the restart point of the CCB.
991 offsetof(struct sym_ccb, phys.head.go.restart),
1025 * JUMP indirectly to the restart point of the CCB.
1028 offsetof(struct sym_ccb, phys.head.go.restart),
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c442 restart:
480 /* free all so restart the processing */
482 goto restart;
/freebsd-current/sys/kern/
H A Dkern_clocksource.c548 restart:
555 goto restart;
H A Dsubr_taskqueue.c448 restart:
452 goto restart;
H A Dsubr_gtaskqueue.c305 restart:
309 goto restart;
H A Duipc_socket.c1736 restart:
1794 goto restart;
2106 restart:
2180 goto restart;
2555 goto restart;
2636 restart:
2688 goto restart;
2778 goto restart;
/freebsd-current/sys/ufs/ufs/
H A Dufs_dirhash.c597 restart:
675 goto restart;
/freebsd-current/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c572 restart:
750 goto restart;
/freebsd-current/sys/amd64/sgx/
H A Dsgx.c387 restart:
392 goto restart;
/freebsd-current/sys/dev/tpm/
H A Dtpm.c684 restart:
714 goto restart;
751 /* Abort previous and restart. */
/freebsd-current/sys/fs/ext2fs/
H A Dext2_lookup.c347 restart:
674 goto restart;
/freebsd-current/sys/netlink/
H A Dnetlink_domain.c603 restart:
619 goto restart;
/freebsd-current/contrib/bc/src/
H A Dvm.c1194 restart:
1248 goto restart;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1047 restart:
1052 goto restart;
1117 restart:
1122 goto restart;
1194 restart:
1199 goto restart;
1266 restart:
1271 goto restart;
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf77 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o info_hes.o info_ndbm.o info_passwd.o info_nis.o info_union.o map.o srvr_afs.o srvr_nfs.o mntfs.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_ops.o nfs_prot_svc.o nfs_start.o nfs_subr.o opts.o pfs_ops.o rpc_fwd.o sched.o sfs_ops.o amq_svc.o amq_subr.o umount_fs.o host_ops.o nfsx_ops.o ufs_ops.o ifs_ops.o amd.o get_args.o restart.o wire.o
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c1260 restart:
1263 * in the restart case we must be careful to reacquire
1276 goto restart;
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c177 restart:
592 goto restart;
/freebsd-current/sys/dev/acpica/
H A Dacpi_hpet.c228 restart:
248 goto restart;
/freebsd-current/sys/netinet6/
H A Din6_pcb.c806 restart:
815 goto restart;
/freebsd-current/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2002 "restart should not erase instruction length or contents");
2081 restart:
2141 goto restart;
2156 goto restart;
2224 goto restart;
2246 goto restart;
/freebsd-current/sys/dev/hifn/
H A Dhifn7751.c690 * doesn't, re-enable busmastering, and restart the interface if
2119 u_int32_t dmacsr, restart; local
2150 restart = dmacsr & (HIFN_DMACSR_D_OVER | HIFN_DMACSR_R_OVER);
2151 if (restart)
2161 restart = dmacsr & (HIFN_DMACSR_C_ABORT | HIFN_DMACSR_S_ABORT |
2163 if (restart) {
/freebsd-current/sys/netinet/
H A Dtcp_log_buf.c655 restart:
762 goto restart;
785 * dropped the lock, restart.
788 goto restart;
925 goto restart;
964 goto restart;

Completed in 402 milliseconds

123456789