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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsr.c597 disk->queue = sdev->request_queue;
626 request_queue_t *queue; local
689 queue = cd->device->request_queue;
690 blk_queue_hardsect_size(queue, sector_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Drx.c69 aac_command_normal(&dev->queues->queue[HostNormCmdQueue]);
73 aac_response_normal(&dev->queues->queue[HostNormRespQueue]);
384 struct aac_queue *q = &dev->queues->queue[AdapNormCmdQueue];
410 struct aac_queue *q = &dev->queues->queue[AdapNormCmdQueue];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmunlock.c156 * LKM_CANCEL and the lock queue state */
399 struct list_head *queue; local
437 queue=&res->granted;
462 list_for_each(iter, queue) {
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
H A Duserdlm.c190 int queue = 0; local
198 queue = 1;
202 queue = 1;
208 if (queue)
256 /* Cancel succeeded, we want to re-queue */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dali-ircc.h180 struct frame_cb queue[MAX_TX_WINDOW]; /* Info about frames in queue */ member in struct:tx_fifo
182 int len; /* Lenght of queue */
H A Dali-ircc.c359 /* Reset Tx queue info */
1469 self->tx_fifo.queue[self->tx_fifo.free].start = self->tx_fifo.tail;
1470 self->tx_fifo.queue[self->tx_fifo.free].len = skb->len;
1475 skb_copy_from_linear_data(skb, self->tx_fifo.queue[self->tx_fifo.free].start,
1590 if(self->tx_fifo.queue[self->tx_fifo.ptr].len < TX_FIFO_Threshold)
1591 FIFO_OPTI = self->tx_fifo.queue[self->tx_fifo.ptr].len-1;
1602 ((u8 *)self->tx_fifo.queue[self->tx_fifo.ptr].start -
1604 self->tx_fifo.queue[self->tx_fifo.ptr].len,
1624 Hi = (self->tx_fifo.queue[self->tx_fifo.ptr].len >> 8) & 0x0f;
1625 Lo = self->tx_fifo.queue[sel
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dcache.h98 struct list_head queue; member in struct:cache_detail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dvideo-buf.h173 struct list_head queue; member in struct:videobuf_buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h155 struct kfifo *immqueue; /* immediate xmit queue */
156 struct kfifo *mgmtqueue; /* mgmt (control) xmit queue */
158 struct list_head xmitqueue; /* data-path cmd queue */
203 struct kfifo *queue; /* FIFO Queue */ member in struct:iscsi_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_midi.c376 subs.queue = dp->queue; /* queue for timestamps */
475 ev.queue = dp->queue;
606 * decode event and send MIDI bytes to read queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-lib.c341 if (drive->queue)
342 blk_queue_bounce_limit(drive->queue, addr);
H A Dide-probe.c27 * Version 1.06 stream line request queue and prep for cascade project.
940 * init request queue
982 /* assign drive queue */
983 drive->queue = q;
985 /* needs drive->queue to be set */
1107 * - allocate the block device queue
1238 disk->queue = drive->queue;
1277 blk_cleanup_queue(drive->queue);
1279 drive->queue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c64 static unsigned char *queue; variable
334 * Test if there is space in the queue
340 * Give chance to drain the queue
345 * Sleep until there is enough space on the queue
355 memcpy(&queue[qtail * EV_SZ], note, EV_SZ);
740 * 2 = MIDI output buffer full. Restore queue and suspend until timer
886 if ((action = play_event(&queue[this_one * EV_SZ])))
1135 * Wait until the queue is empty (if we don't have nonblock)
1215 * is space in the queue
1652 queue
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss.c471 return disk->queue->queuedata;
955 /* Put the request on the tail of the request queue */
1107 /* Put the request on the tail of the request queue */
1201 * be placed on the queue. If so then exit. We do this check here
1208 /* We have room on the queue for more commands. Now we need to queue
1209 * them up. We will also keep track of the next queue to run so
1210 * that every queue gets a chance to be started first.
1217 if (!(h->drv[curr_queue].queue) || !(h->drv[curr_queue].heads))
1219 blk_start_queue(h->gendisk[curr_queue]->queue);
[all...]
H A Dcpqarray.c192 return disk->queue->queuedata;
351 blk_cleanup_queue(hba[i]->queue);
443 hba[i]->queue = q;
478 blk_queue_hardsect_size(hba[i]->queue, drv->blk_size);
480 disk->queue = hba[i]->queue;
943 /* Put the request on the tail of the request queue */
956 * start_io submits everything on a controller's request queue
957 * and moves it to the completion queue.
1049 * Find the command on the completion queue, remov
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c538 * that they end up using the same TX queue */
980 * from each queue should be OK to make some room for new frames. */
1197 int queue)
1199 return test_bit(IEEE80211_LINK_STATE_XOFF, &local->state[queue]);
1203 int queue)
1205 return test_bit(IEEE80211_LINK_STATE_PENDING, &local->state[queue]);
1239 if (__ieee80211_queue_stopped(local, control->queue))
1280 WARN_ON(__ieee80211_queue_pending(local, control->queue));
1336 &local->pending_packet[control->queue];
1341 &local->state[control->queue]);
1196 __ieee80211_queue_stopped(const struct ieee80211_local *local, int queue) argument
1202 __ieee80211_queue_pending(const struct ieee80211_local *local, int queue) argument
4886 ieee80211_wake_queue(struct ieee80211_hw *hw, int queue) argument
4905 ieee80211_stop_queue(struct ieee80211_hw *hw, int queue) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Daf_decnet.c551 * By checking the other_data transmit queue is empty
1118 * the newly created socket on the wrong hash queue.
1673 struct sk_buff_head *queue = &sk->sk_receive_queue; local
1704 queue = &scp->other_receive_queue;
1735 if (dn_data_ready(sk, queue, flags, target))
1746 if (!dn_data_ready(sk, queue, flags, target))
1753 for(skb = queue->next; skb != (struct sk_buff *)queue; skb = nskb) {
1773 skb_unlink(skb, queue);
1820 static inline int dn_queue_too_long(struct dn_scp *scp, struct sk_buff_head *queue, in argument
1911 struct sk_buff_head *queue = &scp->data_xmit_queue; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_av.c245 wake_up(&buf->queue);
268 wake_up(&buf->queue);
276 wake_up(&buf->queue);
401 if (wait_event_interruptible(rbuf->queue,
455 if (wait_event_interruptible(av7110->avout.queue,
488 if (wait_event_interruptible(av7110->avout.queue,
517 if (wait_event_interruptible(av7110->aout.queue,
888 poll_wait(file, &av7110->avout.queue, wait);
931 poll_wait(file, &av7110->aout.queue, wait);
1365 /* empty event queue */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-video.c474 buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);
479 buf = list_entry(item, struct cx88_buffer, vb.queue);
490 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue);
492 list_move_tail(&buf->vb.queue, &q->active);
503 list_move_tail(&buf->vb.queue, &q->active);
631 list_add_tail(&buf->vb.queue,&q->queued);
637 list_add_tail(&buf->vb.queue,&q->active);
646 prev = list_entry(q->active.prev, struct cx88_buffer, vb.queue);
650 list_add_tail(&buf->vb.queue,&q->active);
658 list_add_tail(&buf->vb.queue,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpcmcia_ioctl.c172 wake_up_interruptible(&s->queue);
501 ret = wait_event_interruptible(s->queue, !queue_empty(user));
541 poll_wait(file, &s->queue, wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-debug.c192 if (list_empty(&qh->queue)) {
193 out += sprintf(out, "%*s queue is empty\n", space, "");
198 struct urb_priv *urbp = list_entry(qh->queue.next,
207 list_for_each_entry(urbp, &qh->queue, node) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntproc.c263 static int nlm_wait_on_grace(wait_queue_head_t *queue) argument
268 prepare_to_wait(queue, &wait, TASK_INTERRUPTIBLE);
275 finish_wait(queue, &wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dpcilynx.c409 PRINT(KERN_ERR, lynx->id, "trying to queue a new packet in nonempty fifo");
413 packet = driver_packet(d->queue.next);
488 list_add_tail(&packet->driver_list, &d->queue);
678 list_splice(&lynx->async.queue, &packet_list);
679 INIT_LIST_HEAD(&lynx->async.queue);
894 if (!list_empty(&lynx->async.queue)) {
940 if (!list_empty(&lynx->iso_send.queue)) {
1236 INIT_LIST_HEAD(&lynx->async.queue);
1238 INIT_LIST_HEAD(&lynx->iso_send.queue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib.h310 struct sk_buff_head queue; member in struct:ipoib_path
328 struct sk_buff_head queue; member in struct:ipoib_neigh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd.c288 * the requeueing of requests from the linux request queue to the
289 * ccw queue.
425 /* queue call to dasd_kick_device to the kernel event daemon. */
833 * The head of the ccw queue will have status DASD_CQR_IN_IO for 1),
844 /* re-activate request queue */
924 /* restart all 'running' IO on queue */
1037 /* Start first request on queue if possible -> fast_io. */
1105 * Process ccw request queue.
1160 /* Rechain finished requests to final queue */
1184 * Fetch requests from the block device queue
1189 request_queue_t *queue; local
1742 do_dasd_request(request_queue_t * queue) argument
[all...]

Completed in 456 milliseconds

1234567891011>>