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

1234

/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp48 typedef BOpenHashTable<ConditionVariableHashDefinition> ConditionVariableHash;
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp80 static struct chain* Lookup(BOpenHashTable<ChainHash>* chains,
82 static struct chain* Add(BOpenHashTable<ChainHash>* chains,
84 static struct chain* Add(BOpenHashTable<ChainHash>* chains,
86 static void DeleteChains(BOpenHashTable<ChainHash>* chains);
161 typedef BOpenHashTable<ChainHash> ChainTable;
162 typedef BOpenHashTable<FamilyHash> FamilyTable;
H A Dinterfaces.h113 typedef BOpenHashTable<DatalinkHashDefinition, true, true> DatalinkTable;
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp91 typedef BOpenHashTable<NodeHash> NodeTable;
194 typedef BOpenHashTable<PrefetchHash> PrefetchTable;
222 typedef BOpenHashTable<SessionHash> SessionTable;
H A Drule_based_prefetcher.cpp204 typedef BOpenHashTable<RuleHash> RuleTable;
205 typedef BOpenHashTable<TeamHash> TeamTable;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp42 : public BOpenHashTable<IORequestHashDefinition> {
75 : public BOpenHashTable<NodeCapabilitiesHashDefinition> {
/haiku/headers/private/shared/
H A DHashMap.h122 typedef BOpenHashTable<HashMapTableDefinition<Key, Value> >
149 typedef BOpenHashTable<HashMapTableDefinition<Key, Value> > ElementTable;
/haiku/src/kits/tracker/
H A DIconCache.h289 typedef BOpenHashTable<SelfHashing<SharedCacheEntry> > EntryHashTable;
357 typedef BOpenHashTable<SelfHashing<NodeCacheEntry> > EntryHashTable;
/haiku/src/kits/package/
H A DPackageInfoSet.cpp86 public BOpenHashTable<PackageInfoHashDefinition> {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h92 typedef BOpenHashTable<ThreadStackFrameSelectionEntryHashDefinition>
/haiku/src/system/kernel/slab/
H A DMemoryManager.h141 typedef BOpenHashTable<AreaHashDefinition> AreaTable;
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp72 typedef BOpenHashTable<AddressSpaceHashDefinition> AddressSpaceTable;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h215 typedef BOpenHashTable<HashDefinition> States;
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h225 typedef BOpenHashTable<HashDefinition> States;
/haiku/headers/private/kernel/
H A DNotifications.h247 typedef BOpenHashTable<HashDefinition> ServiceHash;
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h117 typedef BOpenHashTable<TypeUnitTableHashDefinition> TypeUnitTable;
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp272 typedef BOpenHashTable<NamedSemHashDefinition, true> NamedSemTable;
576 typedef BOpenHashTable<TeamSemHashDefinition, true> SemTable;
H A Dxsi_message_queue.cpp342 static BOpenHashTable<IpcHashTableDefinition> sIpcHashTable;
343 static BOpenHashTable<MessageQueueHashTableDefinition> sMessageQueueHashTable;
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp123 typedef BOpenHashTable<GlyphHashTableDefinition> GlyphTable;
/haiku/src/kits/storage/
H A DPathMonitor.cpp56 typedef BOpenHashTable<WatcherHashDefinition> WatcherMap;
260 typedef BOpenHashTable<AncestorHashDefinition> AncestorMap;
342 typedef BOpenHashTable<EntryHashDefinition> EntryMap;
443 typedef BOpenHashTable<NodeHashDefinition> NodeMap;
662 typedef BOpenHashTable<PathHandlerHashDefinition> PathHandlerMap;
/haiku/src/system/boot/loader/
H A Dheap.cpp242 typedef BOpenHashTable<LargeAllocationHashDefinition> LargeAllocationHashTable;
/haiku/src/system/kernel/
H A Dimage.cpp51 typedef BOpenHashTable<ImageTableDefinition> ImageTable;
H A Dcondition_variable.cpp45 typedef BOpenHashTable<ConditionVariableHashDefinition> ConditionVariableHash;
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp110 typedef BOpenHashTable<MemoryHashDefinition> MemoryHashTable;
175 typedef BOpenHashTable<ApertureHashDefinition> ApertureHashTable;
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp189 typedef BOpenHashTable<HashDefinition> MonitorHash;
214 typedef BOpenHashTable<VolumeHashDefinition> VolumeMonitorHash;

Completed in 175 milliseconds

1234