/freebsd/contrib/ofed/libcxgb4/ |
H A D | cq.c | 61 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 D | qp.c | 390 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 D | t4.h | 302 int flushed; member 359 int flushed; member
|
/freebsd/sys/gdb/ |
H A D | gdb_main.c | 308 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 D | ng_mppc.c | 144 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 D | ipoib_ethtool.c | 137 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 D | mppe.c | 246 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 D | cq.c | 223 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 D | t4.h | 294 int flushed; member 364 int flushed; member
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set17 | 5 3 ПОМИЛКА: process flushed twice
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set17 | 5 3 BUG: process flushed twice
|
/freebsd/bin/sh/tests/execution/ |
H A D | killed1.0 | 1 # Sometimes the "Killed" message is not flushed soon enough and it
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set17 | 5 3 BUG: process flushed twice
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set17 | 5 3 FEHLER: Prozeß "flushed" zum zweitenmal
|
/freebsd/contrib/tcsh/nls/et/ |
H A D | set17 | 5 3 BUG: process flushed twice
|
/freebsd/usr.bin/col/ |
H A D | README | 37 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 D | qcom,idle-state.txt | 45 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 D | README | 21 synchronously and that, for example, disk caches are flushed.
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 1087 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 D | ipmon.c | 1444 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 D | qplib_fp.c | 65 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 D | qplib_fp.h | 313 bool flushed; member
|
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 2011 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 D | rping.c | 280 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 D | mountu.sh | 186 their updates to pages are not flushed to file.
|