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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_trans_ail.c89 int restarts; local
119 restarts = 0;
120 while (((restarts < XFS_TRANS_PUSH_AIL_RESTARTS) &&
176 lip = xfs_trans_next_ail(mp, lip, &gen, &restarts);
397 * then return the minimum elmt of the AIL and bump the restarts counter
405 int *restarts)
415 if (restarts != NULL) {
417 (*restarts)++;
401 xfs_trans_next_ail( xfs_mount_t *mp, xfs_log_item_t *lip, int *gen, int *restarts) argument
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dquery.h47 unsigned int restarts; member in struct:ns_query
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dlookup.c53 unsigned int restarts; member in struct:dns_lookup
202 lookup->restarts++;
334 * Limit the number of restarts.
336 if (want_restart && lookup->restarts == MAX_RESTARTS) {
433 lookup->restarts = 0;
H A Dclient.c131 unsigned int restarts; member in struct:resctx
797 rctx->restarts++;
1076 * Limit the number of restarts.
1078 if (want_restart && rctx->restarts == MAX_RESTARTS) {
1348 rctx->restarts = 0;
H A Dresolver.c267 unsigned int restarts; member in struct:fetchctx
1324 if (fctx->restarts < 3)
1327 us = (800000 << (fctx->restarts - 2));
2599 fctx->restarts++;
2600 if (fctx->restarts > 10) {
2601 FCTXTRACE("too many restarts");
2702 if (fctx->restarts == 1) {
2711 * if fctx->restarts > 1, we've clearly been having trouble
3588 fctx->restarts = 0;
7392 * has not experienced any restarts ye
[all...]
/freebsd-9.3-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-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c949 int error, restarts = 0; local
957 restarts += 1;
1051 tmpfs_rename_restarts += restarts;
1061 tmpfs_rename_restarts += restarts;
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_adapter.h247 uint64_t restarts; member in struct:sge_txq
H A Dcxgb_sge.c2394 qs->txq[TXQ_OFLD].restarts++;
2401 qs->txq[TXQ_CTRL].restarts++;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c377 if (client->query.restarts > 0) {
388 client->query.restarts = 0;
613 client->query.restarts = 0;
5825 if (event == NULL && client->query.restarts == 0) {
7437 if (client->query.restarts == 0 && !authoritative) {
7448 if (want_restart && client->query.restarts < MAX_RESTARTS) {
7449 client->query.restarts++;
H A Dclient.c2919 if (client->query.restarts > 0) {

Completed in 223 milliseconds