Home
last modified time | relevance | path

Searched refs:restarts (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/net/
H A Dmp_ring.c122 counter_u64_add(r->restarts, 1); in drain_ring_locked()
151 counter_u64_add(r->restarts, 1); in drain_ring_locked()
201 counter_u64_add(r->restarts, 1); in drain_ring_lockless()
234 counter_u64_add(r->restarts, 1); in drain_ring_lockless()
275 r->restarts = counter_u64_alloc(flags); in ifmp_ring_alloc()
278 r->stalls == NULL || r->restarts == NULL || in ifmp_ring_alloc()
306 if (r->restarts != NULL) in ifmp_ring_free()
307 counter_u64_free(r->restarts); in ifmp_ring_free()
521 counter_u64_zero(r->restarts); in ifmp_ring_reset_stats()
H A Dmp_ring.h59 counter_u64_t restarts; /* recovered after stalling */ member
H A Diflib.c6805 CTLFLAG_RD, &txq->ift_br->restarts, in iflib_add_device_sysctl_post()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c774 int restarts = 0; in draid_generate() local
861 if (restarts == 0) in draid_generate()
914 restarts++; in draid_generate()
915 printf("Restarting by request (-c): %d\n", restarts); in draid_generate()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst49 * When QEMU restarts (for example due to a guest OS reboot).
282 When the DPDK vhost-user application restarts, DPDK vhost-user will try to
H A Dring_lib.rst239 the CAS operation fails, and the code restarts at first step.
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi.yaml184 allow device refresh and restarts a new access.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst142 When DPDK vhost-user restarts from an normal or abnormal exit (such as a
149 * The connection is broken (for example when QEMU restarts).
H A Drelease_18_05.rst210 In a container environment if the vhost-user backend restarts, there's no way
213 backend connects to. This means that if the backend restarts, it can reconnect
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c4403 int restarts = MAX(zfs_arc_meta_adjust_restarts, 0); in arc_evict_meta_balanced() local
4477 if (restarts > 0) { in arc_evict_meta_balanced()
4478 restarts--; in arc_evict_meta_balanced()