Searched refs:rl (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | jump_label_ratelimit.h | 41 jump_label_rate_limit(struct static_key_deferred *key, unsigned long rl); 45 #define DEFINE_STATIC_KEY_DEFERRED_TRUE(name, rl) \ argument 48 .timeout = (rl), \ 54 #define DEFINE_STATIC_KEY_DEFERRED_FALSE(name, rl) \ argument 57 .timeout = (rl), \ 73 #define DEFINE_STATIC_KEY_DEFERRED_TRUE(name, rl) \ argument 75 #define DEFINE_STATIC_KEY_DEFERRED_FALSE(name, rl) \ argument 91 unsigned long rl) in jump_label_rate_limit() argument
|
| D | math64.h | 204 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local 210 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr() 220 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr() 229 return rl.ll; in mul_u64_u64_shr() 231 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr() 268 } u, rl, rh; in mul_u64_u32_div() local 271 rl.ll = mul_u32_u32(u.l.low, mul); in mul_u64_u32_div() 272 rh.ll = mul_u32_u32(u.l.high, mul) + rl.l.high; in mul_u64_u32_div() 275 rl.l.high = do_div(rh.ll, divisor); in mul_u64_u32_div() 278 do_div(rl.ll, divisor); in mul_u64_u32_div() [all …]
|
| D | blk-mq.h | 237 static inline int rq_list_empty(const struct rq_list *rl) in rq_list_empty() argument 239 return rl->head == NULL; in rq_list_empty() 242 static inline void rq_list_init(struct rq_list *rl) in rq_list_init() argument 244 rl->head = NULL; in rq_list_init() 245 rl->tail = NULL; in rq_list_init() 248 static inline void rq_list_add_tail(struct rq_list *rl, struct request *rq) in rq_list_add_tail() argument 251 if (rl->tail) in rq_list_add_tail() 252 rl->tail->rq_next = rq; in rq_list_add_tail() 254 rl->head = rq; in rq_list_add_tail() 255 rl->tail = rq; in rq_list_add_tail() [all …]
|
| /include/math-emu/ |
| D | op-2.h | 147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 148 (rh = xh + yh + ((rl = xl + yl) < xl)) 151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 152 (rh = xh - yh - ((rl = xl - yl) > xl))
|
| /include/linux/mlx5/ |
| D | driver.h | 1124 struct mlx5_rate_limit *rl); 1125 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl);
|