/freebsd/sys/net/ |
H A D | mp_ring.c | 119 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 D | mp_ring.h | 57 counter_u64_t restarts; /* recovered after stalling */ member
|
H A D | iflib.c | 6998 "r_restarts", CTLFLAG_RD, &txq->ift_br->restarts, in iflib_add_device_sysctl_post()
|
/freebsd/crypto/heimdal/tools/ |
H A D | kdc-log-analyze.pl | 95 my $restarts = 0; 137 print "\tNumber of restarts: $restarts\n"; 506 $restarts++;
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | draid.c | 779 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/sbin/fsck_ffs/ |
H A D | main.c | 58 static int restarts; variable 558 if (wantrestart && (restarts++ < 10) && in checkfilesys()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | README.md | 21 * message flow state = when to flush buffers; handling restarts in the
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vnops.c | 851 int error, restarts = 0; in tmpfs_rename_relock() 859 restarts += 1; in tmpfs_rename_relock() 953 tmpfs_rename_restarts += restarts; in tmpfs_rename_relock() 963 tmpfs_rename_restarts += restarts; in tmpfs_rename_relock() 850 int error, restarts = 0; tmpfs_rename_relock() local
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_adapter.h | 247 uint64_t restarts; member
|
H A D | cxgb_sge.c | 2384 qs->txq[TXQ_OFLD].restarts++; in restart_tx() 2391 qs->txq[TXQ_CTRL].restarts++; in restart_tx()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | android.config | 228 # 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 D | defconfig | 277 # persistent over restarts. This option can be used to reduce code size by 484 # restarts to enhance random number generation. This is not perfect, but it is
|
H A D | ChangeLog | 948 restarts
|
/freebsd/contrib/nvi/cl/ |
H A D | README.signal | 161 when it restarts that it can't repaint the screen until ex's child has
|
/freebsd/contrib/wpa/hostapd/ |
H A D | defconfig | 252 # hostapd can be configured to maintain its own entropy store over restarts to
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 538 max-query-restarts{COLON} { YDVAR(1, VAR_MAX_QUERY_RESTARTS) }
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_supplicant.sgml | 385 maintain its internal entropy store in over restarts.</para>
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpd-opts.def | 478 on subsequent daemon restarts.
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 183 # It resets on query restarts (e.g., CNAME) and referrals. 188 # max-query-restarts: 11
|
H A D | Changelog | 1221 - Merge #461 from Christian Allred: Add max-query-restarts option. 2641 - Fix #304: dnstap logging not recovering after dnstap process restarts
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen-opts.def | 706 is restarted, it loads any new files and restarts the protocol.
|
H A D | invoke-ntp-keygen.texi | 440 is restarted, it loads any new files and restarts the protocol.
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3044 The SIGHUP signal now restarts a timed queue run process (i.e., a
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 9047 client hello before rejecting multiple SGC restarts. Thanks to
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |