Searched refs:queue (Results 26 - 50 of 1262) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-ring.c250 xge_hal_ring_queue_t *queue; local
258 queue = &ring->config->queue[attr->post_qid];
259 ring->indicate_max_pkts = queue->indicate_max_pkts;
260 ring->buffer_mode = queue->buffer_mode;
262 xge_assert(queue->configured);
275 ring->rxd_size = XGE_HAL_RING_RXD_SIZEOF(queue->buffer_mode);
281 ring->rxds_per_block = XGE_HAL_RING_RXDS_PER_BLOCK(queue->buffer_mode);
287 sizeof(void*) * queue->max * ring->rxds_per_block);
299 queue
352 xge_hal_ring_queue_t *queue; local
395 xge_hal_ring_queue_t *queue; local
[all...]
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_open.c17 #include <sys/queue.h>
H A Dex_version.c17 #include <sys/queue.h>
H A Dex_equal.c17 #include <sys/queue.h>
H A Dex_mark.c17 #include <sys/queue.h>
H A Dex_quit.c17 #include <sys/queue.h>
H A Dex_set.c17 #include <sys/queue.h>
H A Dex_yank.c17 #include <sys/queue.h>
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_redraw.c17 #include <sys/queue.h>
H A Dv_status.c17 #include <sys/queue.h>
H A Dv_zexit.c17 #include <sys/queue.h>
/freebsd-10.0-release/lib/libc/gen/
H A Dtelldir.h38 #include <sys/queue.h>
/freebsd-10.0-release/lib/libmemstat/
H A Dmemstat_all.c30 #include <sys/queue.h>
/freebsd-10.0-release/sys/arm/include/
H A Dundefined.h53 #include <sys/queue.h>
/freebsd-10.0-release/sys/sys/
H A D_unrhdr.h32 #include <sys/queue.h>
H A Dsleepqueue.h36 * Sleep queue interface. Sleep/wakeup, condition variables, and sx
37 * locks use a sleep queue for the queue of threads blocked on a sleep
40 * A thread calls sleepq_lock() to lock the sleep queue chain associated
42 * add themself onto a sleep queue and call one of the sleepq_wait()
45 * queue chain lock. If the thread also needs to remove itself from a queue
59 * A thread is normally resumed from a sleep queue by either the
65 * be removed from a specified sleep queue using the sleepq_remove()
66 * function. Note that the sleep queue chai
[all...]
/freebsd-10.0-release/sys/kern/
H A Dsubr_disk.c69 * BIO queue implementation
88 * bioq_first() return the head of the queue, without removing;
90 * bioq_takefirst() return and remove the head of the queue,
107 * request is extracted from the queue. However, the current API
112 * --- Direct queue manipulation ---
127 * bioq_remove() remove a generic element from the queue, act as
128 * bioq_takefirst() if invoked on the head of the queue.
138 * at the head of the queue even after subsequent bioq_disksort().
140 * Note that when the direct queue manipulation functions are used,
141 * the queue ma
[all...]
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestqueue.c32 static apr_queue_t *queue; variable
46 rv = apr_queue_pop(queue, &v);
74 rv = apr_queue_push(queue, NULL);
99 rv = apr_queue_create(&queue, QUEUE_SIZE, p);
117 rv = apr_queue_term(queue);
/freebsd-10.0-release/usr.sbin/ppp/
H A Dlink.c97 struct mqueue *queue, *highest; local
102 for (queue = l->Queue; queue < highest; queue++)
103 while (queue->len)
104 m_enqueue(highest, m_dequeue(queue));
110 struct mqueue *queue, *highest; local
113 for (queue = l->Queue; queue <= highest; queue
153 struct mqueue *queue, *highest; local
[all...]
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_bluetooth.h37 #include <sys/queue.h>
66 struct mbuf *head; /* first item in the queue */
67 struct mbuf *tail; /* last item in the queue */
68 u_int32_t len; /* number of items in the queue */
69 u_int32_t maxlen; /* maximal number of items in the queue */
147 * Netgraph item queue and useful itemq macros
153 STAILQ_HEAD(, ng_item) queue; /* actually items queue */ member in struct:ng_bt_itemq
154 u_int32_t len; /* number of items in the queue */
155 u_int32_t maxlen; /* maximal number of items in the queue */
[all...]
/freebsd-10.0-release/usr.sbin/ctm/mkCTM/
H A Dctm_conf.cvs-cur9 set CTMqueue /home/ctm/queue/ctm-cvs-cur
H A Dctm_conf.src-cur8 set CTMqueue /home/ctm/queue/ctm-src-cur
/freebsd-10.0-release/usr.sbin/lpr/lpc/
H A Dmovejobs.c44 #include <sys/queue.h>
80 static struct jobqueue **queue; variable in typeref:struct:jobqueue
99 matchcnt = scanq_jobspec(nitems, queue, SCQ_JSORDER, &jobs_wanted,
118 * If the entire queue has been scanned for the current jobspec,
126 printf("\tjobs %s are not in the queue\n",
129 printf("\tjob %s is not in the queue\n",
139 * complain "job 7 is not in queue" for the second specification.
166 * Put the specified jobs at the bottom of printer queue.
183 * Put the specified jobs at the top of printer queue.
215 nitems = getq(pp, &queue);
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko.h61 * maintaining PKO queue pointers. These are now stored in a
65 * queue locking correctly applies across all operating
83 #include <asm/octeon/cvmx-cmd-queue.h>
96 #include "cvmx-cmd-queue.h"
147 accessing the same queue at the same time */
149 access to the output queue. This will maintain
151 CVMX_PKO_LOCK_CMD_QUEUE = 2, /**< PKO uses the common command queue locks to insure
152 exclusive access to the output queue. This is a memory
178 uint64_t port : 9; /**< The hardware must have the output port in addition to the output queue */
179 uint64_t queue member in struct:__anon7024::__anon7025
283 cvmx_pko_doorbell(uint64_t ipd_port, uint64_t queue, uint64_t len) argument
338 cvmx_pko_send_packet_prepare(uint64_t port, uint64_t queue, cvmx_pko_lock_t use_locking) argument
374 cvmx_pko_send_packet_finish(uint64_t ipd_port, uint64_t queue, cvmx_pko_command_word0_t pko_command, cvmx_buf_ptr_t packet, cvmx_pko_lock_t use_locking) argument
422 cvmx_pko_send_packet_finish3(uint64_t ipd_port, uint64_t queue, cvmx_pko_command_word0_t pko_command, cvmx_buf_ptr_t packet, uint64_t addr, cvmx_pko_lock_t use_locking) argument
734 cvmx_pko_doorbell_pkoid(uint64_t pko_port, uint64_t queue, uint64_t len) argument
763 cvmx_pko_send_packet_finish_pkoid(int pko_port, uint64_t queue, cvmx_pko_command_word0_t pko_command, cvmx_buf_ptr_t packet, cvmx_pko_lock_t use_locking) argument
805 cvmx_pko_send_packet_finish3_pkoid(uint64_t pko_port, uint64_t queue, cvmx_pko_command_word0_t pko_command, cvmx_buf_ptr_t packet, uint64_t addr, cvmx_pko_lock_t use_locking) argument
[all...]
/freebsd-10.0-release/contrib/ngatm/libngatm/
H A Dcccust.h35 #include <sys/queue.h>

Completed in 202 milliseconds

1234567891011>>