Home
last modified time | relevance | path

Searched refs:flushed (Results 1 – 25 of 65) 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/gdb/
H A Dgdb_main.c308 bool flushed;
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()
549 if (ctx.qXfer.flushed) in do_qXfer_threads_read()
556 if (ctx.qXfer.flushed) in do_qXfer_threads_read()
303 bool flushed; global() member
/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/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/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.c223 int flushed = 0; in c4iw_flush_rq() local
231 flushed++; in c4iw_flush_rq()
233 return flushed; in c4iw_flush_rq()
259 int flushed = 0; in c4iw_flush_sq() local
272 BUG_ON(swsqe->flushed); in c4iw_flush_sq()
273 swsqe->flushed = 1; in c4iw_flush_sq()
279 flushed++; in c4iw_flush_sq()
283 wq->sq.flush_cidx += flushed; in c4iw_flush_sq()
286 return flushed; in c4iw_flush_sq()
306 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/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.c1444 int fd, flushed = 0; in flushlogs() local
1452 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) { in flushlogs()
1454 flushed); in flushlogs()
1460 if (flushed) { in flushlogs()
1463 flushed); in flushlogs()
1465 fprintf(log, "%d bytes flushed from log\n", flushed); in flushlogs()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c65 if (!qp->sq.flushed) { in __bnxt_qplib_add_flush_qp()
71 qp->sq.flushed = true; in __bnxt_qplib_add_flush_qp()
74 if (!qp->rq.flushed) { in __bnxt_qplib_add_flush_qp()
79 qp->rq.flushed = true; in __bnxt_qplib_add_flush_qp()
115 if (qp->sq.flushed) { in __bnxt_qplib_del_flush_qp()
116 qp->sq.flushed = false; in __bnxt_qplib_del_flush_qp()
120 if (qp->rq.flushed) { in __bnxt_qplib_del_flush_qp()
121 qp->rq.flushed = false; in __bnxt_qplib_del_flush_qp()
2884 if (qp->sq.flushed) { in bnxt_qplib_cq_process_req()
3000 if (qp->rq.flushed) { in bnxt_qplib_cq_process_res_rc()
[all …]
H A Dqplib_fp.h313 bool flushed; member
/freebsd/sys/kern/
H A Dvfs_bio.c2011 int flushed; in bd_flushall() local
2016 flushed = 0; in bd_flushall()
2024 flushed++; in bd_flushall()
2027 return (flushed); in bd_flushall()
3422 int flushed; in buf_flush() local
3424 flushed = flushbufqueues(vp, bd, target, 0); in buf_flush()
3425 if (flushed == 0) { in buf_flush()
3435 return (flushed); in buf_flush()
3581 int flushed; in flushbufqueues() local
3585 flushed = 0; 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.

123