Searched refs:DoublyLinkedListLinkImpl (Results 1 - 25 of 178) sorted by relevance

12345678

/haiku/src/servers/package/
H A DJob.h16 class Job : public BReferenceable, public DoublyLinkedListLinkImpl<Job> {
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A Dppp_device.h12 struct ppp_device : net_device, DoublyLinkedListLinkImpl<ppp_device> {
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDirIterator.h12 : public DoublyLinkedListLinkImpl<ShareAttrDirIterator> {
H A DVirtualDir.h16 class VirtualDirIterator : public DoublyLinkedListLinkImpl<VirtualDirIterator> {
43 class VirtualDirEntry : public DoublyLinkedListLinkImpl<VirtualDirEntry> {
59 class VirtualDir : public Node, public DoublyLinkedListLinkImpl<VirtualDir> {
H A DVolumeEvent.h19 public DoublyLinkedListLinkImpl<VolumeEvent> {
/haiku/src/system/kernel/device_manager/
H A Dio_resources.h17 DoublyLinkedListLinkImpl<io_resource_private> {
H A DIOScheduler.h17 struct IORequestOwner : DoublyLinkedListLinkImpl<IORequestOwner> {
35 class IOScheduler : public DoublyLinkedListLinkImpl<IOScheduler> {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.h11 class LockerCandidate : public DoublyLinkedListLinkImpl<LockerCandidate> {
/haiku/src/add-ons/kernel/network/stack/
H A Ddomains.h23 DoublyLinkedListLinkImpl<net_domain_private> {
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNodeAttribute.h20 : public DoublyLinkedListLinkImpl<PackageNodeAttribute> {
H A DPackageDirectory.h15 public DoublyLinkedListLinkImpl<PackageDirectory> {
/haiku/headers/private/debugger/model/
H A DTeamMemoryBlock.h22 public DoublyLinkedListLinkImpl<TeamMemoryBlock> {
67 class TeamMemoryBlock::Listener : public DoublyLinkedListLinkImpl<Listener> {
H A DUserBreakpoint.h55 : public DoublyLinkedListLinkImpl<UserBreakpointInstance> {
79 public DoublyLinkedListLinkImpl<UserBreakpoint> {
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DTaskManager.h12 class Task : public DoublyLinkedListLinkImpl<Task> {
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.h34 struct PhysicalPageSlotPool : DoublyLinkedListLinkImpl<PhysicalPageSlotPool> {
/haiku/src/system/runtime_loader/
H A Dadd_ons.h26 : public DoublyLinkedListLinkImpl<RuntimeLoaderAddOn> {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDelegation.h21 public DoublyLinkedListLinkImpl<Delegation> {
H A DOpenState.h21 public DoublyLinkedListLinkImpl<OpenState> {
H A DWorkQueue.h36 struct WorkQueueEntry : public DoublyLinkedListLinkImpl<WorkQueueEntry> {
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.h43 struct PhysicalPageSlotPool : DoublyLinkedListLinkImpl<PhysicalPageSlotPool> {
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.h43 struct PhysicalPageSlotPool : DoublyLinkedListLinkImpl<PhysicalPageSlotPool> {
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueEditor.h46 DoublyLinkedListLinkImpl<TableCellValueEditor::Listener> {
/haiku/headers/private/debugger/files/
H A DLocatableEntry.h38 public DoublyLinkedListLinkImpl<LocatableEntry> {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIterator.h16 class AttributeIterator : public DoublyLinkedListLinkImpl<AttributeIterator> {
H A DEntryIterator.h15 class EntryIterator : public DoublyLinkedListLinkImpl<EntryIterator> {

Completed in 261 milliseconds

12345678