Searched refs:tfrc_loss_interval (Results 1 – 2 of 2) sorted by relevance
22 static inline struct tfrc_loss_interval *tfrc_lh_peek(struct tfrc_loss_hist *lh) in tfrc_lh_peek()37 static struct tfrc_loss_interval *tfrc_lh_demand_next(struct tfrc_loss_hist *lh) in tfrc_lh_demand_next()86 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh); in tfrc_lh_update_i_mean()119 static inline u8 tfrc_lh_is_new_loss(struct tfrc_loss_interval *cur, in tfrc_lh_is_new_loss()138 struct tfrc_loss_interval *cur = tfrc_lh_peek(lh), *new; in tfrc_lh_interval_add()170 sizeof(struct tfrc_loss_interval), 0, in tfrc_li_init()
28 struct tfrc_loss_interval { struct42 struct tfrc_loss_interval *ring[LIH_SIZE]; argument