• Home
  • Raw
  • Download

Lines Matching refs:e

6891 static void bfq_exit_queue(struct elevator_queue *e)  in bfq_exit_queue()  argument
6893 struct bfq_data *bfqd = e->elevator_data; in bfq_exit_queue()
6940 static int bfq_init_queue(struct request_queue *q, struct elevator_type *e) in bfq_init_queue() argument
6945 eq = elevator_alloc(q, e); in bfq_init_queue()
7102 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
7104 struct bfq_data *bfqd = e->elevator_data; \
7124 static ssize_t __FUNC(struct elevator_queue *e, char *page) \
7126 struct bfq_data *bfqd = e->elevator_data; \
7136 __FUNC(struct elevator_queue *e, const char *page, size_t count) \
7138 struct bfq_data *bfqd = e->elevator_data; \
7168 static ssize_t __FUNC(struct elevator_queue *e, const char *page, size_t count)\
7170 struct bfq_data *bfqd = e->elevator_data; \
7188 static ssize_t bfq_max_budget_store(struct elevator_queue *e, in bfq_max_budget_store() argument
7191 struct bfq_data *bfqd = e->elevator_data; in bfq_max_budget_store()
7216 static ssize_t bfq_timeout_sync_store(struct elevator_queue *e, in bfq_timeout_sync_store() argument
7219 struct bfq_data *bfqd = e->elevator_data; in bfq_timeout_sync_store()
7239 static ssize_t bfq_strict_guarantees_store(struct elevator_queue *e, in bfq_strict_guarantees_store() argument
7242 struct bfq_data *bfqd = e->elevator_data; in bfq_strict_guarantees_store()
7261 static ssize_t bfq_low_latency_store(struct elevator_queue *e, in bfq_low_latency_store() argument
7264 struct bfq_data *bfqd = e->elevator_data; in bfq_low_latency_store()