| /f-stack/freebsd/netgraph/ |
| H A D | ng_mppc.c | 145 u_char flushed; /* clean history (xmit only) */ member 344 d->flushed = 0; in ng_mppc_rcvmsg() 493 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) { in ng_mppc_compress() 495 d->flushed = 0; in ng_mppc_compress() 529 d->flushed = 1; in ng_mppc_compress() 562 d->flushed = (rtn & MPPC_EXPANDED) != 0 in ng_mppc_compress() 571 if (!d->flushed) { in ng_mppc_compress() 573 d->flushed = 1; in ng_mppc_compress() 855 d->flushed = 1; in ng_mppc_reset_req()
|
| /f-stack/dpdk/lib/librte_distributor/ |
| H A D | rte_distributor_single.c | 165 unsigned flushed = 0; in process_returns() local 176 flushed++; in process_returns() 202 return flushed; in process_returns() 362 const unsigned flushed = total_outstanding(d); in rte_distributor_flush_single() local 367 return flushed; in rte_distributor_flush_single()
|
| H A D | rte_distributor.c | 661 unsigned int flushed; in rte_distributor_flush() local 669 flushed = total_outstanding(d); in rte_distributor_flush() 686 return flushed; in rte_distributor_flush()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/mstar/ |
| H A D | mstar,l3bridge.yaml | 16 devices are allowed to run the pipeline must be flushed to ensure
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.h | 25 unsigned flushed:1; member
|
| H A D | ngx_stream_script.c | 78 e.flushed = 1; in ngx_stream_complex_value() 414 e.flushed = 1; in ngx_stream_script_run() 709 if (e->flushed) { in ngx_stream_script_copy_var_len_code() 737 if (e->flushed) { in ngx_stream_script_copy_var_code()
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/ |
| H A D | README | 21 synchronously and that, for example, disk caches are flushed.
|
| /f-stack/freebsd/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
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.h | 28 unsigned flushed:1; member
|
| H A D | ngx_http_script.c | 77 e.flushed = 1; in ngx_http_complex_value() 538 e.flushed = 1; in ngx_http_script_run() 844 if (e->flushed) { in ngx_http_script_copy_var_len_code() 872 if (e->flushed) { in ngx_http_script_copy_var_code()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 1059 fps.produced = fps.flushed = mtctx->produced; in ZSTDMT_getFrameProgression() 1072 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_getFrameProgression() local 1073 assert(flushed <= produced); in ZSTDMT_getFrameProgression() 1077 fps.flushed += flushed; in ZSTDMT_getFrameProgression() 1100 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; in ZSTDMT_toFlushNow() local 1101 assert(flushed <= produced); in ZSTDMT_toFlushNow() 1103 toFlush = produced - flushed; in ZSTDMT_toFlushNow()
|
| H A D | zstd_compress.c | 1439 …fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming… in ZSTD_getFrameProgression() 4257 size_t const flushed = ZSTD_limitCopy(op, (size_t)(oend-op), in ZSTD_compressStream_generic() local 4260 (unsigned)toFlush, (unsigned)(oend-op), (unsigned)flushed); in ZSTD_compressStream_generic() 4261 if (flushed) in ZSTD_compressStream_generic() 4262 op += flushed; in ZSTD_compressStream_generic() 4263 zcs->outBuffFlushedSize += flushed; in ZSTD_compressStream_generic() 4264 if (toFlush!=flushed) { in ZSTD_compressStream_generic()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 1930 int flushed; in bd_flushall() local 1935 flushed = 0; in bd_flushall() 1943 flushed++; in bd_flushall() 1946 return (flushed); in bd_flushall() 3345 int flushed; in buf_flush() local 3358 return (flushed); in buf_flush() 3483 int flushed; in flushbufqueues() local 3487 flushed = 0; in flushbufqueues() 3536 flushed++; in flushbufqueues() 3586 flushed++; in flushbufqueues() [all …]
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.c | 503 ngx_uint_t flush, flushed, prev_last_shadow; in ngx_event_pipe_write_to_downstream() local 524 flushed = 0; in ngx_event_pipe_write_to_downstream() 685 if (flushed++ > 10) { in ngx_event_pipe_write_to_downstream()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_log_spacemap.c | 814 boolean_t flushed = metaslab_flush(curr, tx); in spa_flush_metaslabs() local 828 if (!flushed) { in spa_flush_metaslabs()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_try_files_module.c | 167 e.flushed = 1; in ngx_http_try_files_handler()
|
| H A D | ngx_http_index_module.c | 147 e.flushed = 1; in ngx_http_index_handler()
|
| H A D | ngx_http_scgi_module.c | 674 le.flushed = 1; in ngx_http_scgi_create_request() 794 e.flushed = 1; in ngx_http_scgi_create_request()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 3768 int flushed = 0, set; local 3777 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]); 3778 ipf_flushlist(softc, &flushed, &softc->ipf_acct[1][set]); 3781 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]); 3782 ipf_flushlist(softc, &flushed, &softc->ipf_acct[0][set]); 3785 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set], 3795 flushed += tmp; 3797 return flushed; 3823 int flushed = 0; local 3843 flushed++; [all …]
|
| H A D | ip_state.c | 5005 int *array, flushed, error; local 5013 flushed = 0; 5019 flushed++; 5023 obj.ipfo_retval = flushed;
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 1391 unsigned long long newlyFlushed = zfp.flushed - previous_zfp_update.flushed; in FIO_compressZstdFrame() 1430 … unsigned long long newlyFlushed = zfp.flushed - previous_zfp_correction.flushed; in FIO_compressZstdFrame()
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | krping.c | 1736 int flushed = 0; in flush_qp() local 1769 flushed++; in flush_qp() 1770 } while (flushed != 2); in flush_qp()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 1847 …unsigned long long flushed; /* nb of compressed bytes flushed : not provided; can be tracked fr… member
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | dpaa.rst | 292 brought down and the policy is flushed on port before new policy is updated
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | zstd.h | 2122 …unsigned long long flushed; /* nb of compressed bytes flushed : not provided; can be tracked fr… member
|