Searched refs:DoublyLinkedList (Results 101 - 125 of 252) sorted by relevance

1234567891011

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.h22 typedef DoublyLinkedList<DirectoryIterator> DirectoryIteratorList;
H A DNode.h15 #include <util/DoublyLinkedList.h>
198 typedef DoublyLinkedList<Node> NodeList;
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.h55 typedef DoublyLinkedList<DependencyLink,
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Server.h68 DoublyLinkedList<FileSystem> fFileSystems;
/haiku/src/kits/debugger/files/
H A DFileManager.h15 #include <util/DoublyLinkedList.h>
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DJournal.h34 typedef DoublyLinkedList<TransactionListener> TransactionListeners;
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.h12 #include <util/DoublyLinkedList.h>
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.h13 #include <util/DoublyLinkedList.h>
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.h15 #include <util/DoublyLinkedList.h>
H A DNode.h129 DoublyLinkedList<Attribute> fAttributes;
133 DoublyLinkedList<Entry, GetNodeReferrerLink> fReferrers;
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonPrivate.h36 typedef DoublyLinkedList<PageInfo> PageInfoList;
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp18 #include <util/DoublyLinkedList.h>
59 static DoublyLinkedList<bluetooth_device> sDeviceList;
72 DoublyLinkedList<bluetooth_device>::Iterator iterator
379 DoublyLinkedList<bluetooth_device>::Iterator iterator
415 new (&sDeviceList) DoublyLinkedList<bluetooth_device>;
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h106 #define DOUBLY_LINKED_LIST_CLASS_NAME DoublyLinkedList<Element, GetLink>
108 // DoublyLinkedList
111 class DoublyLinkedList { class in namespace:FSShell
113 typedef DoublyLinkedList<Element, GetLink> List;
325 DoublyLinkedList() : fFirst(NULL), fLast(NULL) {} function in class:FSShell::DoublyLinkedList
326 ~DoublyLinkedList() {}
609 using FSShell::DoublyLinkedList;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.h10 #include <util/DoublyLinkedList.h>
152 DoublyLinkedList<Query> fQueries;
H A DVolumeManager.h9 #include <util/DoublyLinkedList.h>
127 typedef DoublyLinkedList<NodeMonitoringEvent>
/haiku/headers/private/kernel/boot/
H A Dmenu.h10 #include <util/DoublyLinkedList.h>
86 typedef DoublyLinkedList<MenuItem> MenuItemList;
/haiku/src/servers/app/
H A DDesktopListener.h12 #include <util/DoublyLinkedList.h>
80 typedef DoublyLinkedList<DesktopListener> DesktopListenerDLList;
/haiku/headers/private/package/hpkg/
H A DPackageWriterImpl.h10 #include <util/DoublyLinkedList.h>
68 typedef DoublyLinkedList<Entry> EntryList;
/haiku/src/system/kernel/fs/
H A DVnode.h11 #include <util/DoublyLinkedList.h>
91 typedef DoublyLinkedList<LockWaiter> LockWaiterList;
/haiku/headers/private/debugger/util/
H A DWorker.h14 #include <util/DoublyLinkedList.h>
81 typedef DoublyLinkedList<Job> JobList;
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp21 #include <util/DoublyLinkedList.h>
83 typedef DoublyLinkedList<AtExitInfoBlock> AtExitInfoBlockList;
/haiku/src/system/kernel/slab/
H A DObjectCache.h15 #include <util/DoublyLinkedList.h>
39 typedef DoublyLinkedList<slab> SlabList;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h18 typedef DoublyLinkedList<LogEntry> LogEntryList;
104 typedef DoublyLinkedList<TransactionListener> TransactionListeners;
/haiku/src/servers/package/
H A DVolume.h21 #include <util/DoublyLinkedList.h>
148 typedef DoublyLinkedList<NodeMonitorEvent> NodeMonitorEventList;
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIPrivate.h17 #include <util/DoublyLinkedList.h>
95 typedef DoublyLinkedList<wmi_info> WMIInfoList;

Completed in 300 milliseconds

1234567891011