Home
last modified time | relevance | path

Searched refs:migrated (Results 1 – 25 of 71) sorted by relevance

123

/external/mesa3d/src/util/
Dslab.c130 pool->migrated = NULL; in slab_create_child()
157 while (pool->migrated) { in slab_destroy_child()
158 struct slab_element_header *elt = pool->migrated; in slab_destroy_child()
159 pool->migrated = elt->next; in slab_destroy_child()
215 pool->free = pool->migrated; in slab_alloc()
216 pool->migrated = NULL; in slab_alloc()
269 elt->next = owner->migrated; in slab_free()
270 owner->migrated = elt; in slab_free()
Dslab.h69 struct slab_element_header *migrated; member
/external/rust/crates/rayon-core/src/join/
Dtest.rs91 let (a_migrated, b_migrated) = join_context(|a| a.migrated(), |b| b.migrated()); in join_context_both()
101 pool.install(|| join_context(|a| a.migrated(), |b| b.migrated())); in join_context_neither()
117 a.migrated() in join_context_second()
121 b.migrated() in join_context_second()
Dmod.rs129 move |migrated| f(FnContext::new(migrated)) in join_context()
/external/rust/crates/rayon/src/iter/plumbing/
Dmod.rs401 migrated: bool, in bridge_producer_consumer()
412 } else if splitter.try_split(len, migrated) { in bridge_producer_consumer()
420 context.migrated(), in bridge_producer_consumer()
429 context.migrated(), in bridge_producer_consumer()
456 migrated: bool, in bridge_unindexed_producer_consumer()
467 } else if splitter.try_split(migrated) { in bridge_unindexed_producer_consumer()
474 |context| bridge(context.migrated(), splitter, left_producer, left_consumer), in bridge_unindexed_producer_consumer()
475 |context| bridge(context.migrated(), splitter, right_producer, right_consumer), in bridge_unindexed_producer_consumer()
/external/rust/crates/rayon-core/src/
Dlib.rs735 migrated: bool, field
743 fn new(migrated: bool) -> Self { in new()
745 migrated, in new()
755 pub fn migrated(&self) -> bool { in migrated() method
756 self.migrated in migrated()
/external/tensorflow/tensorflow/lite/experimental/support/
DREADME.md3 The TensorFlow Lite Support project has been migrated to its own repo. Please
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug02.txt21 Determine which CPU the process migrated to
Dhotplug03.txt31 Verify that at least one process has migrated to the new CPU by
/external/perfetto/infra/perfetto.dev/appengine/
DREADME.md14 be migrated to a Type 7 Google Cloud Load Balancer, which supports
/external/slf4j/slf4j-migrator/
DLIMITATIONS.txt33 - Calls to PropertyConfigurator or DomConfigurator cannot be migrated since
/external/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
DREADME.md30 [2020/01/31 10:40:23:9893] N: _lws_mqtt_rx_parser: migrated nwsi 0x50febd0 to sid 1 0x5106820
/external/tensorflow/tensorflow/python/ops/distributions/
DBUILD12 deprecation = ("TensorFlow Distributions has migrated to " +
/external/libchrome/libchrome_tools/patches/
Dlibchrome-Add-EmptyResponseCallback-for-backward-com.patch32 + // Remove this callback after clients are migrated.
/external/autotest/client/site_tests/camera_V4L2/
Dcontrol16 # Do not run it in bvt-perbuild suite since it's already migrated to Tast.
/external/ltp/testcases/kernel/controllers/memctl/
Dmemctl_testplan.txt15 one of the tasks from group a is migrated to group b and the memory usage of
/external/perfetto/infra/ui.perfetto.dev/
DREADME.md14 be migrated to a Type 7 Google Cloud Load Balancer, which supports
/external/bazelbuild-rules_android/rules/android_library/
Dattrs.bzl65 # TODO(str): Remove when fully migrated to android_instrumentation_test
/external/tensorflow/third_party/toolchains/remote_config/
Dconfigs.bzl68 # TODO(klimek): Delete this once all users are migrated to a python-version
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
DREADME8 ASICs, as their ports can not be migrated to other network namespaces
/external/lottie/
DREADME.md51 Lottie 2.8.0 and above only supports projects that have been migrated to [androidx](https://develop…
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-replace-auto-ptr.rst41 code that can't be migrated (such as a header coming from a 3\ :sup:`rd`
/external/pigweed/pw_assert/
DBUILD.gn46 # compatibility. Remove this when projects have migrated.
/external/libese/
DREADME.md10 migrated to an always connected bus, like SPI. The interfaces
/external/grpc-grpc/src/csharp/
DREADME.md68 …` or use Visual Studio Code with C# extension (on Linux and Mac). gRPC C# code has been migrated to

123