Searched refs:queue (Results 126 - 150 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dhypervisor_api.h363 extern uint64_t hv_cpu_qconf(int queue, uint64_t paddr, int size);
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h2552 * Allows you to schedule a DNSServiceRef on a serial dispatch queue for receiving asynchronous
2553 * callbacks. It's the clients responsibility to ensure that the provided dispatch queue is running.
2556 * usually schedule DNSServiceRefs on its main queue (which is always a serial queue)
2572 * Once the application successfully schedules a DNSServiceRef on a serial dispatch queue using
2573 * DNSServiceSetDispatchQueue, it cannot remove the DNSServiceRef from the dispatch queue, or use
2575 * queue. Once scheduled onto a dispatch queue a DNSServiceRef will deliver events to that queue until
2581 * queue
[all...]
H A Ddnssd_clientstub.c1137 // assume that DNSServiceRefDeallocate is called from the serial queue
1139 // should cancel all the blocks on the queue and hence there should be no more
2195 dispatch_queue_t queue
2200 if (!queue)
2202 syslog(LOG_WARNING, "dnssd_clientstub: DNSServiceSetDispatchQueue dispatch queue NULL");
2207 syslog(LOG_WARNING, "dnssd_clientstub DNSServiceSetDispatchQueue dispatch queue set already");
2215 service->disp_source = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, dnssd_fd, 0, queue);
2221 service->disp_queue = queue;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddisk.c32 #include <sys/queue.h>
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c285 /* allocate free event queue */
291 /* allocate pending event queue */
297 /* add events to free event queue */
515 * Otherwise post the event on the pending queue.
952 ep_ptr = cookie->queue.ep;
955 srq_ptr = cookie->queue.srq;
978 * event queue in the qp_handle.
1270 * the event_ptr back to free queue
1416 /* report queue empty on dat_evd_dequeue */
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h690 * The active queue contains iscsi_cmds that have already
695 * the session's pending queue or aborted.
912 * that the command is still in that correct queue location.
918 * command to be sent via the pending queue will
926 * the pending queue.
955 * The pending queue contains all iscsi_cmds that require an
958 * will be moved to a connections specific active queue.
1254 void iscsi_init_queue(iscsi_queue_t *queue);
1255 void iscsi_destroy_queue(iscsi_queue_t *queue);
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s428 ! initiated by this processor. Assumes MC work queue
433 ! completion of outstanding writes in the MC queue.
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h101 /* admin send queue commands */
415 void i40e_pre_tx_queue_cfg(struct i40e_hw *hw, u32 queue, bool enable);
470 u16 vsi_seid, u16 queue, bool is_add,
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c518 * user-access-node, and q_ptr, this is queue_t queue
552 ctrl->queue = urq;
619 * Check that queue which is waiting for response from lower stream
620 * exist. If queue exists, oplmsu sets CV_SLEEP to sleep_flag.
646 qprocsoff(urq); /* Disable queuing of queue */
664 ctrl->queue = NULL;
720 /* Link high priority message to local queue */
890 /* Link high priority message to local queue */
2144 stp_queue = WR(ctrl->queue);
2181 altn_queue = WR(ctrl->queue);
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmtaux.c1531 __HAL_AUX_ENTRY("queue size initial",
1533 __HAL_AUX_ENTRY("queue size max", drv_config.queue_size_max, "%u");
1612 ring = &dev_config->ring.queue[i];
1713 fifo = &dev_config->fifo.queue[i];
1736 tti = &dev_config->fifo.queue[i].tti[j];
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c37 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c35 #include <sys/queue.h>
55 "Status: TASK SET FULL (insufficient resources in command queue" },
H A Dses.c36 #include <sys/queue.h>
119 "Status: TASK SET FULL (insufficient resources in command queue" },
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h29 #include <sys/queue.h>
100 uint16_t first_txq; /* index of first tx queue */
102 uint16_t first_rxq; /* index of first rx queue */
105 uint16_t first_ofld_txq; /* index of first offload tx queue */
107 uint16_t first_ofld_rxq; /* index of first offload rx queue */
179 uint8_t esize; /* size (bytes) of each entry in the queue */
180 uint16_t qsize; /* size (# of entries) of the queue */
209 * Note: A free list is an egress queue (driver produces the buffers and T4
223 uint16_t qsize; /* size (# of entries) of the queue */
252 uint16_t qsize; /* size (# of entries) of the queue */
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ah/
H A Dusb_ah.c117 _NOTE(SCHEME_PROTECTS_DATA("unique per call", queue))
233 * Set up queue pointers, so that the "put" procedure will accept
352 * Put procedure for input from driver end of stream (read queue).
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c31 #include <sys/queue.h>
H A Dneti_stack.c31 #include <sys/queue.h>
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c40 #include <sys/queue.h>
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h41 #include <sys/queue.h>
202 uint32_t inp_flowid; /* (x) flow id / queue id */
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c25 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c536 /* This queue is protected by rcm_req_lock */
537 rcm_enqueue_tail(&mod->client_q, &client->queue);
612 rcm_dequeue(&client->queue);
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile436 queue.h \
1107 queue.h \
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs39 any event queue.
363 queue sizes, event to class mappings, policy options).
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c40 #include <sys/queue.h>
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c48 #include <sys/queue.h>

Completed in 164 milliseconds

123456789