Home
last modified time | relevance | path

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

12

/f-stack/freebsd/netgraph/
H A Dng_mppc.c145 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 Drte_distributor_single.c165 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 Drte_distributor.c661 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 Dmstar,l3bridge.yaml16 devices are allowed to run the pipeline must be flushed to ensure
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.h25 unsigned flushed:1; member
H A Dngx_stream_script.c78 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 DREADME21 synchronously and that, for example, disk caches are flushed.
/f-stack/freebsd/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
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h28 unsigned flushed:1; member
H A Dngx_http_script.c77 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 Dzstdmt_compress.c1059 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 Dzstd_compress.c1439 …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 Dvfs_bio.c1930 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 Dngx_event_pipe.c503 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 Dspa_log_spacemap.c814 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 Dngx_http_try_files_module.c167 e.flushed = 1; in ngx_http_try_files_handler()
H A Dngx_http_index_module.c147 e.flushed = 1; in ngx_http_index_handler()
H A Dngx_http_scgi_module.c674 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 Dfil.c3768 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 Dip_state.c5005 int *array, flushed, error; local
5013 flushed = 0;
5019 flushed++;
5023 obj.ipfo_retval = flushed;
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1391 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 Dkrping.c1736 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 Dzstd.h1847 …unsigned long long flushed; /* nb of compressed bytes flushed : not provided; can be tracked fr… member
/f-stack/dpdk/doc/guides/nics/
H A Ddpaa.rst292 brought down and the policy is flushed on port before new policy is updated
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h2122 …unsigned long long flushed; /* nb of compressed bytes flushed : not provided; can be tracked fr… member

12