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

/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_mp_ring.h54 counter_u64_t restarts; /* recovered after stalling */ member in struct:mp_ring
H A Dt4_mp_ring.c135 counter_u64_add(r->restarts, 1);
166 counter_u64_add(r->restarts, 1);
206 r->restarts = counter_u64_alloc(flags);
209 r->stalls == NULL || r->restarts == NULL ||
235 if (r->restarts != NULL)
236 counter_u64_free(r->restarts);
354 counter_u64_zero(r->restarts);
H A Dt4_sge.c3575 CTLFLAG_RD, &txq->r->restarts,
3576 "# of consumer restarts in the mp_ring for this queue");
/freebsd-10.2-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl95 my $restarts = 0;
137 print "\tNumber of restarts: $restarts\n";
353 # log the number of restarts)
506 $restarts++;
/freebsd-10.2-release/sbin/fsck_ffs/
H A Dmain.c68 int restarts; variable
565 if (wantrestart && (restarts++ < 10) &&
/freebsd-10.2-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c631 int error, restarts = 0; local
639 restarts += 1;
733 tmpfs_rename_restarts += restarts;
743 tmpfs_rename_restarts += restarts;
/freebsd-10.2-release/sys/dev/cxgb/
H A Dcxgb_adapter.h247 uint64_t restarts; member in struct:sge_txq
H A Dcxgb_sge.c2395 qs->txq[TXQ_OFLD].restarts++;
2402 qs->txq[TXQ_CTRL].restarts++;

Completed in 148 milliseconds