search for: 652cf84

Displaying 2 results from an estimated 2 matches for "652cf84".

Did you mean: 652cf31
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...tx->queue; + + if (unlikely(blk_should_fake_timeout(q))) return; if (!blk_mark_rq_complete(req)) __blk_complete_request(req); } EXPORT_SYMBOL(blk_complete_request); static __init int blk_softirq_init(void) { int i; diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index cf15001..652cf84 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c @@ -33,29 +33,36 @@ queue_var_store(unsigned long *var, const char *page, size_t count) static ssize_t queue_requests_show(struct request_queue *q, char *page) { return queue_var_show(q->nr_requests, (page)); } static ssize_t queu...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...tx->queue; + + if (unlikely(blk_should_fake_timeout(q))) return; if (!blk_mark_rq_complete(req)) __blk_complete_request(req); } EXPORT_SYMBOL(blk_complete_request); static __init int blk_softirq_init(void) { int i; diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index cf15001..652cf84 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c @@ -33,29 +33,36 @@ queue_var_store(unsigned long *var, const char *page, size_t count) static ssize_t queue_requests_show(struct request_queue *q, char *page) { return queue_var_show(q->nr_requests, (page)); } static ssize_t queu...