Searched refs:generation (Results 1 - 19 of 19) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A Ddyn-register.c35 ++_U_dyn_info_list.generation;
H A Ddyn-cancel.c33 ++_U_dyn_info_list.generation;
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dlock_class_state.h242 // node. Using a generation count permits running subsequent passes
244 uint64_t generation{0};
259 // The next generation starts at the end of the previous. All nodes
260 // with indices less than or equal to the generation are revisited.
261 generation = index;
264 if (state.loop_node_.index <= generation)
281 if (related_node->index <= generation) {
/fuchsia/zircon/system/ulib/fvm/
H A Dfvm.cpp114 use_primary = generation_ge(primary_header->generation, backup_header->generation);
/fuchsia/zircon/system/ulib/trace-engine/
H A Dcontext_api.cpp113 // The generation number of the context which last modified this state.
114 uint32_t generation{0u};
143 ContextCache* GetCurrentContextCache(uint32_t generation) { argument
146 if (likely(cache->generation == generation))
148 if (unlikely(cache->generation > generation))
154 cache->generation = generation;
161 StringEntry* CacheStringEntry(uint32_t generation, argument
183 CacheThreadEntry(uint32_t generation, zx_koid_t thread_koid) argument
[all...]
H A Dcontext_impl.h45 uint32_t generation() const { return generation_; } function in struct:trace_context
237 // The generation counter associated with this context to distinguish
/fuchsia/zircon/system/dev/nand/nandpart/test/
H A Daml-bad-block-test.cpp51 TableNode(NandPage id, bool valid = true, uint16_t generation = count_++)
52 : id_(id), valid_(valid), generation_(generation) {}
55 uint16_t generation = count_++)
56 : id_(id), valid_(valid), generation_(generation), bad_blocks_(fbl::move(bad_blocks)) {}
155 oob->generation = it->generation_;
177 true, oob->generation);
/fuchsia/zircon/system/dev/nand/nandpart/
H A Daml-bad-block.cpp207 oob->generation = generation_;
298 if (oob_->generation >= generation_) {
301 generation_ = oob_->generation;
362 generation_ = static_cast<uint16_t>(oob_->generation + 1);
H A Daml-bad-block.h32 uint16_t generation; member in struct:nand::AmlBadBlock::OobMetadata
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dlibunwind-dynamic.h157 uint32_t generation; member in struct:unw_dyn_info_list
/fuchsia/zircon/make/
H A Dabigen.mk12 # This gets STAMPY built (and generation complete) early in the build.
H A Dengine.mk317 # master object list (for dep generation)
/fuchsia/zircon/system/ulib/fvm/include/fvm/
H A Dfvm.h34 uint64_t generation; member in struct:fvm::__anon1135
/fuchsia/zircon/system/uapp/disk-pave/test/
H A Ddevice-partitioner-test.cpp190 uint16_t generation; member in struct:__anon838::OobMetadata
197 oob->generation = 1;
/fuchsia/zircon/system/ulib/fs-management/
H A Dfvm.cpp106 sb->generation = 0;
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h324 uint32_t generation; /* generation number */ member in struct:dwarf_rs_cache
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGparser.c546 if (atomic_read (&as->cache_generation) != atomic_read (&cache->generation))
549 cache->generation = as->cache_generation;
/fuchsia/zircon/system/host/fvm/container/
H A Dfvm.cpp162 sb->generation = 0;
/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm.cpp395 GetFvmLocked()->generation++;

Completed in 141 milliseconds