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

123456789

/freebsd-current/sys/ufs/ffs/
H A Dffs_snapshot.c244 restart:
278 goto restart;
286 goto restart;
H A Dffs_softdep.c1382 * of VOP_FSYNC() in syncer) check for ERELOOKUP and restart at safe
1414 * restart the syscall.
7346 restart:
7356 goto restart;
7363 goto restart;
7425 * to complete and then restart the buf scan as the lock
8044 * offset to restart from. This enables us to implement some flow control
9893 /* If the list has changed restart the loop. */
12669 restart:
12678 goto restart;
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Dsuj.c2294 restart:
2331 * We may just have run out of buffer, restart
2337 goto restart;
2359 goto restart;
/freebsd-current/sys/kern/
H A Dsched_ule.c1034 restart:
1080 goto restart;
1101 * of date. The latter is rare. In either case restart
1108 goto restart;
1119 * removing this CPU from the set. The restart logic
3039 /* If there was context switch during spin, restart it. */
H A Dvfs_aio.c488 * restart the queue scan.
645 restart:
659 goto restart;
698 restart:
706 goto restart;
1130 * We have to restart to avoid race, we only sleep if
H A Dvfs_vnops.c239 restart:
276 goto restart;
302 goto restart;
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c4972 restart:
4988 goto restart;
5018 goto restart;
6653 restart:
6664 goto restart;
6685 goto restart;
6936 restart:
6947 goto restart;
6983 goto restart;
7535 restart
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c1513 restart:
1601 goto restart;
/freebsd-current/sys/net80211/
H A Dieee80211_scan_sta.c1303 return 0; /* restart scan */
1458 restart:
1467 goto restart;
1697 return 0; /* restart scan */
1846 return 0; /* restart scan */
1967 return 0; /* restart scan */
/freebsd-current/sys/geom/multipath/
H A Dg_multipath.c70 SDT_PROBE_DEFINE2(geom, multipath, io, restart, "struct bio*", "struct bio*");
447 * If we can fruitfully restart the I/O, do so.
451 SDT_PROBE2(geom, multipath, io, restart, bp, pbp);
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c267 restart:
318 goto restart;
842 if (stopped) { /* restart output filter */
844 syslog(LOG_ERR, "cannot restart output filter");
/freebsd-current/sys/netinet6/
H A Dnd6.c968 * addresses. Although we may have to restart the
1004 * addition,) we'd rather restart the
1046 restart:
1077 goto restart;
/freebsd-current/sys/arm64/vmm/
H A Dvmm.c1790 restart:
1853 goto restart;
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c1061 restart:
1226 * substitute command to change this back and restart where we left
1234 goto restart;
1345 * edoffset to an offset from which to restart. The
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c890 * of driver internal data structures when we restart it.
1229 u32 restart; /* Jumped by SCRIPTS on relection */ member in struct:sym_actscr
1311 * Start and restart SCRIPTS addresses (must be at 0).
3780 * same command on UDC, since the SCRIPTS didn't restart
3893 * for negotiating again and restart the SCRIPTS.
3895 * ponding status and restart the SCRIPTS.
3993 * critical paths, we can safely restart the SCRIPTS
4017 * Otherwise just restart the SCRIPTS.
4409 * - compute the SCRIPTS address to restart from,
4475 * If the interrupted phase is COMMAND phase, we restart a
[all...]
/freebsd-current/sys/dev/usb/controller/
H A Duhci.c1530 restart:
1633 goto restart;
2757 /* restart timer */
H A Dohci.c1266 restart:
1372 goto restart;
/freebsd-current/sys/netgraph/
H A Dng_pppoe.c543 restart:
563 goto restart;
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vnops.c79 "Times rename had to restart due to lock contention");
838 * restart the rename. This acquire/release step ensures that we do not
922 * Get the tvp ino if the lookup succeeded. We may have to restart
1808 restart:
1844 goto restart;
/freebsd-current/sys/netinet/
H A Dip_mroute.c636 restart:
656 goto restart;
/freebsd-current/sys/geom/raid/
H A Dmd_promise.c840 restart:
889 goto restart;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu.c2175 restart:
2189 * held by the caller only a single restart will be required.
2191 * returning EBUSY and not reporting holes after one restart.
2202 goto restart;
/freebsd-current/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1626 restart:
1646 goto restart;
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1988 /* restart transfer at specific point */
1990 restart(int argc, char **argv) function
1994 printf("restart: offset not specified\n");
/freebsd-current/sys/dev/dc/
H A Dif_dc.c1396 int restart = 0, watchdogreg; local
1402 restart = 1;
1508 if (restart)
3265 /* restart transmit unit if necessary */
4050 * doesn't, re-enable busmastering, and restart the interface if

Completed in 366 milliseconds

123456789