Searched defs:rl (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | blk-cgroup.h | 122 struct request_list rl; member 454 static inline void blk_put_rl(struct request_list *rl) in blk_put_rl() 468 static inline void blk_rq_set_rl(struct request *rq, struct request_list *rl) in blk_rq_set_rl() 491 #define blk_queue_for_each_rl(rl, q) \ argument 766 static inline void blk_put_rl(struct request_list *rl) { } in blk_put_rl() 767 static inline void blk_rq_set_rl(struct request *rq, struct request_list *rl) { } in blk_rq_set_rl() 773 #define blk_queue_for_each_rl(rl, q) \ argument
|
| D | jump_label_ratelimit.h | 36 unsigned long rl) in jump_label_rate_limit()
|
| D | math64.h | 183 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 229 } u, rl, rh; in mul_u64_u32_div() local
|
| D | blkdev.h | 155 struct request_list *rl; /* rl this rq is alloced from */ member 646 static inline bool blk_rl_full(struct request_list *rl, bool sync) in blk_rl_full() 653 static inline void blk_set_rl_full(struct request_list *rl, bool sync) in blk_set_rl_full() 660 static inline void blk_clear_rl_full(struct request_list *rl, bool sync) in blk_clear_rl_full()
|