Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.cc197 bool needs_update = false; in simplify_phi_propagate() local
205 needs_update = true; in simplify_phi_propagate()
214 needs_update = true; in simplify_phi_propagate()
217 if (needs_update) in simplify_phi_propagate()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_geom.c90 boolean_t needs_update = B_FALSE; in vdev_geom_set_physpath() local
112 needs_update = (strcmp(old_physpath, in vdev_geom_set_physpath()
116 needs_update = do_null_update; in vdev_geom_set_physpath()
125 if (needs_update) in vdev_geom_set_physpath()
/netbsd-src/sys/dev/pci/
H A Dif_iwn.c4170 needs_update = 1; \ in iwn_tune_sensitivity()
4178 needs_update = 1; \ in iwn_tune_sensitivity()
4186 int i, needs_update = 0; in iwn_tune_sensitivity()
4269 needs_update = 1; in iwn_tune_sensitivity()
4301 if (needs_update) in iwn_send_sensitivity()
4164 int i, needs_update = 0; iwn_tune_sensitivity() local