Displaying 2 results from an estimated 2 matches for "d45be87".
Did you mean:
645b087
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...&q->timeout_list);
+ list_for_each_entry_safe(rq, tmp, &list, timeout_list)
+ list_move_tail(&rq->timeout_list, &ctx->timeout_list);
spin_unlock_irqrestore(q->queue_lock, flags);
}
EXPORT_SYMBOL_GPL(blk_abort_queue);
diff --git a/block/blk.h b/block/blk.h
index d45be87..0cdae8e 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -1,19 +1,15 @@
#ifndef BLK_INTERNAL_H
#define BLK_INTERNAL_H
#include <linux/idr.h>
-/* Amount of time in which a process may batch requests */
-#define BLK_BATCH_TIME (HZ/50UL)
-
-/* Number of requests a "batching" proce...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...&q->timeout_list);
+ list_for_each_entry_safe(rq, tmp, &list, timeout_list)
+ list_move_tail(&rq->timeout_list, &ctx->timeout_list);
spin_unlock_irqrestore(q->queue_lock, flags);
}
EXPORT_SYMBOL_GPL(blk_abort_queue);
diff --git a/block/blk.h b/block/blk.h
index d45be87..0cdae8e 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -1,19 +1,15 @@
#ifndef BLK_INTERNAL_H
#define BLK_INTERNAL_H
#include <linux/idr.h>
-/* Amount of time in which a process may batch requests */
-#define BLK_BATCH_TIME (HZ/50UL)
-
-/* Number of requests a "batching" proce...