• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/

Lines Matching refs:cfq_io_context

57 	((struct cfq_io_context *) (rq)->elevator_private)
259 struct cfq_io_context *active_cic;
443 static struct cfq_io_context *cfq_cic_lookup(struct cfq_data *,
446 static inline struct cfq_queue *cic_to_cfqq(struct cfq_io_context *cic,
452 static inline void cic_set_cfqq(struct cfq_io_context *cic,
466 static inline struct cfq_data *cic_to_cfqd(struct cfq_io_context *cic)
1472 struct cfq_io_context *cic;
1586 struct cfq_io_context *cic;
1904 struct cfq_io_context *cic;
2469 struct cfq_io_context *cic = RQ_CIC(rq);
2561 void (*func)(struct io_context *, struct cfq_io_context *))
2563 struct cfq_io_context *cic;
2575 void (*func)(struct io_context *, struct cfq_io_context *))
2584 struct cfq_io_context *cic;
2586 cic = container_of(head, struct cfq_io_context, rcu_head);
2606 static void cfq_cic_free(struct cfq_io_context *cic)
2611 static void cic_free_func(struct io_context *ioc, struct cfq_io_context *cic)
2676 struct cfq_io_context *cic)
2703 struct cfq_io_context *cic)
2734 static struct cfq_io_context *
2737 struct cfq_io_context *cic;
2796 static void changed_ioprio(struct io_context *ioc, struct cfq_io_context *cic)
2852 static void changed_cgroup(struct io_context *ioc, struct cfq_io_context *cic)
2891 struct cfq_io_context *cic;
2987 struct cfq_io_context *cic)
3005 static struct cfq_io_context *
3008 struct cfq_io_context *cic;
3051 struct cfq_io_context *cic, gfp_t gfp_mask)
3088 static struct cfq_io_context *
3092 struct cfq_io_context *cic;
3129 cfq_update_io_thinktime(struct cfq_data *cfqd, struct cfq_io_context *cic)
3165 struct cfq_io_context *cic)
3300 struct cfq_io_context *cic = RQ_CIC(rq);
3403 struct cfq_io_context *cic = cfqd->active_cic;
3557 struct cfq_io_context *cic;
3608 cfq_merge_cfqqs(struct cfq_data *cfqd, struct cfq_io_context *cic,
3623 split_cfqq(struct cfq_io_context *cic, struct cfq_queue *cfqq)
3646 struct cfq_io_context *cic;
3813 struct cfq_io_context *cic = list_entry(cfqd->cic_list.next,
3814 struct cfq_io_context,
3960 cfq_ioc_pool = KMEM_CACHE(cfq_io_context, 0);