Searched refs:restarts (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Dmp_ring.h59 counter_u64_t restarts; /* recovered after stalling */ member in struct:ifmp_ring
/haiku/src/libs/compat/freebsd_iflib/
H A Dmp_ring.c122 counter_u64_add(r->restarts, 1);
151 counter_u64_add(r->restarts, 1);
201 counter_u64_add(r->restarts, 1);
234 counter_u64_add(r->restarts, 1);
275 r->restarts = counter_u64_alloc(flags);
278 r->stalls == NULL || r->restarts == NULL ||
306 if (r->restarts != NULL)
307 counter_u64_free(r->restarts);
521 counter_u64_zero(r->restarts);
H A Diflib.c7115 CTLFLAG_RD, &txq->ift_br->restarts,
7116 "# of consumer restarts in the mp_ring for this queue");

Completed in 95 milliseconds