Home
last modified time | relevance | path

Searched refs:backend_state (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/misc/py-cinder/cinder-12.0.10/cinder/scheduler/filters/
H A Dcapacity_filter.py33 def backend_passes(self, backend_state, filter_properties): argument
46 grouping = 'cluster' if backend_state.cluster_name else 'host'
68 if backend_state.free_capacity_gb is None:
74 free_space = backend_state.free_capacity_gb
75 total_space = backend_state.total_capacity_gb
76 reserved = float(backend_state.reserved_percentage) / 100
121 msg_args = {"grouping_name": backend_state.backend_id,
129 if (thin and backend_state.thin_provisioning_support and
130 backend_state.max_over_subscription_ratio >= 1):
140 "grouping_name": backend_state.backend_id,
[all …]
H A Ddriver_filter.py33 def backend_passes(self, backend_state, filter_properties): argument
92 'host': backend_state.host,
93 'cluster_name': backend_state.cluster_name,
94 'backend_id': backend_state.backend_id,
96 'vendor_name': backend_state.vendor_name,
97 'driver_version': backend_state.driver_version,
98 'storage_protocol': backend_state.storage_protocol,
99 'QoS_support': backend_state.QoS_support,
102 'free_capacity_gb': backend_state.free_capacity_gb,
104 'updated': backend_state.updated,
[all …]
H A Daffinity_filter.py27 def _get_volumes(self, context, affinity_uuids, backend_state): argument
29 if backend_state.cluster_name:
30 filters['cluster_name'] = backend_state.cluster_name
32 filters['host'] = backend_state.host
39 def backend_passes(self, backend_state, filter_properties): argument
65 backend_state)
73 def backend_passes(self, backend_state, filter_properties): argument
98 return self._get_volumes(context, affinity_uuids, backend_state)
H A Djson_filter.py90 def _parse_string(self, string, backend_state): argument
104 obj = getattr(backend_state, path[0], None)
113 def _process_filter(self, query, backend_state): argument
122 arg = self._process_filter(arg, backend_state)
124 arg = self._parse_string(arg, backend_state)
130 def backend_passes(self, backend_state, filter_properties): argument
144 result = self._process_filter(jsonutils.loads(query), backend_state)
H A Dcapabilities_filter.py78 def backend_passes(self, backend_state, filter_properties): argument
84 if not self._satisfies_extra_specs(backend_state.capabilities,
87 "requirements", {'backend_state': backend_state})
H A Davailability_zone_filter.py25 def backend_passes(self, backend_state, filter_properties): argument
32 backend_state.service['availability_zone'])
H A Dignore_attempted_hosts_filter.py39 def backend_passes(self, backend_state, filter_properties): argument
49 backend = backend_state.backend_id
H A Dinstance_locality_filter.py72 def backend_passes(self, backend_state, filter_properties): argument
74 backend = volume_utils.extract_host(backend_state.backend_id, 'host')
/dports/misc/py-cinder/cinder-12.0.10/cinder/scheduler/
H A Dfilter_scheduler.py157 backend_state = weighed_backend.obj
158 if backend_state.backend_id == backend:
159 return backend_state
171 backend_state = weighed_backend.obj
175 return backend_state
191 backend_state): argument
559 backend_state = top_backend.obj
560 LOG.debug("Choosing %s", backend_state.backend_id)
562 backend_state.consume_from_volume(volume_properties)
567 backend_state = top_backend.obj
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/user-accounts/
H A Drun-passwd.c72 PasswdState backend_state; member
125 if (passwd_handler->backend_state == PASSWD_STATE_RETYPE) { in child_watch_cb()
126 passwd_handler->backend_state = PASSWD_STATE_DONE; in child_watch_cb()
302 passwd_handler->backend_state = PASSWD_STATE_NONE; in free_passwd_resources()
389 switch (passwd_handler->backend_state) { in io_watch_stdout()
400 passwd_handler->backend_state = PASSWD_STATE_NEW; in io_watch_stdout()
437 passwd_handler->backend_state = PASSWD_STATE_RETYPE; in io_watch_stdout()
533 passwd_handler->backend_state = PASSWD_STATE_ERR; in io_watch_stdout()
559 passwd_handler->backend_state = PASSWD_STATE_NEW; in io_watch_stdout()
646 passwd_handler->backend_state = PASSWD_STATE_NONE; in passwd_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c354 static int backend_state; variable
360 &backend_state) != 1) in xenbus_reset_backend_state_changed()
361 backend_state = XenbusStateUnknown; in xenbus_reset_backend_state_changed()
363 path, xenbus_strstate(backend_state)); in xenbus_reset_backend_state_changed()
371 backend_state == expected, 5 * HZ); in xenbus_reset_wait_for_backend()
394 backend_state = XenbusStateUnknown; in xenbus_reset_frontend()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c354 static int backend_state; variable
360 &backend_state) != 1) in xenbus_reset_backend_state_changed()
361 backend_state = XenbusStateUnknown; in xenbus_reset_backend_state_changed()
363 path, xenbus_strstate(backend_state)); in xenbus_reset_backend_state_changed()
371 backend_state == expected, 5 * HZ); in xenbus_reset_wait_for_backend()
394 backend_state = XenbusStateUnknown; in xenbus_reset_frontend()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c354 static int backend_state; variable
360 &backend_state) != 1) in xenbus_reset_backend_state_changed()
361 backend_state = XenbusStateUnknown; in xenbus_reset_backend_state_changed()
363 path, xenbus_strstate(backend_state)); in xenbus_reset_backend_state_changed()
371 backend_state == expected, 5 * HZ); in xenbus_reset_wait_for_backend()
394 backend_state = XenbusStateUnknown; in xenbus_reset_frontend()
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/about-me/
H A Dmate-about-me-password.c82 PasswdState backend_state; member
337 pdialog->backend_state = PASSWD_STATE_NONE; in free_passwd_resources()
399 pdialog->backend_state = PASSWD_STATE_NEW; in authenticated_user()
451 switch (pdialog->backend_state) { in io_watch_stdout()
491 pdialog->backend_state = PASSWD_STATE_RETYPE; in io_watch_stdout()
577 pdialog->backend_state = PASSWD_STATE_ERR; in io_watch_stdout()
593 pdialog->backend_state = PASSWD_STATE_NEW; in io_watch_stdout()
604 pdialog->backend_state = PASSWD_STATE_AUTH; in io_watch_stdout()
964 if (pdialog->backend_state == PASSWD_STATE_ERR) { in passdlg_process_response()
1053 pdialog->backend_state = PASSWD_STATE_NONE; in passdlg_init()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/tremor/
H A Dblock.c152 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
198 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
209 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
226 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
260 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/tremor/
H A Dblock.c152 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
198 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
209 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
226 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
260 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/mkclean/tremor/
H A Dblock.c152 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
198 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
209 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
226 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
260 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/multimedia/mkclean/mkclean-0.8.7/mkclean/tremor/
H A Dblock.c152 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
198 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
209 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
226 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
260 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/tremor/
H A Dblock.c146 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
204 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
215 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
232 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
266 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/tremor/
H A Dblock.c155 b=(private_state *)(v->backend_state=calloc(1,sizeof(*b))); in _vds_init()
213 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
224 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
241 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
280 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-tremor-0.1.0/tremor/
H A Dblock.c154 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
212 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
223 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
240 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
274 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/tremor/
H A Dblock.c155 b=(private_state *)(v->backend_state=calloc(1,sizeof(*b))); in _vds_init()
213 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
224 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
241 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
281 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/www/firefox-esr/firefox-91.8.0/media/libtremor/lib/
H A Dtremor_block.c154 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
212 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
223 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
240 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
274 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/audio/libtremor/tremor-562307a/
H A Dblock.c154 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
212 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
223 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
240 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
274 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
/dports/emulators/mednafen/mednafen/src/tremor/
H A Dblock.c154 b=(private_state *)(v->backend_state=_ogg_calloc(1,sizeof(*b))); in _vds_init()
212 if(!v->backend_state)return -1; in vorbis_synthesis_restart()
223 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
240 private_state *b=(private_state *)v->backend_state; in vorbis_dsp_clear()
274 private_state *b=v->backend_state; in vorbis_synthesis_blockin()

12345678910>>...16