Home
last modified time | relevance | path

Searched refs:node_state (Results 1 – 25 of 26) sorted by relevance

12

/system/ulib/fbl/include/fbl/
A Dintrusive_double_list.h181 return *(NodeTraits::node_state(*head_).prev_);
186 return *(NodeTraits::node_state(*head_).prev_);
266 auto& ns = NodeTraits::node_state(*iter.node_);
297 auto& ns = NodeTraits::node_state(*iter.node_);
314 auto& head_ns = NodeTraits::node_state(*head_);
465 auto& ns = NodeTraits::node_state(*node_);
549 auto& ptr_ns = NodeTraits::node_state(*ptr);
592 auto& node_ns = NodeTraits::node_state(*node);
617 auto& ptr_ns = NodeTraits::node_state(*ptr);
620 auto& node_ns = NodeTraits::node_state(node);
[all …]
A Dintrusive_wavl_tree.h315 auto& ns = NodeTraits::node_state(*node);
693 auto& ns = NodeTraits::node_state(*ptr);
801 auto& ns = NodeTraits::node_state(*ptr);
1172 auto& ns = NodeTraits::node_state(*node);
1258 auto& ns = NodeTraits::node_state(*node);
1334 auto& X_ns = NodeTraits::node_state(*X);
1335 auto& Z_ns = NodeTraits::node_state(*Z);
1539 auto& ns = NodeTraits::node_state(*node);
1677 Z_ns = &NodeTraits::node_state(*Z);
1719 auto& Y_ns = NodeTraits::node_state(*Y);
[all …]
A Dintrusive_single_list.h312 auto& ptr_ns = NodeTraits::node_state(*ptr);
331 auto& iter_ns = NodeTraits::node_state(*iter.node_);
332 auto& ptr_ns = NodeTraits::node_state(*ptr);
348 auto& head_ns = NodeTraits::node_state(*head_);
364 auto& head_ns = NodeTraits::node_state(*head_);
399 auto& iter_ns = NodeTraits::node_state(*iter);
489 auto& ptr_ns = NodeTraits::node_state(*ptr);
497 auto& iter_ns = NodeTraits::node_state(*iter);
528 auto& ptr_ns = NodeTraits::node_state(*ptr);
536 auto& iter_ns = NodeTraits::node_state(*iter);
[all …]
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dintrusive_wavl_tree_checker.h26 const auto& ns = NodeTraits::node_state(*node); in VerifyParentBackLinks()
29 EXPECT_EQ(node, NodeTraits::node_state(*ns.left_).parent_, in VerifyParentBackLinks()
34 EXPECT_EQ(node, NodeTraits::node_state(*ns.right_).parent_, in VerifyParentBackLinks()
66 NodeTraits::node_state(*tree.left_most_).left_, in SanityCheck()
72 NodeTraits::node_state(*tree.right_most_).right_, in SanityCheck()
93 auto& ns = NodeTraits::node_state(*node); in SanityCheck()
130 const auto& ns = NodeTraits::node_state(*node); in SanityCheck()
138 auto& ns = NodeTraits::node_state(*node); in SanityCheck()
156 auto& parent_ns = NodeTraits::node_state(*parent); in SanityCheck()
A Dintrusive_doubly_linked_list_checker.h37 tmp = NodeTraits::node_state(*tmp).next_; in SanityCheck()
43 tmp = NodeTraits::node_state(*tmp).next_; in SanityCheck()
A Dintrusive_singly_linked_list_checker.h37 tmp = NodeTraits::node_state(*tmp).next_; in SanityCheck()
A Dbase_test_environments.h220 bool ValidEraseTarget(ObjType& target) { return NodeTraits::node_state(target).InContainer(); } in ValidEraseTarget()
222 return target.IsValid() && NodeTraits::node_state(*target).InContainer(); in ValidEraseTarget()
279 auto& ns = ContainerType::NodeTraits::node_state(*objects()[i]); in Clear()
315 auto& ns = ContainerType::NodeTraits::node_state(*objects()[i]); in ClearUnsafe()
358 auto& ns = ContainerType::NodeTraits::node_state(*tmp);
A Dsequence_container_test_environment.h168 auto& ns = ContainerType::NodeTraits::node_state(*tmp); in PopFront()
223 auto& ns = ContainerType::NodeTraits::node_state(*tmp); in PopBack()
277 auto& ns = ContainerType::NodeTraits::node_state(*tmp); in EraseNext()
/system/core/devmgr/devmgr/
A Dcoordinator.h41 static fbl::DoublyLinkedListNodeState<Work*>& node_state( in node_state() function
66 static fbl::DoublyLinkedListNodeState<fbl::unique_ptr<PendingOperation>>& node_state( in node_state() function
136 static fbl::DoublyLinkedListNodeState<Device*>& node_state( in node_state() function
146 static fbl::DoublyLinkedListNodeState<Device*>& node_state( in node_state() function
162 static fbl::DoublyLinkedListNodeState<Device*>& node_state( in node_state() function
192 static fbl::DoublyLinkedListNodeState<Devhost*>& node_state( in node_state() function
198 static fbl::DoublyLinkedListNodeState<Devhost*>& node_state( in node_state() function
204 static fbl::DoublyLinkedListNodeState<Devhost*>& node_state( in node_state() function
391 static fbl::DoublyLinkedListNodeState<Driver*>& node_state( in node_state() function
A Dmetadata.h17 static fbl::DoublyLinkedListNodeState<fbl::unique_ptr<Metadata>>& node_state( in node_state() function
A Ddevfs.cpp90 static fbl::DoublyLinkedListNodeState<DcIostate*>& node_state(DcIostate& obj) { in node_state() function
128 static fbl::DoublyLinkedListNodeState<Devnode*>& node_state(Devnode& obj) { in node_state() function
/system/ulib/dispatcher-pool/include/dispatcher-pool/
A Ddispatcher-event-source.h116 node_state(EventSource& event_source) { in node_state() function
123 node_state(EventSource& event_source) { in node_state() function
A Ddispatcher-execution-domain.h124 node_state(ExecutionDomain& domain) { in node_state() function
/system/ulib/blobfs/include/blobfs/
A Dcache-node.h32 static WAVLTreeNodeState& node_state(CacheNode& b) { return b.type_wavl_state_; } in node_state() function
/system/ulib/fs/include/fs/
A Dpseudo-dir.h114 static fbl::WAVLTreeNodeState<fbl::unique_ptr<Entry>>& node_state( in node_state() function
122 static fbl::WAVLTreeNodeState<Entry*>& node_state(Entry& entry) { in node_state() function
/system/core/devmgr/devhost/
A Ddevice-internal.h116 static fbl::DoublyLinkedListNodeState<zx_device*>& node_state( in node_state() function
128 static fbl::DoublyLinkedListNodeState<zx_device*>& node_state( in node_state() function
/system/ulib/memfs/
A Ddnode.h36 …struct TypeChildTraits { static NodeState& node_state(Dnode& dn) { return dn.type_child_state_; }}; in node_state() function
/system/utest/fbl/
A Dintrusive_wavl_tree_tests.cpp26 static WAVLTreeNodeState<PtrType>& node_state(typename PtrTraits::RefType obj) { in node_state() function
154 const auto& ns = NodeTraits::node_state(*node); in VerifyRankRule()
161 auto& left_ns = NodeTraits::node_state(*ns.left_); in VerifyRankRule()
168 auto& right_ns = NodeTraits::node_state(*ns.right_); in VerifyRankRule()
A Dintrusive_hash_table_sll_tests.cpp26 static BucketStateType& node_state(ObjType& obj) { in node_state() function
A Dintrusive_hash_table_dll_tests.cpp26 static BucketStateType& node_state(ObjType& obj) { in node_state() function
A Dintrusive_singly_linked_list_tests.cpp18 static ContainerStateType& node_state(typename PtrTraits::RefType obj) { in node_state() function
A Dintrusive_doubly_linked_list_tests.cpp18 static ContainerStateType& node_state(typename PtrTraits::RefType obj) { in node_state() function
/system/ulib/region-alloc/include/region-alloc/
A Dregion-alloc.h276 static WAVLTreeNodeState& node_state(Region& r) { return r.ns_tree_sort_by_base_; } in node_state() function
280 static WAVLTreeNodeState& node_state(Region& r) { return r.ns_tree_sort_by_size_; } in node_state() function
/system/dev/block/block/
A Dserver.h83 static fbl::DoublyLinkedListNodeState<block_msg_t*>& node_state(block_msg_t& obj) { in node_state() function
/system/dev/bus/virtio/
A Dsocket.h264 node_state(Connection& conn) { in node_state() function

Completed in 60 milliseconds

12