Searched refs:restarts (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | mp_ring.c | 122 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 D | mp_ring.h | 59 counter_u64_t restarts; /* recovered after stalling */ member
|
| H A D | iflib.c | 6805 CTLFLAG_RD, &txq->ift_br->restarts, in iflib_add_device_sysctl_post()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/ |
| H A D | draid.c | 774 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 D | vhost_lib.rst | 49 * 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 D | ring_lib.rst | 239 the CAS operation fails, and the code restarts at first step.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi.yaml | 184 allow device refresh and restarts a new access.
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_16_07.rst | 142 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 D | release_18_05.rst | 210 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 D | arc.c | 4403 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()
|