Searched refs:dequeue (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dworkqueue.h67 static struct work_struct *dequeue(struct workqueue_struct *wq) { function
83 w = dequeue(wq);
/barrelfish-2018-10-04/usr/proc_mgmt/
H A Dspawnd_state.c87 * \param q Pointer to queue to dequeue from
91 static struct msg_queue_elem *dequeue(struct msg_queue *q) function
143 struct msg_queue_elem *m = (struct msg_queue_elem*) dequeue(q);
197 struct msg_queue_elem *m = dequeue(&spawnd->recvq);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dwaitset.c38 static void dequeue(struct waitset_chanstate **queue, struct waitset_chanstate *chan) function
268 dequeue(&ws->pending, chan);
271 dequeue(&ws->waiting, chan);
365 dequeue(&ws->pending, chan);
382 dequeue(&ws->pending, chan);
749 dequeue(&ws->idle, chan);
753 dequeue(&ws->polled, chan);
758 dequeue(&ws->pending, chan);
762 dequeue(&ws->waiting, chan);
807 dequeue(
[all...]
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex314 to receive. If there is nothing to dequeue, the call will return an error. When an endpoint
331 \label{lst:dequeue}
349 After a successful dequeue, the following conditions on the returned values hold
364 \item Backend dequeue function fails (e.g. when the queue is empty)
459 the operations \textit{enqueue} and \textit{dequeue}.
482 \begin{align*} \text{dequeue}_{x}(B) \quad \quad T_{yx} := T_{yx} - B \\
486 \begin{align*} \text{dequeue}_{y}(B) \quad \quad T_{xy} := T_{xy} - B \\
815 RPC call. There are no flounder RPC calls for enqueue and dequeue as they are handled through either
817 poll the queue by trying to dequeue a descriptor from the queue.
887 The process on the other end of the queue can dequeue th
[all...]
/barrelfish-2018-10-04/lib/net_sockets/
H A Dnet_sockets.c39 static void dequeue(struct net_socket **queue, function
377 // debug_printf_to_log("%s: dequeue %lx:%ld %ld %d:%d", __func__, offset, length, event, nb->descriptor, nb->size);
378 // debug_printf("%s: dequeue %lx:%ld %ld %p socket:%d asocket:%d\n", __func__, offset, length, event, nb, nb->descriptor, nb->accepted_descriptor);
387 // debug_printf_to_log("%s: dequeue %ld %lx:%ld\n", __func__, nb->size, offset, length);
410 // debug_printf_to_log("%s(%d): dequeue sent %lx:%ld %p %p", __func__, socket->descriptor, offset, length, shb_data, socket->sent);
427 dequeue(&sockets, socket);

Completed in 45 milliseconds