Searched refs:rl (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A 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
|
| A 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() 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() 280 rl.l.high = rh.l.low; in mul_u64_u32_div() [all …]
|
| A D | blk-mq.h | 240 rl->head = NULL; in rq_list_init() 241 rl->tail = NULL; in rq_list_init() 247 if (rl->tail) in rq_list_add_tail() 250 rl->head = rq; in rq_list_add_tail() 251 rl->tail = rq; in rq_list_add_tail() 257 rl->head = rq; in rq_list_add_head() 258 if (!rl->tail) in rq_list_add_head() 259 rl->tail = rq; in rq_list_add_head() 267 rl->head = rl->head->rq_next; in rq_list_pop() 268 if (!rl->head) in rq_list_pop() [all …]
|
| /include/math-emu/ |
| A 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/ |
| A D | driver.h | 1079 struct mlx5_rate_limit *rl); 1080 void mlx5_rl_remove_rate(struct mlx5_core_dev *dev, struct mlx5_rate_limit *rl);
|
Completed in 18 milliseconds