Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Delevator.h10 struct elevator_type;
40 struct elevator_type *e);
86 struct elevator_type struct
111 struct elevator_type *type; argument
148 extern int elv_register(struct elevator_type *);
149 extern void elv_unregister(struct elevator_type *);
162 struct elevator_type *);
/linux-4.4.14/block/
Delevator.c82 static struct elevator_type *elevator_find(const char *name) in elevator_find()
84 struct elevator_type *e; in elevator_find()
94 static void elevator_put(struct elevator_type *e) in elevator_put()
99 static struct elevator_type *elevator_get(const char *name, bool try_loading) in elevator_get()
101 struct elevator_type *e; in elevator_get()
138 struct elevator_type *e; in load_default_elevator_module()
154 struct elevator_type *e) in elevator_alloc()
182 struct elevator_type *e = NULL; in elevator_init()
828 int elv_register(struct elevator_type *e) in elv_register()
869 void elv_unregister(struct elevator_type *e) in elv_unregister()
[all …]
Dnoop-iosched.c62 static int noop_init_queue(struct request_queue *q, struct elevator_type *e) in noop_init_queue()
94 static struct elevator_type elevator_noop = {
Dblk-ioc.c41 struct elevator_type *et = icq->q->elevator->type; in ioc_exit_icq()
57 struct elevator_type *et = q->elevator->type; in ioc_destroy_icq()
360 struct elevator_type *et = q->elevator->type; in ioc_create_icq()
Ddeadline-iosched.c340 static int deadline_init_queue(struct request_queue *q, struct elevator_type *e) in deadline_init_queue()
443 static struct elevator_type iosched_deadline = {
Dcfq-iosched.c4498 static int cfq_init_queue(struct request_queue *q, struct elevator_type *e) in cfq_init_queue()
4704 static struct elevator_type iosched_cfq = {
Dblk-core.c1065 struct elevator_type *et = q->elevator->type; in __get_request()