Searched refs:DoublyLinkedList (Results 1 - 25 of 252) sorted by relevance

1234567891011

/haiku/headers/build/private/kernel/util/
H A DDoublyLinkedList.h1 #include <../private/kernel/util/DoublyLinkedList.h>
/haiku/src/servers/package/
H A DJob.h13 #include <util/DoublyLinkedList.h>
/haiku/src/system/kernel/device_manager/
H A Dio_resources.h13 #include <util/DoublyLinkedList.h>
32 typedef DoublyLinkedList<io_resource_private> ResourceList;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h6 #include <util/DoublyLinkedList.h>
36 typedef DoublyLinkedList<Entry, Entry::GetDirEntryLink> EntryList;
37 typedef DoublyLinkedList<DirIterator> IteratorList;
H A DLockable.h6 #include <util/DoublyLinkedList.h>
25 typedef DoublyLinkedList<LockerCandidate> LockerCandidateList;
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNodeAttribute.h9 #include <util/DoublyLinkedList.h>
48 typedef DoublyLinkedList<PackageNodeAttribute> PackageNodeAttributeList;
H A DPackageDirectory.h9 #include <util/DoublyLinkedList.h>
54 typedef DoublyLinkedList<PackageDirectory> PackageDirectoryList;
/haiku/src/kits/debugger/dwarf/
H A DDwarfManager.h11 #include <util/DoublyLinkedList.h>
36 typedef DoublyLinkedList<DwarfFile> FileList;
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependency.h13 #include <util/DoublyLinkedList.h>
76 typedef DoublyLinkedList<Dependency> DependencyList;
78 typedef DoublyLinkedList<Dependency,
82 typedef DoublyLinkedList<Dependency,
H A DResolvable.h11 #include <util/DoublyLinkedList.h>
63 typedef DoublyLinkedList<Resolvable> ResolvableList;
65 typedef DoublyLinkedList<Resolvable,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A Dppp_device.h10 #include <util/DoublyLinkedList.h>
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DTaskManager.h9 #include <util/DoublyLinkedList.h>
50 DoublyLinkedList<Task> fTasks;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.h15 #include <util/DoublyLinkedList.h>
64 DoublyLinkedList<WorkQueueEntry> fQueue;
/haiku/headers/private/package/hpkg/
H A DBlockBufferPoolImpl.h12 #include <util/DoublyLinkedList.h>
43 typedef DoublyLinkedList<PoolBuffer> BufferList;
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueEditor.h10 #include <util/DoublyLinkedList.h>
37 typedef DoublyLinkedList<Listener> ListenerList;
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.h11 #include <util/DoublyLinkedList.h>
36 typedef DoublyLinkedList<TeamMemoryBlock> DeadBlockTable;
/haiku/headers/private/debugger/files/
H A DLocatableEntry.h11 #include <util/DoublyLinkedList.h>
66 typedef DoublyLinkedList<LocatableEntry> LocatableEntryList;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDirIterator.h6 #include <util/DoublyLinkedList.h>
H A DQueryIterator.h7 #include <util/DoublyLinkedList.h>
53 DoublyLinkedList<QueryIterator>&
57 DoublyLinkedList<QueryIterator> fSubIterators;
H A DVirtualDir.h8 #include <util/DoublyLinkedList.h>
88 DoublyLinkedList<VirtualDirEntry> fEntryList;
89 DoublyLinkedList<VirtualDirIterator> fIterators;
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.h15 #include <util/DoublyLinkedList.h>
24 typedef DoublyLinkedList<net_device_handler> DeviceHandlerList;
26 typedef DoublyLinkedList<net_device_monitor,
51 typedef DoublyLinkedList<net_device_interface> DeviceInterfaceList;
H A Droutes.h15 #include <util/DoublyLinkedList.h>
29 typedef DoublyLinkedList<net_route_private> RouteList;
30 typedef DoublyLinkedList<net_route_info,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntry.h11 #include <util/DoublyLinkedList.h>
48 inline DoublyLinkedList<EntryIterator> *GetEntryIteratorList()
61 DoublyLinkedList<EntryIterator> fIterators;
H A DAttribute.h8 #include <util/DoublyLinkedList.h>
50 inline DoublyLinkedList<AttributeIterator> *GetAttributeIteratorList()
64 DoublyLinkedList<AttributeIterator> fIterators;
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp18 #include <util/DoublyLinkedList.h>
29 static DoublyLinkedList<entry_private> sEntryList;
129 DoublyLinkedList<entry_private>::Iterator iterator
150 DoublyLinkedList<entry_private>::Iterator iterator
171 DoublyLinkedList<entry_private>::Iterator iterator
200 DoublyLinkedList<entry_private>::Iterator iterator
236 DoublyLinkedList<entry_private>::Iterator iterator
258 DoublyLinkedList<entry_private>::Iterator iterator
277 DoublyLinkedList<entry_private>::Iterator iterator
321 new (&sEntryList) DoublyLinkedList<entry_privat
[all...]

Completed in 106 milliseconds

1234567891011