Home
last modified time | relevance | path

Searched refs:rec_inv_sqrt (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/net/
A Dcodel_impl.h82 u32 invsqrt = ((u32)vars->rec_inv_sqrt) << REC_INV_SQRT_SHIFT; in codel_Newton_step()
89 vars->rec_inv_sqrt = val >> REC_INV_SQRT_SHIFT; in codel_Newton_step()
99 u32 rec_inv_sqrt) in codel_control_law() argument
101 return t + reciprocal_scale(interval, rec_inv_sqrt << REC_INV_SQRT_SHIFT); in codel_control_law()
191 vars->rec_inv_sqrt); in codel_dequeue()
210 vars->rec_inv_sqrt); in codel_dequeue()
246 vars->rec_inv_sqrt = ~0U >> REC_INV_SQRT_SHIFT; in codel_dequeue()
250 vars->rec_inv_sqrt); in codel_dequeue()
A Dcodel.h133 u16 rec_inv_sqrt; member
/linux-6.3-rc2/net/sched/
A Dsch_cake.c109 u32 rec_inv_sqrt; member
377 invsqrt = vars->rec_inv_sqrt; in cobalt_newton_step()
384 vars->rec_inv_sqrt = val; in cobalt_newton_step()
410 v.rec_inv_sqrt = ~0U; in cobalt_cache_init()
411 cobalt_rec_inv_sqrt_cache[0] = v.rec_inv_sqrt; in cobalt_cache_init()
439 u32 rec_inv_sqrt) in cobalt_control() argument
442 rec_inv_sqrt)); in cobalt_control()
494 vars->rec_inv_sqrt); in cobalt_queue_empty()
542 vars->rec_inv_sqrt); in cobalt_should_drop()
560 vars->rec_inv_sqrt); in cobalt_should_drop()
[all …]

Completed in 11 milliseconds