Home
last modified time | relevance | path

Searched refs:restarts (Results 1 – 25 of 26) sorted by path

12

/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml7 # NEEDRESTART_MODE prevents automatic restarts which seem to hang.
/freebsd/contrib/ntp/
H A DCommitLog228782 previously reachable, the client simply restarts the association without
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.def478 on subsequent daemon restarts.
/freebsd/contrib/ntp/util/
H A Dinvoke-ntp-keygen.texi440 is restarted, it loads any new files and restarts the protocol.
H A Dntp-keygen-opts.def706 is restarted, it loads any new files and restarts the protocol.
/freebsd/contrib/nvi/cl/
H A DREADME.signal161 when it restarts that it can't repaint the screen until ex's child has
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3044 The SIGHUP signal now restarts a timed queue run process (i.e., a
/freebsd/contrib/unbound/doc/
H A DChangelog807 - Merge #461 from Christian Allred: Add max-query-restarts option.
2227 - Fix #304: dnstap logging not recovering after dnstap process restarts
H A Dexample.conf.in183 # It resets on query restarts (e.g., CNAME) and referrals.
188 # max-query-restarts: 11
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex533 max-query-restarts{COLON} { YDVAR(1, VAR_MAX_QUERY_RESTARTS) }
/freebsd/contrib/wpa/hostapd/
H A Ddefconfig239 # hostapd can be configured to maintain its own entropy store over restarts to
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog898 restarts
H A Dandroid.config228 # persistent over restarts. This option can be used to reduce code size by
422 # restarts to enhance random number generation. This is not perfect, but it is
H A Ddefconfig265 # persistent over restarts. This option can be used to reduce code size by
456 # restarts to enhance random number generation. This is not perfect, but it is
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.sgml363 maintain its internal entropy store in over restarts.</para>
/freebsd/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl95 my $restarts = 0;
137 print "\tNumber of restarts: $restarts\n";
506 $restarts++;
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md21 * message flow state = when to flush buffers; handling restarts in the
/freebsd/sbin/fsck_ffs/
H A Dmain.c58 static int restarts; variable
558 if (wantrestart && (restarts++ < 10) && in checkfilesys()
/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/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c779 int restarts = 0; in draid_generate() local
866 if (restarts == 0) in draid_generate()
919 restarts++; in draid_generate()
920 printf("Restarting by request (-c): %d\n", restarts); in draid_generate()
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h247 uint64_t restarts; member
H A Dcxgb_sge.c2387 qs->txq[TXQ_OFLD].restarts++; in restart_tx()
2394 qs->txq[TXQ_CTRL].restarts++; in restart_tx()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c850 int error, restarts = 0; in tmpfs_rename_relock() local
858 restarts += 1; in tmpfs_rename_relock()
952 tmpfs_rename_restarts += restarts; in tmpfs_rename_relock()
962 tmpfs_rename_restarts += restarts; in tmpfs_rename_relock()
/freebsd/sys/net/
H A Diflib.c7000 "r_restarts", CTLFLAG_RD, &txq->ift_br->restarts, in iflib_add_device_sysctl_post()
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()

12