Searched refs:elevator_type (Results 1 – 7 of 7) sorted by relevance
80 struct elevator_type struct103 struct elevator_type *type; argument139 extern int elv_register(struct elevator_type *);140 extern void elv_unregister(struct elevator_type *);
85 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 …]
42 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()
81 static struct elevator_type elevator_noop = {
431 static struct elevator_type iosched_deadline = {
786 struct elevator_type *et; in get_request()
3850 static struct elevator_type iosched_cfq = {