Symbol: elevator_type
block/bfq-iosched.c
7593
static struct elevator_type iosched_bfq_mq = {
block/blk-ioc.c
358
struct elevator_type *et = q->elevator->type;
block/blk-ioc.c
41
struct elevator_type *et = icq->q->elevator->type;
block/blk-ioc.c
70
struct elevator_type *et = q->elevator->type;
block/blk-mq-debugfs.c
711
struct elevator_type *e = q->elevator->type;
block/blk-mq-debugfs.c
787
struct elevator_type *e = q->elevator->type;
block/blk-mq-sched.c
432
struct elevator_type *type,
block/blk-mq-sched.c
549
struct elevator_type *type,
block/blk-mq-sched.c
614
int blk_mq_init_sched(struct request_queue *q, struct elevator_type *e,
block/blk-mq-sched.h
21
int blk_mq_init_sched(struct request_queue *q, struct elevator_type *e,
block/blk-mq-sched.h
29
struct elevator_type *type,
block/blk-mq-sched.h
40
struct elevator_type *type,
block/blk-mq-sched.h
52
struct elevator_type *e)
block/blk-mq-sched.h
63
static inline void blk_mq_free_sched_data(struct elevator_type *e, void *data)
block/elevator.c
101
struct elevator_type *e;
block/elevator.c
109
static struct elevator_type *elevator_find_get(const char *name)
block/elevator.c
111
struct elevator_type *e;
block/elevator.c
124
struct elevator_type *e, struct elevator_resources *res)
block/elevator.c
498
int elv_register(struct elevator_type *e)
block/elevator.c
537
void elv_unregister(struct elevator_type *e)
block/elevator.c
564
struct elevator_type *new_e = NULL;
block/elevator.c
776
struct elevator_type *found;
block/elevator.c
838
struct elevator_type *cur = NULL, *e;
block/elevator.c
93
static bool elevator_match(const struct elevator_type *e, const char *name)
block/elevator.c
99
static struct elevator_type *__elevator_find(const char *name)
block/elevator.h
10
struct elevator_type;
block/elevator.h
121
static inline bool elevator_tryget(struct elevator_type *e)
block/elevator.h
126
static inline void __elevator_get(struct elevator_type *e)
block/elevator.h
131
static inline void elevator_put(struct elevator_type *e)
block/elevator.h
148
struct elevator_type *type;
block/elevator.h
177
extern int elv_register(struct elevator_type *);
block/elevator.h
178
extern void elv_unregister(struct elevator_type *);
block/elevator.h
188
struct elevator_type *, struct elevator_resources *);
block/elevator.h
52
struct elevator_type *type;
block/kyber-iosched.c
990
static struct elevator_type kyber_sched = {
block/mq-deadline.c
985
static struct elevator_type mq_deadline = {