Home
last modified time | relevance | path

Searched refs:last_flush (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/dports/finance/prestashop/prestashop/classes/Smarty/
H A DSmartyCustom.php90 static $last_flush = null;
94 if ($last_flush === null) {
96 $last_flush = Db::getInstance()->getValue($sql, false);
98 … if ((int) $last_flush && @filemtime($this->getCompileDir() . 'last_flush') < $last_flush) {
137 static $last_flush = null;
141 if ($last_flush === null) {
143 $last_flush = Db::getInstance()->getValue($sql, false);
146 … if ((int) $last_flush && @filemtime($this->getCacheDir() . 'last_template_flush') < $last_flush) {
/dports/math/spot/spot-2.10.2/bin/
H A Dcommon_cout.cc28 static std::chrono::steady_clock::time_point last_flush; variable
46 std::chrono::duration_cast<std::chrono::milliseconds>(now - last_flush); in check_cout()
49 last_flush = now; in check_cout()
58 last_flush = std::chrono::steady_clock::now(); in flush_cout()
/dports/math/py-spot/spot-2.10.2/bin/
H A Dcommon_cout.cc28 static std::chrono::steady_clock::time_point last_flush; variable
46 std::chrono::duration_cast<std::chrono::milliseconds>(now - last_flush); in check_cout()
49 last_flush = now; in check_cout()
58 last_flush = std::chrono::steady_clock::now(); in flush_cout()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dasync_log_helper.h175 bool process_next_msg(log_clock::time_point& last_pop, log_clock::time_point& last_flush);
177 void handle_flush_interval(log_clock::time_point& now, log_clock::time_point& last_flush);
266 auto last_flush = last_pop; in worker_loop() local
267 while(process_next_msg(last_pop, last_flush)); in worker_loop()
282 …nc_log_helper::process_next_msg(log_clock::time_point& last_pop, log_clock::time_point& last_flush) in process_next_msg() argument
322 handle_flush_interval(now, last_flush); in process_next_msg()
329 …nc_log_helper::handle_flush_interval(log_clock::time_point& now, log_clock::time_point& last_flush) in handle_flush_interval() argument
331 …d || (_flush_interval_ms != std::chrono::milliseconds::zero() && now - last_flush >= _flush_interv… in handle_flush_interval()
336 now = last_flush = details::os::now(); in handle_flush_interval()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/terminal/
H A Dtypescript.c153 typescript->last_flush = guac_timestamp_current(); in guac_terminal_typescript_alloc()
183 guac_timestamp last_flush = typescript->last_flush; in guac_terminal_typescript_flush() local
186 int elapsed_time = this_flush - last_flush; in guac_terminal_typescript_flush()
209 typescript->last_flush = this_flush; in guac_terminal_typescript_flush()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Dmerge_compute_weights.c46 size_t last_flush; member
57 bu->last_flush = 0; in bucket_init()
66 bu->last_flush = 0; in bucket_clear()
112 if (bu->mode == ASYNC_FLUSH && when < bu->last_flush + 16 * T) { in bucket_flush()
125 bu->last_flush = when; in bucket_flush()
131 if ((when >> 16) > (bu->last_flush >> 16)) in bucket_push()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c292 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
293 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_reserved()
294 !dma_fence_is_signaled((*id)->last_flush))) { in amdgpu_vmid_grab_reserved()
367 if (!(*id)->last_flush || in amdgpu_vmid_grab_used()
368 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_used()
369 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_used()
458 dma_fence_put(id->last_flush); in amdgpu_vmid_grab()
459 id->last_flush = NULL; in amdgpu_vmid_grab()
615 dma_fence_put(id->last_flush); in amdgpu_vmid_mgr_fini()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c292 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
293 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_reserved()
294 !dma_fence_is_signaled((*id)->last_flush))) { in amdgpu_vmid_grab_reserved()
367 if (!(*id)->last_flush || in amdgpu_vmid_grab_used()
368 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_used()
369 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_used()
458 dma_fence_put(id->last_flush); in amdgpu_vmid_grab()
459 id->last_flush = NULL; in amdgpu_vmid_grab()
615 dma_fence_put(id->last_flush); in amdgpu_vmid_mgr_fini()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c292 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
293 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_reserved()
294 !dma_fence_is_signaled((*id)->last_flush))) { in amdgpu_vmid_grab_reserved()
367 if (!(*id)->last_flush || in amdgpu_vmid_grab_used()
368 ((*id)->last_flush->context != fence_context && in amdgpu_vmid_grab_used()
369 !dma_fence_is_signaled((*id)->last_flush))) in amdgpu_vmid_grab_used()
458 dma_fence_put(id->last_flush); in amdgpu_vmid_grab()
459 id->last_flush = NULL; in amdgpu_vmid_grab()
615 dma_fence_put(id->last_flush); in amdgpu_vmid_mgr_fini()
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/
H A Dtest_zone_timers.c33 .last_flush = 1,
46 a->last_flush == b->last_flush && in timers_eq()
/dports/dns/knot3/knot-3.1.5/tests/knot/
H A Dtest_zone_timers.c33 .last_flush = 1,
46 a->last_flush == b->last_flush && in timers_eq()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/prometheus-0.9.0/src/
H A Dmetrics.rs41 fn try_flush(&self, last_flush: &Cell<u64>, flush_interval_millis: u64) { in try_flush()
43 let last_tick = last_flush.get(); in try_flush()
48 last_flush.set(now); in try_flush()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_vm.c191 radeon_fence_unref(&vm->last_flush); in radeon_vm_grab_id()
242 if (!vm->last_flush || true || pd_addr != vm->pd_gpu_addr) { in radeon_vm_flush()
274 if (!vm->last_flush) in radeon_vm_fence()
275 vm->last_flush = radeon_fence_ref(fence); in radeon_vm_fence()
655 radeon_fence_unref(&vm->last_flush); in radeon_vm_update_page_directory()
831 radeon_fence_unref(&vm->last_flush); in radeon_vm_bo_update()
900 vm->last_flush = NULL; in radeon_vm_init()
971 radeon_fence_unref(&vm->last_flush); in radeon_vm_fini()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/prometheus-0.12.0/src/
H A Dmetrics.rs41 fn try_flush(&self, last_flush: &Cell<u64>, flush_interval_millis: u64) { in try_flush()
43 let last_tick = last_flush.get(); in try_flush()
48 last_flush.set(now); in try_flush()
/dports/sysutils/fusefs-ext2/fuse-ext2-ea7bacf/fuse-ext2/
H A Dfuse-ext2.h65 time_t last_flush; member
78 if ((now - e2data->last_flush) > FLUSH_BITMAPS_TIMEOUT) { in current_ext2fs()
80 e2data->last_flush=now; in current_ext2fs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dordered-events.c202 if (timestamp < oe->last_flush) { in ordered_events__queue()
204 pr_oe_time(oe->last_flush, "last flush, last_flush_type %d\n", in ordered_events__queue()
249 oe->last_flush = iter->timestamp; in do_flush()
334 pr_oe_time(oe->last_flush, "last_flush\n"); in __ordered_events__flush()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dordered-events.c202 if (timestamp < oe->last_flush) { in ordered_events__queue()
204 pr_oe_time(oe->last_flush, "last flush, last_flush_type %d\n", in ordered_events__queue()
249 oe->last_flush = iter->timestamp; in do_flush()
334 pr_oe_time(oe->last_flush, "last_flush\n"); in __ordered_events__flush()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dordered-events.c202 if (timestamp < oe->last_flush) { in ordered_events__queue()
204 pr_oe_time(oe->last_flush, "last flush, last_flush_type %d\n", in ordered_events__queue()
249 oe->last_flush = iter->timestamp; in do_flush()
334 pr_oe_time(oe->last_flush, "last_flush\n"); in __ordered_events__flush()
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dlogging.c185 static time_t last_flush = 0; in log__vprintf() local
321 if(now - last_flush > 1){ in log__vprintf()
323 last_flush = now; in log__vprintf()
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate.c526 s->last_flush = -2; in PREFIX()
782 old_flush = s->last_flush; in PREFIX()
783 s->last_flush = flush; in PREFIX()
795 s->last_flush = -1; in PREFIX()
844 s->last_flush = -1; in PREFIX()
866 s->last_flush = -1; in PREFIX()
900 s->last_flush = -1; in PREFIX()
923 s->last_flush = -1; in PREFIX()
946 s->last_flush = -1; in PREFIX()
963 s->last_flush = -1; in PREFIX()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate.c526 s->last_flush = -2; in PREFIX()
782 old_flush = s->last_flush; in PREFIX()
783 s->last_flush = flush; in PREFIX()
795 s->last_flush = -1; in PREFIX()
844 s->last_flush = -1; in PREFIX()
866 s->last_flush = -1; in PREFIX()
900 s->last_flush = -1; in PREFIX()
923 s->last_flush = -1; in PREFIX()
946 s->last_flush = -1; in PREFIX()
963 s->last_flush = -1; in PREFIX()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libz-sys-1.1.3/src/zlib-ng/
H A Ddeflate.c526 s->last_flush = -2; in PREFIX()
782 old_flush = s->last_flush; in PREFIX()
783 s->last_flush = flush; in PREFIX()
795 s->last_flush = -1; in PREFIX()
844 s->last_flush = -1; in PREFIX()
866 s->last_flush = -1; in PREFIX()
900 s->last_flush = -1; in PREFIX()
923 s->last_flush = -1; in PREFIX()
946 s->last_flush = -1; in PREFIX()
963 s->last_flush = -1; in PREFIX()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zlib-ng-2.0.5/
H A Ddeflate.c526 s->last_flush = -2; in PREFIX()
782 old_flush = s->last_flush; in PREFIX()
783 s->last_flush = flush; in PREFIX()
795 s->last_flush = -1; in PREFIX()
844 s->last_flush = -1; in PREFIX()
866 s->last_flush = -1; in PREFIX()
900 s->last_flush = -1; in PREFIX()
923 s->last_flush = -1; in PREFIX()
946 s->last_flush = -1; in PREFIX()
963 s->last_flush = -1; in PREFIX()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Ddeflate.c529 s->last_flush = -2; in PREFIX()
785 old_flush = s->last_flush; in PREFIX()
786 s->last_flush = flush; in PREFIX()
798 s->last_flush = -1; in PREFIX()
847 s->last_flush = -1; in PREFIX()
869 s->last_flush = -1; in PREFIX()
903 s->last_flush = -1; in PREFIX()
926 s->last_flush = -1; in PREFIX()
949 s->last_flush = -1; in PREFIX()
966 s->last_flush = -1; in PREFIX()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libz-sys-1.1.2/src/zlib-ng/
H A Ddeflate.c529 s->last_flush = -2; in PREFIX()
785 old_flush = s->last_flush; in PREFIX()
786 s->last_flush = flush; in PREFIX()
798 s->last_flush = -1; in PREFIX()
847 s->last_flush = -1; in PREFIX()
869 s->last_flush = -1; in PREFIX()
903 s->last_flush = -1; in PREFIX()
926 s->last_flush = -1; in PREFIX()
949 s->last_flush = -1; in PREFIX()
966 s->last_flush = -1; in PREFIX()
[all …]

12345678910>>...48