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

/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_adapter.h232 uint32_t cleaned; member in struct:sge_txq
542 #define desc_reclaimable(q) ((int)((q)->processed - (q)->cleaned - TX_MAX_DESC))
H A Dcxgb_sge.c389 q->cleaned += reclaim;
407 unsigned int r = q->processed - q->cleaned;
981 reclaim_ofl = txq[TXQ_OFLD].processed - txq[TXQ_OFLD].cleaned;
1858 unsigned int reclaim = q->processed - q->cleaned;
1861 q->cleaned += reclaim;
2321 int cleaned; local
2324 again: cleaned = reclaim_completed_tx(qs, 16, TXQ_OFLD);
3543 SYSCTL_ADD_UINT(ctx, txqpoidlist, OID_AUTO, "cleaned",
3544 CTLFLAG_RD, &txq->cleaned,
3545 0, "#tunneled packets cleaned");
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c154 unsigned long ncleaned; /* Number of entries cleaned
167 unsigned int cleaned; member in struct:dns_acachestats
276 acache->stats.cleaned = 0;
691 acache->stats.cleaned += cleaner->ncleaned;
698 "cleaned=%d cleaner_runs=%d overmem=%d "
704 acache->stats.cleaned, acache->stats.cleaner_runs,
718 "%lu entries cleaned, mem inuse %lu",
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb-events.sh525 in-progress queue where it can, later, be cleaned up if
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES594 cleaned up some declarations so gcc -Wall is now almost silent.
704 cleaned up some error messages; "out of space" now means
1005 Error reporting slightly cleaned up.
/freebsd-9.3-release/sys/conf/
H A Dkern.post.mk64 # The WRKDIR needs to be cleaned before building, and trying to change the target
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.c3951 bool cleaned = FALSE; local
3996 cleaned = TRUE;
4009 if (cleaned)
4190 * cleaned up for itself. 'q' failed, so its the terminus.
4417 * For polling we also now return the number of cleaned packets
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY1239 cleaned up/enhanced ipnat -l/ipnat -lv output
1269 remove ap_unload/ap_expire - automatically done when NAT is cleaned up
1659 Some compiler warnings cleaned up.

Completed in 185 milliseconds