Searched refs:elevator_type (Results 1 – 9 of 9) sorted by relevance
| /linux/block/ |
| H A D | elevator.h | 10 struct elevator_type; 52 struct elevator_type *type; 97 struct elevator_type struct 121 static inline bool elevator_tryget(struct elevator_type *e) in elevator_tryget() argument 126 static inline void __elevator_get(struct elevator_type *e) in __elevator_get() 131 static inline void elevator_put(struct elevator_type *e) in elevator_put() 148 struct elevator_type *type; 177 extern int elv_register(struct elevator_type *); 178 extern void elv_unregister(struct elevator_type *); 188 struct elevator_type *, struct elevator_resources *);
|
| H A D | blk-mq-sched.h | 21 int blk_mq_init_sched(struct request_queue *q, struct elevator_type *e, 29 struct elevator_type *type, 40 struct elevator_type *type, 52 struct elevator_type *e) in blk_mq_alloc_sched_data() 63 static inline void blk_mq_free_sched_data(struct elevator_type *e, void *data) in blk_mq_free_sched_data()
|
| H A D | elevator.c | 93 static bool elevator_match(const struct elevator_type *e, const char *name) in elevator_match() 99 static struct elevator_type *__elevator_find(const char *name) in __elevator_find() 101 struct elevator_type *e; in __elevator_find() 109 static struct elevator_type *elevator_find_get(const char *name) in elevator_find_get() 111 struct elevator_type *e; in elevator_find_get() 124 struct elevator_type *e, struct elevator_resources *res) in elevator_alloc() 498 int elv_register(struct elevator_type *e) in elv_register() 537 void elv_unregister(struct elevator_type *e) in elv_unregister() 564 struct elevator_type *new_e = NULL; in elevator_switch() 776 struct elevator_type *found; in elv_iosched_load_module() [all …]
|
| H A D | blk-ioc.c | 41 struct elevator_type *et = icq->q->elevator->type; in ioc_exit_icq() 70 struct elevator_type *et = q->elevator->type; in ioc_destroy_icq() 358 struct elevator_type *et = q->elevator->type; in ioc_create_icq()
|
| H A D | blk-mq-sched.c | 432 struct elevator_type *type, in blk_mq_free_sched_res() 549 struct elevator_type *type, in blk_mq_alloc_sched_res() 614 int blk_mq_init_sched(struct request_queue *q, struct elevator_type *e, in blk_mq_init_sched()
|
| H A D | blk-mq-debugfs.c | 711 struct elevator_type *e = q->elevator->type; in blk_mq_debugfs_register_sched() 787 struct elevator_type *e = q->elevator->type; in blk_mq_debugfs_register_sched_hctx()
|
| H A D | kyber-iosched.c | 990 static struct elevator_type kyber_sched = {
|
| H A D | mq-deadline.c | 985 static struct elevator_type mq_deadline = {
|
| H A D | bfq-iosched.c | 7593 static struct elevator_type iosched_bfq_mq = {
|