Home
last modified time | relevance | path

Searched full:restarts (Results 1 – 25 of 151) sorted by relevance

1234567

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dresilver_restart_001.ksh92 log_assert "Check for unnecessary resilver restarts"
99 set -A RESTARTS -- '1' '2' '2' '2'
141 RESTARTS=( "${DEFER_RESTARTS[@]}" )
147 RESTARTS=( "${EARLY_RESTART_DEFER_RESTARTS[@]}" )
164 verify_restarts '' "${RESTARTS[0]}" "${VDEVS[0]}"
174 verify_restarts ' after offline/online' "${RESTARTS[1]}" "${VDEVS[1]}"
182 verify_restarts ' after zinject' "${RESTARTS[2]}" "${VDEVS[2]}"
197 verify_restarts ' after resilver' "${RESTARTS[3]}" "${VDEVS[3]}"
H A Dresilver_restart_002.ksh49 log_assert "Check for resilver restarts caused by scan errors"
/freebsd/sys/net/
H A Dmp_ring.c119 counter_u64_add(r->restarts, 1); in drain_ring_locked()
148 counter_u64_add(r->restarts, 1); in drain_ring_locked()
198 counter_u64_add(r->restarts, 1); in drain_ring_lockless()
231 counter_u64_add(r->restarts, 1); in drain_ring_lockless()
272 r->restarts = counter_u64_alloc(flags); in ifmp_ring_alloc()
275 r->stalls == NULL || r->restarts == NULL || in ifmp_ring_alloc()
303 if (r->restarts != NULL) in ifmp_ring_free()
304 counter_u64_free(r->restarts); in ifmp_ring_free()
518 counter_u64_zero(r->restarts); in ifmp_ring_reset_stats()
H A Dmp_ring.h57 counter_u64_t restarts; /* recovered after stalling */ member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dzpool_resilver_restart.ksh34 # "Verify 'zpool resilver' restarts in-progress resilvers"
56 log_assert "Verify 'zpool resilver' restarts in-progress resilvers"
87 log_pass "Verified 'zpool resilver' restarts in-progress resilvers"
/freebsd/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl95 my $restarts = 0;
137 print "\tNumber of restarts: $restarts\n";
353 # log the number of restarts)
506 $restarts++;
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c115 * sigvec restarts by default (SV_INTERRUPT flag to not restart)
116 * signal restarts by default in SVr4 (assuming you link with -lucb)
118 * sigset restarts, but is only available under SVr4/Solaris.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_resume_export.ksh30 # that ZFS restarts the removal thread if the export fails
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md21 * message flow state = when to flush buffers; handling restarts in the
/freebsd/share/man/man9/
H A Dpsignal.990 restarts a stopped process
H A Dseqc.9107 In the case where the sequence number was changed it restarts the whole process.
H A Deventtimers.9188 then restarts the timer on all CPUs so that all
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_007_pos.ksh38 # down, then the spare will be activated when zfsd restarts
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.877 To preserve link keys between restarts the
/freebsd/sys/contrib/xen/io/
H A Dlibxenvchan.h97 * for possible remapping by a client that restarts.
/freebsd/usr.sbin/rpc.statd/
H A Drpc.statd.855 If a monitored host crashes and restarts, the remote daemon will
/freebsd/contrib/ntp/html/
H A Dxleave.html24 …lost packets, duplicate packets, packets crossed in flight and protocol restarts as the ordinary m…
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/
H A Dcore.json47 …"PublicDescription": "The number of resync branches. These reflect pipeline restarts due to certai…
/freebsd/sbin/dhclient/
H A Ddhclient.8124 restarts,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c780 int restarts = 0; in draid_generate() local
867 if (restarts == 0) in draid_generate()
920 restarts++; in draid_generate()
921 printf("Restarting by request (-c): %d\n", restarts); in draid_generate()
/freebsd/contrib/unbound/iterator/
H A Diterator.h171 /** max number of query restarts to limit length of CNAME chain */
203 * Externally generated queries start at this state. Query restarts are
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml142 allow device refresh and restarts a new access.
/freebsd/sys/geom/union/
H A Dg_union.h94 * completes, it restarts all the I/O operations on its wip_waiting list.

1234567