Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 19 of 19) sorted by relevance

/xen/tools/ocaml/libs/xs/
A Dqueueop.ml21 Xb.queue con (Xb.Packet.create tid 0 ty data)
30 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Debug (data_concat commands))
34 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Watch data)
38 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Unwatch data)
45 Xb.queue con (Xb.Packet.create tid 0 Xb.Op.Transaction_end data)
51 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Introduce data)
55 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Release data)
59 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Resume data)
63 Xb.queue con (Xb.Packet.create 0 0 Xb.Op.Getdomainpath data)
67 Xb.queue con (Xb.Packet.create tid 0 Xb.Op.Write data)
[all …]
A Dxs.ml89 (* Returns true if a watch event in the queue satisfied us *)
112 we must process the queue on every loop iteration *)
A Dxsraw.ml137 (* send one packet in the queue, and wait for reply *)
154 (* queue a query using function f *)
/xen/tools/include/xen-external/
A DREADME8 bsd-sys-queue.h
9 bsd-queue.3
22 bsd-sys-queue-h-seddery
/xen/tools/ocaml/xenstored/
A Ddomains.ml28 (* Domains queue up to regain conflict-credit; we have a queue for
30 maximum credit, and another queue for domains that have run out of
72 * from max-credit to paused without getting into the penalty queue. *)
78 let push dom queue =
79 Queue.push (ref (Some dom)) queue
81 let rec pop queue =
82 match !(Queue.pop queue) with
83 | None -> pop queue
86 let remove_from_queue dom queue =
89 | Some x -> if x=dom then d := None) queue
[all …]
A Doxenstored.conf.in29 # one at the front of the queue. If false, then after each tick each
A Dconnection.ml134 Xenbus.Xb.queue con.xb (Xenbus.Xb.Packet.create tid rid Xenbus.Xb.Op.Error "E2BIG\000")
136 Xenbus.Xb.queue con.xb (Xenbus.Xb.Packet.create tid rid ty data)
/xen/tools/libs/toolcore/
A DMakefile18 …ore_list.h: $(XEN_INCLUDE)/xen-external/bsd-sys-queue-h-seddery $(XEN_INCLUDE)/xen-external/bsd-sy…
/xen/xen/common/
A Devent_fifo.c180 q = &v->evtchn_fifo->queue[evtchn->priority]; in evtchn_fifo_set_pending()
181 old_q = &old_v->evtchn_fifo->queue[lastq.last_priority]; in evtchn_fifo_set_pending()
198 if ( q == &v->evtchn_fifo->queue[evtchn->priority] && in evtchn_fifo_set_pending()
199 old_q == &old_v->evtchn_fifo->queue[lastq.last_priority] ) in evtchn_fifo_set_pending()
457 init_queue(v, &efv->queue[i], i); in setup_control_block()
481 v->evtchn_fifo->queue[i].head = &control_block->head[i]; in map_control_block()
/xen/xen/include/xen/
A Devent_fifo.h21 struct evtchn_fifo_queue queue[EVTCHN_FIFO_MAX_QUEUES]; member
/xen/docs/misc/
A Dnetif-staging-grants.pandoc315 [*Linux-specific*: It means we take a packet and add to an internal queue
431 be kept mapped in the backend. It only receives the queue as argument, and
437 It receives the queue index, the grant containing the list (offset is
469 maps it can keep. It then grants N entries per queue on both TX and RX ring
532 1queue 17244/6000 38189/28108
533 2queue 24023/9416 54783/40624
534 3queue 29148/17196 85777/54118
535 4queue 39782/18502 99530/46859
543 1queue 0.684/0.439 2.49/2.96
544 2queue 0.953/0.755 4.74/5.07
[all …]
A Dxenmon.txt32 amount of time the domain spent in the "runnable" state (or on the run queue)
A Dpvcalls.pandoc600 - **backlog**: the maximum length to which the queue of pending
630 queue of pending connections for the listening socket identified by
704 the queue of the passive socket, the backend generates a response and
/xen/tools/ocaml/libs/xb/
A Dxb.mli78 val queue : t -> Packet.t -> unit val
A Dxb.ml70 let queue con pkt = Queue.push pkt con.pkt_out function
/xen/tools/fuzz/
A DREADME.afl57 $ ls queue/id* | xargs $path/afl-harness-cov
/xen/xen/common/sched/
A Drt.c491 deadline_queue_remove(struct list_head *queue, struct list_head *elem) in deadline_queue_remove() argument
495 if ( queue->next != elem ) in deadline_queue_remove()
505 struct list_head *queue) in deadline_queue_insert() argument
510 list_for_each ( iter, queue ) in deadline_queue_insert()
/xen/stubdom/
A Dlwip.patch-cvs794 + * the packet on a queue.
795 + * In callback mode, the packet is put on an internal queue and is fed to
824 + /* check for overflow or too many pbuf on queue */
834 + /* Copy the whole pbuf queue p into the single pbuf r */
886 + /* adjust the number of pbufs on queue */
904 + /* De-queue the pbuf from its successors on the 'loop_' list. */
948 * @note Only one packet is copied, no packet queue!
1793 + * LWIP_LOOPBACK_MAX_PBUFS: Maximum number of pbufs on queue for loopback
2261 - /* De-queue the pbuf from its successors on the 'priv' list. */
2280 - * the packet on a queue.
[all …]
/xen/tools/firmware/rombios/
A Drombios.c4125 ;; far jump to flush CPU queue after transition to protected mode
4152 ;; far jump to flush CPU queue after transition to real mode
10313 ;; far jump to flush CPU queue after transition to real mode

Completed in 194 milliseconds