• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/

Lines Matching defs:ccw_queue

114 	INIT_LIST_HEAD(&device->ccw_queue);
157 INIT_LIST_HEAD(&block->ccw_queue);
638 list_for_each(l, &block->ccw_queue)
1149 if (cqr->devlist.next != &device->ccw_queue) {
1229 list_for_each_safe(l, n, &device->ccw_queue) {
1249 list_for_each_safe(l, n, &device->ccw_queue) {
1320 if (list_empty(&device->ccw_queue))
1322 cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, devlist);
1351 if (list_empty(&device->ccw_queue))
1353 cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, devlist);
1392 list_for_each_entry_safe(cqr, n, &device->ccw_queue, devlist) {
1484 * Queue a request to the head of the device ccw_queue.
1495 list_add(&cqr->devlist, &device->ccw_queue);
1502 * Queue a request to the tail of the device ccw_queue.
1513 list_add_tail(&cqr->devlist, &device->ccw_queue);
1588 struct list_head ccw_queue;
1591 INIT_LIST_HEAD(&ccw_queue);
1594 list_add(&maincqr->blocklist, &ccw_queue);
1596 cqr = list_first_entry(&ccw_queue,
1657 * Queue a request to the tail of the device ccw_queue and wait for
1666 * Queue a request to the tail of the device ccw_queue and wait
1684 if (list_empty(&device->ccw_queue))
1686 cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, devlist);
1706 list_add(&cqr->devlist, &device->ccw_queue);
1876 if (!list_empty(&block->ccw_queue))
1902 list_add_tail(&cqr->blocklist, &block->ccw_queue);
1935 list_for_each_safe(l, n, &block->ccw_queue) {
1997 if (list_empty(&block->ccw_queue))
2003 list_for_each_entry(cqr, &block->ccw_queue, blocklist) {
2083 list_for_each_entry_safe(cqr, n, &block->ccw_queue, blocklist) {
2604 list_for_each_entry(cqr, &device->ccw_queue, devlist)
2647 list_for_each_entry_safe(cqr, n, &device->ccw_queue, devlist) {
2672 /* move freeze_queue to start of the ccw_queue */
2674 list_splice_tail(&freeze_queue, &device->ccw_queue);