Searched refs:BOpenHashTable (Results 76 - 100 of 100) sorted by relevance

1234

/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp583 static BOpenHashTable<IpcHashTableDefinition> sIpcHashTable;
584 static BOpenHashTable<SemaphoreHashTableDefinition> sSemaphoreHashTable;
/haiku/src/system/kernel/
H A Dmodule.cpp182 typedef BOpenHashTable<NodeHashDefinition> NodeHash;
301 typedef BOpenHashTable<ModuleHash> ModuleTable;
326 typedef BOpenHashTable<ImageHash> ImageTable;
H A Dsystem_info.cpp234 typedef BOpenHashTable<ListenerHashDefinition> ListenerHash;
H A Dport.cpp189 typedef BOpenHashTable<PortHashDefinition> PortHashTable;
229 typedef BOpenHashTable<PortNameHashDefinition> PortNameHashTable;
H A Delf.cpp84 typedef BOpenHashTable<ImageHashDefinition> ImageHash;
H A Dteam.cpp139 typedef BOpenHashTable<ProcessGroupHashDefinition> ProcessGroupHashTable;
/haiku/src/bin/package/
H A Dcommand_extract.cpp282 typedef BOpenHashTable<ChildHashDefinition> ChildTable;
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp83 : BOpenHashTable<RequestOwnerHashDefinition, false> {
H A Dlegacy_drivers.cpp179 typedef BOpenHashTable<DirectoryNodeHashDefinition> DirectoryNodeHash;
249 typedef BOpenHashTable<DriverHash> DriverTable;
H A Ddevfs.cpp131 typedef BOpenHashTable<NodeHash> NodeTable;
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp67 typedef BOpenHashTable<UserMutexHashDefinition> UserMutexTable;
/haiku/src/apps/debuganalyzer/model/
H A DModel.h52 typedef BOpenHashTable<ThreadSchedulingStateDefinition>
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp153 typedef BOpenHashTable<arpHash> AddressCache;
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp153 typedef BOpenHashTable<ndpHash> AddressCache;
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp204 typedef BOpenHashTable<UdpHashDefinition, false> EndpointTable;
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp79 typedef BOpenHashTable<AddressHashDefinition, true, false> AddressTable;
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp172 typedef BOpenHashTable<WaitObjectTableDefinition> WaitObjectTable;
/haiku/src/system/kernel/fs/
H A Drootfs.cpp103 typedef BOpenHashTable<VnodeHash> VnodeTable;
H A Dvfs.cpp299 typedef BOpenHashTable<VnodeHash> VnodeTable;
327 typedef BOpenHashTable<MountHash> MountTable;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp109 : public BOpenHashTable<VNodeHashDefinition> {
164 : public BOpenHashTable<IORequestIDHashDefinition> {
170 : public BOpenHashTable<IORequestStructHashDefinition> {
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp145 typedef BOpenHashTable<SwapHashTableDefinition> SwapHashTable;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp148 typedef BOpenHashTable<FragmentHashDefinition, false, true> FragmentTable;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp131 typedef BOpenHashTable<FragmentHashDefinition, false, true> FragmentTable;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp192 typedef BOpenHashTable<BlockHash> BlockTable;
209 typedef BOpenHashTable<TransactionHash> TransactionTable;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp746 typedef BOpenHashTable<NodeHashDefinition> NodeTable;

Completed in 383 milliseconds

1234