Home
last modified time | relevance | path

Searched refs:GetKey (Results 1 – 9 of 9) sorted by relevance

/kernel/object/
A Dfutex_context.cpp129 DEBUG_ASSERT(node->GetKey() == futex_key); in FutexWake()
135 DEBUG_ASSERT(remaining_waiters->GetKey() == futex_key); in FutexWake()
202 DEBUG_ASSERT(requeue_head->GetKey() == requeue_key); in FutexRequeue()
209 DEBUG_ASSERT(node->GetKey() == wake_key); in FutexRequeue()
247 uintptr_t futex_key = node->GetKey(); in UnqueueNodeLocked()
A Dfutex_node.cpp85 DEBUG_ASSERT(node->GetKey() == old_hash_key); in WakeThreads()
127 DEBUG_ASSERT(node->GetKey() == old_hash_key); in RemoveFromHead()
/kernel/dev/pcie/include/dev/address_provider/
A Decam_region.h33 uint8_t GetKey() const { return ecam_.bus_start; } in GetKey() function
/kernel/dev/pcie/include/dev/
A Dpcie_root.h51 uint GetKey() const { return managed_bus_id(); } in GetKey() function
/kernel/object/include/object/
A Dfutex_node.h54 uintptr_t GetKey() const { return hash_key_; } in GetKey() function
/kernel/lib/hypervisor/include/hypervisor/
A Dtrap_map.h44 zx_gpaddr_t GetKey() const { return addr_; } in GetKey() function
/kernel/vm/include/vm/
A Dvm_page_list.h30 uint64_t GetKey() const { return obj_offset_; } in GetKey() function
A Dvm_address_region.h123 vaddr_t GetKey() const { return base(); } in GetKey() function
/kernel/dev/pcie/
A Dpcie_bus_driver.cpp332 iter = roots_.upper_bound(root_ref->GetKey()); in ForeachRoot()

Completed in 14 milliseconds