search for: 295665a

Displaying 2 results from an estimated 2 matches for "295665a".

2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
..._BATCH_REQ; blk_set_default_limits(&q->limits); /* * by default assume old behaviour and bounce for any highmem page */ blk_queue_bounce_limit(q, BLK_BOUNCE_HIGH); } EXPORT_SYMBOL(blk_queue_make_request); diff --git a/block/blk-softirq.c b/block/blk-softirq.c index 467c8de..295665a 100644 --- a/block/blk-softirq.c +++ b/block/blk-softirq.c @@ -15,30 +15,32 @@ static DEFINE_PER_CPU(struct list_head, blk_cpu_done); /* * Softirq action handler - move entries to local list and loop over them * while passing them to the queue registered handler. */ static void blk_done_...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
..._BATCH_REQ; blk_set_default_limits(&q->limits); /* * by default assume old behaviour and bounce for any highmem page */ blk_queue_bounce_limit(q, BLK_BOUNCE_HIGH); } EXPORT_SYMBOL(blk_queue_make_request); diff --git a/block/blk-softirq.c b/block/blk-softirq.c index 467c8de..295665a 100644 --- a/block/blk-softirq.c +++ b/block/blk-softirq.c @@ -15,30 +15,32 @@ static DEFINE_PER_CPU(struct list_head, blk_cpu_done); /* * Softirq action handler - move entries to local list and loop over them * while passing them to the queue registered handler. */ static void blk_done_...