Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c61 int flushed = 0; in c4iw_flush_rq() local
69 flushed++; in c4iw_flush_rq()
71 return flushed; in c4iw_flush_rq()
97 unsigned short flushed = 0; in c4iw_flush_sq() local
110 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
111 swsqe->flushed = 1; in c4iw_flush_sq()
117 flushed++; in c4iw_flush_sq()
121 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
143 BUG_ON(swsqe->flushed); in flush_completed_wrs()
154 swsqe->flushed = 1; in flush_completed_wrs()
H A Dqp.c390 swsqe->flushed = 0; in c4iw_post_send()
507 if (qhp->wq.flushed) in c4iw_flush_qp()
516 qhp->wq.flushed = 1; in c4iw_flush_qp()
547 if (!qhp->wq.flushed && t4_wq_in_error(&qhp->wq)) { in c4iw_flush_qps()
H A Dt4.h302 int flushed; member
359 int flushed; member
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c137 data[index++] = priv->lro.lro_mgr.stats.flushed; in ipoib_get_ethtool_stats()
138 if (priv->lro.lro_mgr.stats.flushed) in ipoib_get_ethtool_stats()
140 priv->lro.lro_mgr.stats.flushed; in ipoib_get_ethtool_stats()
/freebsd/sys/gdb/
H A Dgdb_main.c308 bool flushed; member
322 if (qx->flushed) { in qXfer_drain()
332 qx->flushed = true; in qXfer_drain()
358 qx->flushed = false; in init_qXfer_ctx()
459 ctx.qXfer.flushed = false; in do_qXfer_threads_read()
472 while (!ctx.qXfer.flushed && ctx.iter != NULL) { in do_qXfer_threads_read()
551 if (ctx.qXfer.flushed) in do_qXfer_threads_read()
558 if (ctx.qXfer.flushed) in do_qXfer_threads_read()
/freebsd/sys/netgraph/
H A Dng_mppc.c144 u_char flushed; /* clean history (xmit only) */ member
343 d->flushed = 0; in ng_mppc_rcvmsg()
492 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) { in ng_mppc_compress()
494 d->flushed = 0; in ng_mppc_compress()
528 d->flushed = 1; in ng_mppc_compress()
561 d->flushed = (rtn & MPPC_EXPANDED) != 0 in ng_mppc_compress()
570 if (!d->flushed) { in ng_mppc_compress()
572 d->flushed = 1; in ng_mppc_compress()
854 d->flushed = 1; in ng_mppc_reset_req()
/freebsd/usr.sbin/ppp/
H A Dmppe.c246 int dictinit, flushed, ilen, len, n; in MPPEInput() local
257 flushed = prefix & MPPE_FLUSHED; in MPPEInput()
258 prefix &= ~flushed; in MPPEInput()
261 (prefix & MPPE_HEADER_BITMASK) | flushed); in MPPEInput()
268 if (!flushed && mip->stateless) { in MPPEInput()
271 flushed = MPPE_FLUSHED; in MPPEInput()
289 if (flushed) { in MPPEInput()
341 } else if (flushed) in MPPEInput()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c221 int flushed = 0; in c4iw_flush_rq() local
229 flushed++; in c4iw_flush_rq()
231 return flushed; in c4iw_flush_rq()
257 int flushed = 0; in c4iw_flush_sq() local
270 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
271 swsqe->flushed = 1; in c4iw_flush_sq()
277 flushed++; in c4iw_flush_sq()
281 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
284 return flushed; in c4iw_flush_sq()
304 BUG_ON(swsqe->flushed); in flush_completed_wrs()
[all …]
H A Dt4.h294 int flushed; member
364 int flushed; member
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset175 3 ПОМИЛКА: process flushed twice
/freebsd/contrib/tcsh/nls/russian/
H A Dset175 3 BUG: process flushed twice
/freebsd/bin/sh/tests/execution/
H A Dkilled1.01 # Sometimes the "Killed" message is not flushed soon enough and it
/freebsd/contrib/tcsh/nls/C/
H A Dset175 3 BUG: process flushed twice
/freebsd/contrib/tcsh/nls/german/
H A Dset175 3 FEHLER: Prozeß "flushed" zum zweitenmal
/freebsd/contrib/tcsh/nls/et/
H A Dset175 3 BUG: process flushed twice
/freebsd/usr.bin/col/
H A DREADME37 If a character is to be placed on a line that has been flushed, a warning
44 a line is flushed, the characters in the line are sorted according to
/freebsd/sys/contrib/device-tree/Bindings/arm/mstar/
H A Dmstar,l3bridge.yaml16 devices are allowed to run the pipeline must be flushed to ensure
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt45 be flushed in s/w, before powering down the core.
50 be flushed, system bus, clocks - lowered, and SoC main XO clock gated and
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME21 synchronously and that, for example, disk caches are flushed.
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1087 fps.produced = fps.flushed = mtctx->produced; in ZSTDMT_getFrameProgression()
1100 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_getFrameProgression() local
1101 assert(flushed <= produced); in ZSTDMT_getFrameProgression()
1105 fps.flushed += flushed; in ZSTDMT_getFrameProgression()
1128 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_toFlushNow() local
1129 assert(flushed <= produced); in ZSTDMT_toFlushNow()
1131 toFlush = produced - flushed; in ZSTDMT_toFlushNow()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c1443 int fd, flushed = 0; in flushlogs() local
1451 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) { in flushlogs()
1453 flushed); in flushlogs()
1459 if (flushed) { in flushlogs()
1462 flushed); in flushlogs()
1464 fprintf(log, "%d bytes flushed from log\n", flushed); in flushlogs()
/freebsd/sys/kern/
H A Dvfs_bio.c2000 int flushed; in bd_flushall() local
2005 flushed = 0; in bd_flushall()
2013 flushed++; in bd_flushall()
2016 return (flushed); in bd_flushall()
3417 int flushed; in buf_flush() local
3430 return (flushed); in buf_flush()
3576 int flushed; in flushbufqueues() local
3580 flushed = 0; in flushbufqueues()
3629 flushed++; in flushbufqueues()
3679 flushed++; in flushbufqueues()
[all …]
/freebsd/contrib/ofed/librdmacm/examples/
H A Drping.c280 int flushed = 0; in rping_cq_event_handler() local
287 flushed = 1; in rping_cq_event_handler()
342 return flushed; in rping_cq_event_handler()
/freebsd/tools/test/stress2/misc/
H A Dmountu.sh186 their updates to pages are not flushed to file.
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c3682 int flushed = 0, set; in ipf_flush() local
3691 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]); in ipf_flush()
3692 ipf_flushlist(softc, &flushed, &softc->ipf_acct[1][set]); in ipf_flush()
3695 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]); in ipf_flush()
3696 ipf_flushlist(softc, &flushed, &softc->ipf_acct[0][set]); in ipf_flush()
3699 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set], in ipf_flush()
3709 flushed += tmp; in ipf_flush()
3711 return (flushed); in ipf_flush()
3734 int flushed = 0; in ipf_flush_groups() local
3754 flushed++; in ipf_flush_groups()
[all …]

123