Searched refs:queue (Results 651 - 675 of 1381) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/memstick/core/
H A Dms_block.h148 struct request_queue *queue; member in struct:msb_data
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c111 qe.queue = i;
132 qe.queue = i;
143 qe.queue = i;
158 qe.queue = i;
/linux-master/block/partitions/
H A Datari.c50 if (queue_logical_block_size(state->disk->queue) != 512)
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c288 * Set all the queue sizes to the maximum allowed.
2013 spin_lock_irqsave(&io_to_abort->wq->queue->lock, flags);
2016 spin_unlock_irqrestore(&io_to_abort->wq->queue->lock,
2020 spin_unlock_irqrestore(&io_to_abort->wq->queue->lock, flags);
2214 while (!done && !sli_eq_read(&hw->sli, eq->queue, eqe)) {
2244 if (eq->queue->n_posted > eq->queue->posted_limit)
2245 sli_queue_arm(&hw->sli, eq->queue, false);
2254 sli_queue_eq_arm(&hw->sli, eq->queue, true);
2278 queue_rc = sli_wq_write(&wq->hw->sli, wq->queue, wq
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmunlock.c138 * LKM_CANCEL and the lock queue state */
401 struct list_head *queue; local
439 queue=&res->granted;
463 list_for_each_entry(iter, queue, list) {
474 queue++;
482 /* lock was found on queue */
582 * no work to queue up... so just do it and fire the
649 * know of any wait queue we could sleep on as this
651 * proper solution is to queue up requests on the
/linux-master/fs/ocfs2/dlmfs/
H A Duserdlm.c177 int queue = 0; local
185 queue = 1;
189 queue = 1;
195 if (queue)
243 /* Cancel succeeded, we want to re-queue */
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.h393 * used to queue commands when an internal command is in progress
409 /* Counter to control queue depth of unaligned IOs */
432 struct request_queue *queue; /* Our request queue. */ member in struct:driver_data
464 int unal_qdepth; /* qdepth of unaligned IO queue */
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.h31 unsigned int link_id, u16 queue,
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c74 (_tx_queue)->queue)
280 FR_AZ_TX_DESC_UPD_DWORD_P0, tx_queue->queue);
298 FR_BZ_TX_DESC_UPD_P0, tx_queue->queue);
362 /* Allocate hardware resources for a TX queue */
390 FRF_AZ_TX_DESCQ_LABEL, tx_queue->queue,
397 int csum = tx_queue->queue & EF4_TXQ_TYPE_OFFLOAD;
404 tx_queue->queue);
411 if (tx_queue->queue & EF4_TXQ_TYPE_OFFLOAD)
412 __clear_bit_le(tx_queue->queue, &reg);
414 __set_bit_le(tx_queue->queue,
[all...]
/linux-master/include/media/drv-intf/
H A Dsaa7146_vv.h75 struct list_head queue; member in struct:saa7146_dmaqueue
86 /* vbi workaround interrupt queue */
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c305 struct list_head *queue = &port->read_queue; local
309 while (!list_empty(queue)) {
310 req = list_first_entry(queue, struct dbc_request, list_pool);
355 if (!list_empty(queue) && tty) {
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c409 int wfx_hif_set_edca_queue_params(struct wfx_vif *wvif, u16 queue, argument
426 body->queue_id = 3 - queue;
427 /* API 2.0 has changed queue IDs values */
428 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BE)
430 if (wfx_api_older_than(wvif->wdev, 2, 0) && queue == IEEE80211_AC_BK)
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.h58 u8 queue; member in struct:mtk_wdma_info
/linux-master/include/media/
H A Dv4l2-dev.h237 * @queue: &struct vb2_queue associated with this device node. May be NULL.
282 struct vb2_queue *queue; member in struct:video_device
/linux-master/drivers/crypto/marvell/cesa/
H A Dcesa.c32 /* Limit of the crypto queue before reaching the backlog */
43 *backlog = crypto_get_backlog(&engine->queue);
44 req = crypto_dequeue_request(&engine->queue);
155 /* Iterate over the complete queue */
176 ret = crypto_enqueue_request(&engine->queue, req);
555 crypto_init_queue(&engine->queue, CESA_CRYPTO_DEFAULT_MAX_QLEN);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_job.c551 * concurrent submission to the same queue.
629 get_last_queued_job_scheduled_fence(struct pvr_queue *queue, argument
634 * last to-be-queued job targeting the same queue.
639 if (job->ctx == queue->ctx && job->type == queue->type)
644 * fence attached to the queue.
646 return dma_fence_get(queue->last_queued_job_scheduled_fence);
661 /* The fragment job will be submitted by the geometry queue. We
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.h81 * @node: The node in the queue.
100 * @cplt: Reference to the completion system on which this queue is active.
101 * @lock: The lock for any operation on the queue.
102 * @head: The list-head of the queue.
103 * @work: The &struct work_struct performing completion work for this queue.
115 * @queue: The array of queues, one queue per event ID.
118 struct ssam_event_queue queue[SSH_NUM_EVENTS]; member in struct:ssam_event_target
H A Dssh_packet_layer.h49 * @queue: Packet submission queue.
50 * @queue.lock: Lock for modifying the packet submission queue.
51 * @queue.head: List-head of the packet submission queue.
84 } queue; member in struct:ssh_ptl
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c990 struct __queue *queue = &pmlmepriv->scanned_queue; local
1005 spin_lock_irqsave(&queue->lock, irqL);
1006 phead = &queue->queue;
1021 spin_unlock_irqrestore(&queue->lock, irqL);
1135 struct __queue *queue = &pmlmepriv->scanned_queue; local
1151 spin_lock_irqsave(&queue->lock, irqL);
1152 phead = &queue->queue;
1165 spin_unlock_irqrestore(&queue
1188 struct __queue *queue = &pmlmepriv->scanned_queue; local
1886 struct __queue *queue = &pmlmepriv->scanned_queue; local
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-cmd-queue.c39 #include <asm/octeon/cvmx-cmd-queue.h>
46 * This application uses this pointer to access the global queue
53 * Initialize the Global queue state pointer.
97 * Initialize a command queue for use. The initial FPA buffer is
99 * new command queue.
101 * @queue_id: Hardware command queue to initialize.
136 /* See if someone else has already initialized the queue */
195 * Shutdown a queue and free its command buffers to the FPA. The
196 * hardware connected to the queue must be stopped before this
208 "get queue informatio
[all...]
/linux-master/drivers/usb/gadget/function/
H A Duvc.h128 struct uvc_video_queue queue; member in struct:uvc_video
/linux-master/drivers/block/
H A Dn64cart.c153 blk_queue_flag_set(QUEUE_FLAG_NONROT, disk->queue);
/linux-master/drivers/s390/block/
H A Ddasd_genhd.c27 MODULE_PARM_DESC(queue_depth, "Default queue depth for new DASD devices");
71 blk_queue_flag_set(QUEUE_FLAG_NONROT, gdp->queue);
/linux-master/net/xfrm/
H A Despintcp.c515 struct sk_buff_head queue; local
518 __skb_queue_head_init(&queue);
519 skb_queue_splice_init(&ctx->out_queue, &queue);
521 while ((skb = __skb_dequeue(&queue)))
/linux-master/sound/core/seq/oss/
H A Dseq_oss_midi.c368 subs.queue = dp->queue; /* queue for timestamps */
473 ev.queue = dp->queue;
607 * decode event and send MIDI bytes to read queue

Completed in 756 milliseconds

<<21222324252627282930>>