Home
last modified time | relevance | path

Searched refs:refresh_window (Results 1 – 25 of 87) sorted by relevance

1234

/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/continuous_aggs/
H A Drefresh.c142 ts_time_bucket_by_type(bucket_width, refresh_window->end, refresh_window->type); in compute_inscribed_bucketed_refresh_window()
191 ts_time_bucket_by_type(bucket_width, refresh_window->start, refresh_window->type); in compute_circumscribed_bucketed_refresh_window()
230 refresh->refresh_window = *refresh_window; in continuous_agg_refresh_init()
279 start_ts = ts_internal_to_time_value(refresh_window->start, refresh_window->type); in log_refresh_window()
280 end_ts = ts_internal_to_time_value(refresh_window->end, refresh_window->type); in log_refresh_window()
539 refresh_window.start = ts_time_get_min(refresh_window.type); in continuous_agg_refresh()
546 refresh_window.end = ts_time_get_noend_or_max(refresh_window.type); in continuous_agg_refresh()
702 refresh_window = in continuous_agg_refresh_internal()
705 if (refresh_window.start >= refresh_window.end) in continuous_agg_refresh_internal()
715 &refresh_window, in continuous_agg_refresh_internal()
[all …]
H A Dinvalidation_threshold.c284 invalidation_threshold_compute(const ContinuousAgg *cagg, const InternalTimeRange *refresh_window) in invalidation_threshold_compute() argument
289 if (IS_TIMESTAMP_TYPE(refresh_window->type)) in invalidation_threshold_compute()
290 max_refresh = TS_TIME_IS_END(refresh_window->end, refresh_window->type) || in invalidation_threshold_compute()
291 TS_TIME_IS_NOEND(refresh_window->end, refresh_window->type); in invalidation_threshold_compute()
293 max_refresh = TS_TIME_IS_MAX(refresh_window->end, refresh_window->type); in invalidation_threshold_compute()
303 return ts_time_get_min(refresh_window->type); in invalidation_threshold_compute()
308 int64 maxval = ts_time_value_to_internal(maxdat, refresh_window->type); in invalidation_threshold_compute()
309 int64 bucket_start = ts_time_bucket_by_type(bucket_width, maxval, refresh_window->type); in invalidation_threshold_compute()
311 return ts_time_saturating_add(bucket_start, bucket_width, refresh_window->type); in invalidation_threshold_compute()
315 return refresh_window->end; in invalidation_threshold_compute()
H A Dinvalidation.c453 refresh_window->start - 1); in cut_invalidation_along_refresh_window()
456 refresh_window->start, in cut_invalidation_along_refresh_window()
458 MIN(refresh_window->end - 1, in cut_invalidation_along_refresh_window()
484 refresh_window->end, in cut_invalidation_along_refresh_window()
490 refresh_window->end - 1); in cut_invalidation_along_refresh_window()
981 refresh_window, in clear_cagg_invalidations_for_refresh()
996 refresh_window, in clear_cagg_invalidations_for_refresh()
1167 const InternalTimeRange *refresh_window, in invalidation_process_cagg_log() argument
1180 refresh_window->type, in invalidation_process_cagg_log()
1268 &refresh_window, in tsl_invalidation_process_cagg_log()
[all …]
H A Drefresh.h27 const InternalTimeRange *refresh_window, const InvalidationStore *invalidations,
30 const InternalTimeRange *refresh_window,
H A Dinvalidation.h59 int32 mat_hypertable_id, int32 raw_hypertable_id, const InternalTimeRange *refresh_window,
64 const InternalTimeRange *refresh_window,
H A Dinvalidation_threshold.h19 const InternalTimeRange *refresh_window);
/dports/devel/gdb/gdb-11.1/gdb/tui/
H A Dtui-wingeneral.c59 win->refresh_window (); in ~tui_suppress_output()
74 tui_win_info::refresh_window () in refresh_window() function
138 win_info->refresh_window (); in tui_unhighlight_win()
152 win_info->refresh_window (); in tui_highlight_win()
206 win_info->refresh_window (); in tui_refresh_all()
H A Dtui-winsource.c230 refresh_window (); in do_erase_source_content()
254 tui_source_window_base::refresh_window () in refresh_window() function
287 refresh_window (); in show_source_content()
384 refresh_window (); in do_scroll_horizontal()
525 refresh_window (); in update_exec_info()
H A Dtui-command.h36 void refresh_window () override in refresh_window() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/scripts/
H A Dnettop.py87 def refresh_window(tot_before, tot_after, pnic_before, pnic_after): function
141 refresh_window(*args)
H A Diotop.py124 def refresh_window(procs, disks_read, disks_write): function
156 refresh_window(*args)
H A Dtop.py159 def refresh_window(procs, procs_status): function
211 refresh_window(*args)
/dports/sysutils/py-psutil/psutil-5.8.0/scripts/
H A Dnettop.py77 def refresh_window(tot_before, tot_after, pnic_before, pnic_after): function
150 refresh_window(*args)
H A Diotop.py114 def refresh_window(procs, disks_read, disks_write): function
166 refresh_window(*args)
H A Dtop.py165 def refresh_window(procs, procs_status):
236 refresh_window(*args)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/scripts/
H A Dnettop.py106 def refresh_window(tot_before, tot_after, pnic_before, pnic_after): function
160 refresh_window(*args)
H A Diotop.py143 def refresh_window(procs, disks_read, disks_write): function
175 refresh_window(*args)
H A Dtop.py178 def refresh_window(procs, procs_status): function
230 refresh_window(*args)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/examples/
H A Dnettop.py105 def refresh_window(tot_before, tot_after, pnic_before, pnic_after): function
159 refresh_window(*args)
H A Diotop.py141 def refresh_window(procs, disks_read, disks_write): function
173 refresh_window(*args)
H A Dtop.py175 def refresh_window(procs, procs_status): function
227 refresh_window(*args)
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dstatusline.c56 static void refresh_window(WINDOW *win, int lazily);
115 refresh_window(stat_win, lazy_redraw); in ui_stat_update()
136 refresh_window(stat_win, lazy_redraw); in update_stat_window_old()
186 refresh_window(stat_win, lazy_redraw); in update_stat_window_old()
191 refresh_window(WINDOW *win, int lazily) in refresh_window() function
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dbuiltins.h6 void refresh_window(Window w, Bool window_update);
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dbuiltins.h9 void refresh_window(Window w, Bool window_update);
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/bgw_policy/
H A Djob.c336 &policy_data.refresh_window, in policy_refresh_cagg_execute()
376 policy_data->refresh_window.type = dim_type; in policy_refresh_cagg_read_and_validate_config()
377 policy_data->refresh_window.start = refresh_start; in policy_refresh_cagg_read_and_validate_config()
378 policy_data->refresh_window.end = refresh_end; in policy_refresh_cagg_read_and_validate_config()

1234