Home
last modified time | relevance | path

Searched defs:rw (Results 1 – 8 of 8) sorted by relevance

/block/
Dblk-throttle.c329 int rw; in throtl_pd_alloc() local
385 int rw; in tg_update_has_rules() local
562 bool rw, unsigned long start) in throtl_start_new_slice_with_credit()
583 static inline void throtl_start_new_slice(struct throtl_grp *tg, bool rw) in throtl_start_new_slice()
595 static inline void throtl_set_slice_end(struct throtl_grp *tg, bool rw, in throtl_set_slice_end()
601 static inline void throtl_extend_slice(struct throtl_grp *tg, bool rw, in throtl_extend_slice()
612 static bool throtl_slice_used(struct throtl_grp *tg, bool rw) in throtl_slice_used()
621 static inline void throtl_trim_slice(struct throtl_grp *tg, bool rw) in throtl_trim_slice()
682 bool rw = bio_data_dir(bio); in tg_with_in_iops_limit() local
732 bool rw = bio_data_dir(bio); in tg_with_in_bps_limit() local
[all …]
Dblk-core.c1277 static struct request *blk_old_get_request(struct request_queue *q, int rw, in blk_old_get_request()
1296 struct request *blk_get_request(struct request_queue *q, int rw, gfp_t gfp_mask) in blk_get_request()
2120 blk_qc_t submit_bio(int rw, struct bio *bio) in submit_bio()
2293 const int rw = rq_data_dir(req); in blk_account_io_completion() local
2313 const int rw = rq_data_dir(req); in blk_account_io_done() local
2355 int rw = rq_data_dir(rq); in blk_account_io_start() local
Dbounce.c186 int rw = bio_data_dir(*bio_orig); in __blk_queue_bounce() local
Dcfq-iosched.c663 struct cfq_group *curr_cfqg, int rw) in cfqg_stats_update_io_add()
679 static inline void cfqg_stats_update_io_remove(struct cfq_group *cfqg, int rw) in cfqg_stats_update_io_remove()
684 static inline void cfqg_stats_update_io_merged(struct cfq_group *cfqg, int rw) in cfqg_stats_update_io_merged()
690 uint64_t start_time, uint64_t io_start_time, int rw) in cfqg_stats_update_completion()
772 struct cfq_group *curr_cfqg, int rw) { } in cfqg_stats_update_io_add()
775 static inline void cfqg_stats_update_io_remove(struct cfq_group *cfqg, int rw) { } in cfqg_stats_update_io_remove()
776 static inline void cfqg_stats_update_io_merged(struct cfq_group *cfqg, int rw) { } in cfqg_stats_update_io_merged()
778 uint64_t start_time, uint64_t io_start_time, int rw) { } in cfqg_stats_update_completion()
4274 static int cfq_may_queue(struct request_queue *q, int rw) in cfq_may_queue()
4309 const int rw = rq_data_dir(rq); in cfq_put_request() local
[all …]
Dbio.c878 int submit_bio_wait(int rw, struct bio *bio) in submit_bio_wait()
1700 void generic_start_io_acct(int rw, unsigned long sectors, in generic_start_io_acct()
1714 void generic_end_io_acct(int rw, struct hd_struct *part, in generic_end_io_acct()
Dbsg.c179 bsg_validate_sgv4_hdr(struct request_queue *q, struct sg_io_v4 *hdr, int *rw) in bsg_validate_sgv4_hdr()
213 int ret, rw; in bsg_map_hdr() local
Dblk-mq.c210 __blk_mq_alloc_request(struct blk_mq_alloc_data *data, int rw) in __blk_mq_alloc_request()
232 struct request *blk_mq_alloc_request(struct request_queue *q, int rw, gfp_t gfp, in blk_mq_alloc_request()
1184 int rw = bio_data_dir(bio); in blk_mq_map_request() local
Delevator.c720 int elv_may_queue(struct request_queue *q, int rw) in elv_may_queue()