Home
last modified time | relevance | path

Searched refs:needs_update (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.c105 bool needs_update = false; in mdp_irq_register() local
112 needs_update = !mdp_kms->in_irq; in mdp_irq_register()
117 if (needs_update) in mdp_irq_register()
124 bool needs_update = false; in mdp_irq_unregister() local
131 needs_update = !mdp_kms->in_irq; in mdp_irq_unregister()
136 if (needs_update) in mdp_irq_unregister()
/openbmc/openbmc/meta-arm/scripts/
H A Dreport-details.html.jinja22 {% for name, data in data|dictsort if data.needs_update or data.patched %}
28 {% if data.needs_update %}<span class="tag is-danger">Upgrade Needed</span>{% endif %}
32 {% if data.needs_update %}
H A Dreport-index.html.jinja26 {% if details.patches or details.needs_update %}
37 {% if details.needs_update %}
H A Dmachine-summary.py18 def needs_update(version, upstream): function
137 data["needs_update"] = needs_update(data["version"], data["upstream"])
/openbmc/linux/drivers/cpuidle/governors/
H A Dmenu.c112 int needs_update; member
273 if (data->needs_update) { in menu_select()
275 data->needs_update = 0; in menu_select()
452 data->needs_update = 1; in menu_reflect()
/openbmc/linux/drivers/scsi/
H A Dmyrs.c202 cs->needs_update = true; in myrs_get_ctlr_info()
883 cs->needs_update = true; in myrs_log_event()
889 cs->needs_update = true; in myrs_log_event()
1457 cs->needs_update = true; in discovery_store()
2116 if (cs->needs_update) { in myrs_monitor()
2117 cs->needs_update = false; in myrs_monitor()
2156 cs->needs_update = true; in myrs_monitor()
2160 (cs->needs_update == false || in myrs_monitor()
H A Dmyrs.h903 bool needs_update; member
/openbmc/qemu/block/
H A Dqcow2-bitmap.c974 bool needs_update = false; in qcow2_load_dirty_bitmaps() local
1022 needs_update = true; in qcow2_load_dirty_bitmaps()
1031 if (needs_update && can_write(bs)) { in qcow2_load_dirty_bitmaps()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch296 + int needs_update;
577 + state->needs_update = 1;
857 + state.needs_update = 1;
859 + if (state.needs_update) {
861 + state.needs_update = 0;
/openbmc/linux/kernel/sched/
H A Dfair.c6912 int needs_update; /* Newly idle CPUs need their next_balance collated */
11977 if (READ_ONCE(nohz.needs_update)) in nohz_balancer_kick()
12076 * and @needs_update stores. in nohz_balance_enter_idle()
12082 WRITE_ONCE(nohz.needs_update, 1); in nohz_balance_enter_idle()
12135 * Same applies to idle_cpus_mask vs needs_update. in _nohz_idle_balance()
12140 WRITE_ONCE(nohz.needs_update, 0); in _nohz_idle_balance()
12165 WRITE_ONCE(nohz.needs_update, 1); in _nohz_idle_balance()
6910 int needs_update; /* Newly idle CPUs need their next_balance collated */ global() member
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch10267 + bool needs_update = (spe->seq != seq);
10282 + if (needs_update || dreg->alpha != spe->alpha || !cmp_rect(&dreg->dest_rect, &spe->des…
10286 + needs_update = true;
10342 + if (needs_update)