Searched refs:flushed (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c104 "LRO aggregated", "LRO flushed",
135 data[index++] = priv->lro.lro_mgr.stats.flushed;
136 if (priv->lro.lro_mgr.stats.flushed)
138 priv->lro.lro_mgr.stats.flushed;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dmppe.c246 int dictinit, flushed, ilen, len, n; local
257 flushed = prefix & MPPE_FLUSHED;
258 prefix &= ~flushed;
261 (prefix & MPPE_HEADER_BITMASK) | flushed);
268 if (!flushed && mip->stateless) {
271 flushed = MPPE_FLUSHED;
289 if (flushed) {
291 * We can always process a flushed packet.
314 log_Printf(LogDEBUG, "MPPE: Not flushed - discarded\n");
341 } else if (flushed)
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dsavage_bci.c312 dev_priv->dma_pages[i].flushed = 0;
331 dev_priv->dma_pages[i].flushed = 0;
393 dev_priv->dma_pages[i].flushed = 0;
431 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed)
439 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, "
441 first, cur, dev_priv->dma_pages[first].flushed,
460 dev_priv->dma_pages[first].flushed) * 4;
462 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed;
481 dev_priv->dma_pages[i].flushed = 0;
487 dev_priv->dma_pages[cur].flushed
[all...]
H A Dsavage_drv.h69 unsigned int used, flushed; member in struct:drm_savage_dma_page
/freebsd-9.3-release/sys/netgraph/
H A Dng_mppc.c148 u_char flushed; /* clean history (xmit only) */ member in struct:ng_mppc_dir
347 d->flushed = 0;
495 /* Always set the flushed bit in stateless mode */
496 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) {
498 d->flushed = 0;
532 d->flushed = 1;
565 d->flushed = (rtn & MPPC_EXPANDED) != 0
574 if (!d->flushed) {
576 d->flushed = 1;
654 /* If flushed bi
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c768 int flushed; local
780 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count);
783 if (flushed)
791 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count);
794 if (flushed)
H A Diw_cxgb_hal.c405 int flushed = 0; local
415 flushed++;
417 return flushed;
446 int flushed = 0; local
455 flushed++;
457 return flushed;
1146 * cqe_flushed: 1 iff the CQE is flushed.
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c1406 int fd, flushed = 0; local
1414 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) {
1415 printf("%d bytes flushed from log buffer\n",
1416 flushed);
1422 if (flushed) {
1424 syslog(LOG_INFO, "%d bytes flushed from log\n",
1425 flushed);
1427 fprintf(log, "%d bytes flushed from log\n", flushed);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h86 PathDiagnosticConsumer() : flushed(false) {}
107 bool flushed; member in class:clang::ento::PathDiagnosticConsumer
/freebsd-9.3-release/sys/kern/
H A Dvfs_bio.c2544 * buffer flushing daemon. Buffers are normally flushed by the
2559 int flushed; local
2561 flushed = flushbufqueues(vp, QUEUE_DIRTY, 0);
2565 flushed += flushbufqueues(vp, QUEUE_DIRTY_GIANT, 0);
2568 if (flushed == 0) {
2582 return (flushed);
2663 0, "Number of buffers flushed with dependecies that require rollbacks");
2673 int flushed; local
2684 flushed = 0;
2690 while (flushed !
[all...]
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c3493 /* Returns: int - >= 0 - number of flushed rules */
3508 /* NOTE: Rules not loaded from user space cannot be flushed. */
3547 /* Returns: int - >= 0 - number of flushed rules */
3558 int flushed = 0, set; local
3570 &flushed, &ipfilter6[1][set]);
3572 &flushed, &ipacct6[1][set]);
3576 &flushed, &ipfilter[1][set]);
3578 &flushed, &ipacct[1][set]);
3584 &flushed, &ipfilter6[0][set]);
3586 &flushed,
[all...]
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_ethtool.c53 priv->port_stats.lro_flushed += priv->rx_ring[i].lro.stats.flushed;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp431 if (flushed)
434 flushed = true;
450 // Delete the flushed diagnostics.
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c7374 isc_boolean_t flushed; local
7389 flushed = ISC_TRUE;
7394 * We first identify which caches should be flushed in the local cache
7396 * the flushed cache DB.
7400 * Mark caches that need to be flushed. This is an O(#view^2)
7433 flushed = ISC_FALSE;
7443 * Fix up views that share a flushed cache: let the views update the
7464 flushed = ISC_FALSE;
7481 if (flushed && found) {
7510 isc_boolean_t flushed; local
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex3555 % then page number (#2) flushed to the right margin. It is used for index
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3729 % then page number (#2) flushed to the right margin. It is used for index
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex3627 % then page number (#2) flushed to the right margin. It is used for index

Completed in 165 milliseconds