search for: 7d4e035

Displaying 2 results from an estimated 2 matches for "7d4e035".

2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...into single larger request. As the requests are moved from a per-task list to * the device's request_queue in a batch, this results in improved scalability * as the lock contention for request_queue lock is reduced. * diff --git a/include/linux/elevator.h b/include/linux/elevator.h index 7d4e035..6bb2096 100644 --- a/include/linux/elevator.h +++ b/include/linux/elevator.h @@ -1,46 +1,47 @@ #ifndef _LINUX_ELEVATOR_H #define _LINUX_ELEVATOR_H #include <linux/percpu.h> #ifdef CONFIG_BLOCK struct io_cq; +struct blk_queue_ctx; -typedef int (elevator_merge_fn) (struct request_...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...into single larger request. As the requests are moved from a per-task list to * the device's request_queue in a batch, this results in improved scalability * as the lock contention for request_queue lock is reduced. * diff --git a/include/linux/elevator.h b/include/linux/elevator.h index 7d4e035..6bb2096 100644 --- a/include/linux/elevator.h +++ b/include/linux/elevator.h @@ -1,46 +1,47 @@ #ifndef _LINUX_ELEVATOR_H #define _LINUX_ELEVATOR_H #include <linux/percpu.h> #ifdef CONFIG_BLOCK struct io_cq; +struct blk_queue_ctx; -typedef int (elevator_merge_fn) (struct request_...