Home
last modified time | relevance | path

Searched refs:update_interval (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py135 self.update_interval = 1
267 self.next_update = self.currval + self.update_interval
295 self.update_interval = self.maxval / self.num_intervals
/openbmc/qemu/block/
H A Dblklogwrites.c58 uint64_t update_interval; member
272 s->update_interval = qemu_opt_get_number(opts, "log-super-update-interval", in blk_log_writes_open()
274 if (!s->update_interval) { in blk_log_writes_open()
277 s->update_interval); in blk_log_writes_open()
404 || (entry_seq % s->update_interval == 0))) in blk_log_writes_co_do_log()
/openbmc/qemu/ui/
H A Dconsole.c64 uint64_t update_interval; member
94 dcl_interval = dcl->update_interval ? in gui_update()
95 dcl->update_interval : GUI_REFRESH_INTERVAL_DEFAULT; in gui_update()
100 if (ds->update_interval != interval) { in gui_update()
101 ds->update_interval = interval; in gui_update()
712 dcl->update_interval = interval; in update_displaychangelistener()
713 if (!ds->refreshing && ds->update_interval > interval) { in update_displaychangelistener()
H A Dsdl2.c713 scon->dcl.update_interval = GUI_REFRESH_INTERVAL_DEFAULT; in sdl2_poll_events()
718 scon->dcl.update_interval = SDL2_REFRESH_INTERVAL_BUSY; in sdl2_poll_events()
H A Dvnc.c3281 vd->dcl.update_interval /= 2; in vnc_refresh()
3282 if (vd->dcl.update_interval < VNC_REFRESH_INTERVAL_BASE) { in vnc_refresh()
3283 vd->dcl.update_interval = VNC_REFRESH_INTERVAL_BASE; in vnc_refresh()
3286 vd->dcl.update_interval += VNC_REFRESH_INTERVAL_INC; in vnc_refresh()
3287 if (vd->dcl.update_interval > VNC_REFRESH_INTERVAL_MAX) { in vnc_refresh()
3288 vd->dcl.update_interval = VNC_REFRESH_INTERVAL_MAX; in vnc_refresh()
H A Dspice-display.c872 dcl->update_interval = 1000 / spice_max_refresh_rate; in spice_gl_refresh()
H A Dgtk.c808 vc->gfx.dcl.update_interval = refresh_rate ? in gd_update_monitor_refresh_rate()
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-db-native.bb55 update_interval = int(d.getVar("CVE_DB_UPDATE_INTERVAL"))
56 if update_interval < 0:
59 if time.time() - os.path.getmtime(db_file) < update_interval:
H A Dcve-update-nvd2-native.bb68 update_interval = int(d.getVar("CVE_DB_UPDATE_INTERVAL"))
69 if update_interval < 0:
74 if time.time() - os.path.getmtime(db_file) < update_interval:
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp291 if (std::isfinite(pdr->update_interval)) in NumericSensor()
293 updateTime = pdr->update_interval * 1000000; in NumericSensor()
/openbmc/qemu/include/ui/
H A Dconsole.h271 uint64_t update_interval; member
/openbmc/libpldm/include/libpldm/
H A Dplatform.h878 real32_t update_interval; member
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp1407 output["updateInterval"] = pdr.update_interval; in printNumericSensorPDR()
/openbmc/libpldm/src/dsp/
H A Dplatform.c1875 pldm_msgbuf_extract(buf, pdr_value->update_interval); in decode_numeric_sensor_pdr_data()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump13789 'name' => 'update_interval',