Searched refs:Dequeue (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.h62 bool Dequeue(void** _cookie, uint32* _usedLength);
H A DVirtioDevice.cpp196 VirtioQueue::Dequeue(void** _cookie, uint32* _usedLength) function in class:VirtioQueue
H A Dvirtio_mmio.cpp632 return queue->Dequeue(_cookie, _usedLength);
/haiku/headers/private/net/
H A DProtocolUtilities.h119 status_t Dequeue(uint32 flags, net_buffer** _buffer);
120 net_buffer* Dequeue(bool clone);
213 DECL_DATAGRAM_SOCKET(inline status_t)::Dequeue(uint32 flags,
224 DECL_DATAGRAM_SOCKET(inline net_buffer*)::Dequeue(bool peek)
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h86 void Dequeue();
H A Dtty.cpp360 RequestOwner::Dequeue() function in class:RequestOwner
362 TRACE(("%p->RequestOwner::Dequeue()\n", this));
529 fRequestOwner.Dequeue();
654 fRequestOwner.Dequeue();
1524 requestOwner.Dequeue();
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h137 bool Dequeue(void** _cookie = NULL,
H A DVirtioModule.cpp202 return queue->Dequeue(_cookie, _usedLength);
H A DVirtioQueue.cpp251 VirtioQueue::Dequeue(void** _cookie, uint32* _usedLength) function in class:VirtioQueue
253 TRACE("Dequeue() fRingUsedIndex: %u\n", fRingUsedIndex);
259 TRACE("Dequeue() usedIndex: %u\n", usedIndex);
271 panic("VirtioQueue::Dequeue() size is zero\n");
285 panic("VirtioQueue::Dequeue() descriptors left %d\n", size);
289 TRACE("Dequeue() fRingHeadIndex: %u\n", fRingHeadIndex);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h78 inline bool Dequeue();
457 ThreadData::Dequeue() function in class:Scheduler::ThreadData
H A Dscheduler.cpp215 if (threadData->Dequeue())
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp126 void Dequeue(ConditionVariableEntry *queueEntry) function in class:__anon2::XsiMessageQueue
736 messageQueue->Dequeue(&queueEntry);
844 messageQueue->Dequeue(&queueEntry);
H A Dxsi_semaphore.cpp129 static void Dequeue(ConditionVariableEntry *queueEntry) function in class:__anon4::XsiSemaphore
1156 XsiSemaphore::Dequeue(&queueEntry);
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp597 return ((LinkProtocol*)protocol)->Dequeue(flags, _buffer);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1076 status_t status = Dequeue(flags, _buffer);
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp1409 return raw->Dequeue(flags, _buffer);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1676 return raw->Dequeue(flags, _buffer);

Completed in 169 milliseconds