Searched refs:queue (Results 226 - 250 of 1262) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_sctp.h65 #include <sys/queue.h>
183 * @brief sctp nat timer queue structure
188 int loc_time; /**< time in seconds for the current location in the queue */
189 int cur_loc; /**< index of the current location in the circular queue */
/freebsd-10.0-release/sys/netipx/
H A Dipx_proto.c72 #include <sys/queue.h>
/freebsd-10.0-release/sys/security/mac/
H A Dmac_audit.c51 #include <sys/queue.h>
/freebsd-10.0-release/sys/sys/
H A Dcondvar.h33 #include <sys/queue.h>
44 * optimization to avoid looking up the sleep queue if there are no waiters.
H A Dfail.h38 #include <sys/queue.h>
H A Dsignalvar.h36 #include <sys/queue.h>
244 sigset_t sq_kill; /* Legacy depth 1 queue. */
351 void sigqueue_delete(struct sigqueue *queue, int sig);
353 void sigqueue_flush(struct sigqueue *queue);
354 void sigqueue_init(struct sigqueue *queue, struct proc *p);
/freebsd-10.0-release/sys/xen/xenbus/
H A Dxenbusvar.h39 #include <sys/queue.h>
/freebsd-10.0-release/sys/xen/xenstore/
H A Dxenstorevar.h37 #include <sys/queue.h>
/freebsd-10.0-release/usr.bin/netstat/
H A Dpfkey.c70 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/asf/
H A Dasf_kvm.c32 #include <sys/queue.h> /* for <sys/linker.h> with _KERNEL defined */
/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Ddun.c32 #include <sys/queue.h>
H A Dirmc.c32 #include <sys/queue.h>
H A Dopush.c32 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/config/
H A Dconfig.h37 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/inetd/
H A Dinetd.h35 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c46 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/pw/
H A Dpw.h40 #include <sys/queue.h>
/freebsd-10.0-release/usr.sbin/rtadvd/
H A Dcontrol_client.c30 #include <sys/queue.h>
/freebsd-10.0-release/sys/vm/
H A Dvm_page.c66 * - A page queue lock is required when adding or removing a page from a
67 * page queue regardless of other locks or the busy state of a page.
70 * hold more than one page queue lock at a time.
72 * * The page daemon can acquire and hold any pair of page queue
150 static void vm_page_enqueue(int queue, vm_page_t m);
333 * Initialize the page and queue locks.
335 mtx_init(&vm_page_queue_free_mtx, "vm page free queue", NULL, MTX_DEF);
413 * queue.
766 m->queue = PQ_NONE;
825 * Free a page to the zerod-pages queue
2080 vm_page_enqueue(int queue, vm_page_t m) argument
2147 int queue; local
2408 int queue; local
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-dos.c207 * Poll the receiver queue and call the pcap callback-handler
241 /* If driver has a zero-copy receive facility, peek at the queue,
364 p->md.stat.ps_ifdrop = stats->rx_dropped + /* queue full */
796 pktq_init (&dev->queue, RECEIVE_BUF_SIZE, RECEIVE_QUEUE_SIZE, rx_pool);
1280 * NOTE: the queue-element is not copied, only a pointer is
1287 PCAP_ASSERT (pktq_check (&active_dev->queue));
1290 tail = pktq_out_elem (&active_dev->queue);
1291 head = pktq_in_elem (&active_dev->queue);
1296 PCAP_ASSERT (tail->size < active_dev->queue.elem_size-4-2);
1311 struct rx_elem *tail = pktq_out_elem (&active_dev->queue);
[all...]
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dp1020rdb.dts421 queue-group@0 {
428 queue-group@1 {
450 queue-group@0 {
457 queue-group@1 {
478 queue-group@0 {
485 queue-group@1 {
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-config.h34 #include <dev/nxge/include/xge-queue.h>
202 * @max: Max numbers of TxDLs (that is, lists of Tx descriptors) per queue.
203 * @initial: Initial numbers of TxDLs per queue (can grow up to @max).
272 * @queue: Array of per-fifo configurations.
307 xge_hal_fifo_queue_t queue[XGE_HAL_MAX_FIFO_NUM]; member in struct:xge_hal_fifo_config_t
324 * @max: Max numbers of RxD blocks per queue
325 * @initial: Initial numbers of RxD blocks per queue
449 * @queue: Array of all Xframe ring configurations.
472 xge_hal_ring_queue_t queue[XGE_HAL_MAX_RING_NUM]; member in struct:xge_hal_ring_config_t
493 * individual receive buffer queue siz
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/ipc/
H A Dclient.c178 dispatch_queue_t queue; member in struct:async_client
243 c->queue = dispatch_queue_create("heim-ipc-async-client", NULL);
244 c->source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MACH_RECV, c->mp, 0, c->queue);
245 dispatch_set_context(c->queue, c);
256 dispatch_release(c->queue);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-rgmii.c359 int queue = cvmx_pko_get_base_queue(ipd_port) + i; local
360 cvmx_write_csr(CVMX_PKO_REG_READ_IDX, queue);
363 pko_mem_queue_qos.s.qid = queue;
472 int queue = cvmx_pko_get_base_queue(ipd_port) + i; local
473 cvmx_write_csr(CVMX_PKO_REG_READ_IDX, queue);
/freebsd-10.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-config.c155 * __hal_fifo_queue_check - Check fifo queue configuration
156 * @new_config: fifo queue configuration information
172 /* FIXME: queue "grow" feature is not supported.
173 * Use "initial" queue size as the "maximum";
215 * __hal_ring_queue_check - Check ring queue configuration
216 * @new_config: ring queue configuration information
230 /* FIXME: queue "grow" feature is not supported.
231 * Use "initial" queue size as the "maximum";
403 if (!new_config->queue[i].configured)
407 &new_config->queue[
[all...]

Completed in 291 milliseconds

1234567891011>>