Searched refs:elevator_type (Results 1 – 7 of 7) sorted by relevance
10 struct elevator_type;40 struct elevator_type *e);86 struct elevator_type struct111 struct elevator_type *type; argument148 extern int elv_register(struct elevator_type *);149 extern void elv_unregister(struct elevator_type *);162 struct elevator_type *);
82 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 …]
62 static int noop_init_queue(struct request_queue *q, struct elevator_type *e) in noop_init_queue()94 static struct elevator_type elevator_noop = {
41 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()
340 static int deadline_init_queue(struct request_queue *q, struct elevator_type *e) in deadline_init_queue()443 static struct elevator_type iosched_deadline = {
4498 static int cfq_init_queue(struct request_queue *q, struct elevator_type *e) in cfq_init_queue()4704 static struct elevator_type iosched_cfq = {
1065 struct elevator_type *et = q->elevator->type; in __get_request()