rl                168 include/linux/blkdev.h 	struct request_list *rl;		/* rl this rq is alloced from */
rl                652 include/linux/blkdev.h 	return rl->flags & flag;
rl                659 include/linux/blkdev.h 	rl->flags |= flag;
rl                666 include/linux/blkdev.h 	rl->flags &= ~flag;
rl                 18 include/linux/jump_label_ratelimit.h jump_label_rate_limit(struct static_key_deferred *key, unsigned long rl);
rl                 31 include/linux/jump_label_ratelimit.h 		unsigned long rl)
rl                152 include/math-emu/op-2.h #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl)	\
rl                153 include/math-emu/op-2.h   (rh = xh + yh + ((rl = xl + yl) < xl))
rl                156 include/math-emu/op-2.h #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl)	\
rl                157 include/math-emu/op-2.h   (rh = xh - yh - ((rl = xl - yl) > xl))