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

123456789

/freebsd-12-stable/sys/dev/usb/controller/
H A Dxhci.c1754 restart:
2012 goto restart;
3974 restart:
4022 goto restart;
4033 /* queue changed - restart */
4034 goto restart;
H A Dohci.c1276 restart:
1387 goto restart;
H A Duhci.c1550 restart:
1659 goto restart;
2824 /* restart timer */
/freebsd-12-stable/sys/kern/
H A Dkern_proc.c3158 bool restart, seen_stopped, seen_exiting, stopped_some; local
3164 seen_exiting = seen_stopped = stopped_some = restart = false;
3199 restart = true;
3208 restart = true;
3210 if (restart || stopped_some || seen_exiting || seen_stopped) {
H A Dsched_ule.c996 restart:
1023 goto restart;
1035 * of date. The latter is rare. In either case restart
1042 goto restart;
1053 * removing this CPU from the set. The restart logic
2838 /* If there was context switch during spin, restart it. */
H A Dvfs_vnops.c221 restart:
252 goto restart;
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c6881 restart:
6892 goto restart;
6913 goto restart;
7170 restart:
7180 goto restart;
7213 goto restart;
7816 restart:
7826 goto restart;
7860 goto restart;
10339 restart
[all...]
/freebsd-12-stable/sbin/fsck_ffs/
H A Dsuj.c2545 restart:
2580 * We may just have run out of buffer, restart
2586 goto restart;
2608 goto restart;
/freebsd-12-stable/sys/geom/multipath/
H A Dg_multipath.c71 SDT_PROBE_DEFINE2(geom, multipath, io, restart, "struct bio*", "struct bio*");
442 * If we can fruitfully restart the I/O, do so.
446 SDT_PROBE2(geom, multipath, io, restart, bp, pbp);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_scan_sta.c1305 return 0; /* restart scan */
1460 restart:
1469 goto restart;
1699 return 0; /* restart scan */
1848 return 0; /* restart scan */
1969 return 0; /* restart scan */
/freebsd-12-stable/sys/netgraph/
H A Dng_pppoe.c530 restart:
550 goto restart;
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c1057 restart:
1206 * back and restart where we left off.
1213 goto restart;
1318 * offset from which to restart.
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c281 restart:
332 goto restart;
856 if (stopped) { /* restart output filter */
858 syslog(LOG_ERR, "cannot restart output filter");
/freebsd-12-stable/contrib/gcc/
H A Dtree-cfg.c771 restart:
794 goto restart;
2991 restart:
3064 goto restart;
H A Dfinal.c3219 restart:
3300 goto restart;
H A Dgenrecog.c922 restart:
1079 goto restart;
/freebsd-12-stable/sys/net/
H A Dif.c607 restart:
614 goto restart;
1335 restart:
1342 goto restart;
/freebsd-12-stable/sys/dev/sym/
H A Dsym_hipd.c901 * of driver internal data structures when we restart it.
1240 u32 restart; /* Jumped by SCRIPTS on relection */ member in struct:sym_actscr
1322 * Start and restart SCRIPTS addresses (must be at 0).
3795 * same command on UDC, since the SCRIPTS didn't restart
3908 * for negotiating again and restart the SCRIPTS.
3910 * ponding status and restart the SCRIPTS.
4008 * critical paths, we can safely restart the SCRIPTS
4032 * Otherwise just restart the SCRIPTS.
4424 * - compute the SCRIPTS address to restart from,
4490 * If the interrupted phase is COMMAND phase, we restart a
[all...]
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c7144 restart:
7154 goto restart;
7161 goto restart;
7223 * to complete and then restart the buf scan as the lock
7852 * offset to restart from. This enables us to implement some flow control
9715 /* If the list has changed restart the loop. */
12433 restart:
12442 goto restart;
12591 restart:
12615 goto restart;
[all...]
H A Dffs_snapshot.c263 restart:
297 goto restart;
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c1601 restart:
1621 goto restart;
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c539 restart:
562 goto restart;
/freebsd-12-stable/sys/geom/raid/
H A Dmd_promise.c841 restart:
890 goto restart;
/freebsd-12-stable/sys/netinet/
H A Din_pcb.c1867 restart:
1877 goto restart;
/freebsd-12-stable/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");

Completed in 1576 milliseconds

123456789