Home
last modified time | relevance | path

Searched refs:elevator_type (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/include/linux/
Delevator.h80 struct elevator_type struct
103 struct elevator_type *type; argument
139 extern int elv_register(struct elevator_type *);
140 extern void elv_unregister(struct elevator_type *);
/linux-3.4.99/block/
Delevator.c85 static struct elevator_type *elevator_find(const char *name) in elevator_find()
87 struct elevator_type *e; in elevator_find()
97 static void elevator_put(struct elevator_type *e) in elevator_put()
102 static struct elevator_type *elevator_get(const char *name) in elevator_get()
104 struct elevator_type *e; in elevator_get()
150 struct elevator_type *e) in elevator_alloc()
190 struct elevator_type *e = NULL; in elevator_init()
842 int elv_register(struct elevator_type *e) in elv_register()
883 void elv_unregister(struct elevator_type *e) in elv_unregister()
908 static int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch()
[all …]
Dblk-ioc.c42 struct elevator_type *et = icq->q->elevator->type; in ioc_exit_icq()
58 struct elevator_type *et = q->elevator->type; in ioc_destroy_icq()
339 struct elevator_type *et = q->elevator->type; in ioc_create_icq()
Dnoop-iosched.c81 static struct elevator_type elevator_noop = {
Ddeadline-iosched.c431 static struct elevator_type iosched_deadline = {
Dblk-core.c786 struct elevator_type *et; in get_request()
Dcfq-iosched.c3850 static struct elevator_type iosched_cfq = {