Searched refs:BOpenHashTable (Results 1 - 25 of 100) sorted by last modified time

1234

/haiku/src/system/kernel/fs/
H A Dvfs.cpp299 typedef BOpenHashTable<VnodeHash> VnodeTable;
327 typedef BOpenHashTable<MountHash> MountTable;
H A Dnode_monitor.cpp189 typedef BOpenHashTable<HashDefinition> MonitorHash;
214 typedef BOpenHashTable<VolumeHashDefinition> VolumeMonitorHash;
H A Drootfs.cpp103 typedef BOpenHashTable<VnodeHash> VnodeTable;
/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;
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp123 typedef BOpenHashTable<GlyphHashTableDefinition> GlyphTable;
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h108 typedef BOpenHashTable<ConnectionHashDefinition> ConnectionTable;
/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/
H A Dcondition_variable.cpp45 typedef BOpenHashTable<ConditionVariableHashDefinition> ConditionVariableHash;
H A Delf.cpp84 typedef BOpenHashTable<ImageHashDefinition> ImageHash;
H A Dmodule.cpp182 typedef BOpenHashTable<NodeHashDefinition> NodeHash;
301 typedef BOpenHashTable<ModuleHash> ModuleTable;
326 typedef BOpenHashTable<ImageHash> ImageTable;
H A Dteam.cpp139 typedef BOpenHashTable<ProcessGroupHashDefinition> ProcessGroupHashTable;
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h117 typedef BOpenHashTable<TypeUnitTableHashDefinition> TypeUnitTable;
H A DAbbreviationTable.h114 typedef BOpenHashTable<AbbreviationTableHashDefinition> EntryTable;
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp583 static BOpenHashTable<IpcHashTableDefinition> sIpcHashTable;
584 static BOpenHashTable<SemaphoreHashTableDefinition> sSemaphoreHashTable;
H A Dxsi_message_queue.cpp342 static BOpenHashTable<IpcHashTableDefinition> sIpcHashTable;
343 static BOpenHashTable<MessageQueueHashTableDefinition> sMessageQueueHashTable;
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp67 typedef BOpenHashTable<UserMutexHashDefinition> UserMutexTable;
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp48 typedef BOpenHashTable<ConditionVariableHashDefinition> ConditionVariableHash;
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp131 typedef BOpenHashTable<NodeHash> NodeTable;
/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/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp204 typedef BOpenHashTable<RuleHash> RuleTable;
205 typedef BOpenHashTable<TeamHash> TeamTable;
H A Dlaunch_speedup.cpp91 typedef BOpenHashTable<NodeHash> NodeTable;
194 typedef BOpenHashTable<PrefetchHash> PrefetchTable;
222 typedef BOpenHashTable<SessionHash> SessionTable;
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp153 typedef BOpenHashTable<ndpHash> AddressCache;
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp110 typedef BOpenHashTable<MemoryHashDefinition> MemoryHashTable;
175 typedef BOpenHashTable<ApertureHashDefinition> ApertureHashTable;
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h86 class BOpenHashTable { class
88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable;
99 BOpenHashTable() function in class:BOpenHashTable
107 BOpenHashTable(const Definition& definition) function in class:BOpenHashTable
116 BOpenHashTable(const Definition& definition, const Allocator& allocator) function in class:BOpenHashTable
126 ~BOpenHashTable()
347 /*! \brief Iterator for BOpenHashTable

Completed in 418 milliseconds

1234