Searched refs:cwin (Results 1 – 3 of 3) sorted by relevance
18 void *cwin, const struct crush_choose_arg *choose_args);
1047 unsigned int cwin = l->window; in tipc_link_xmit() local1083 if (likely(skb_queue_len(transmq) < cwin)) { in tipc_link_xmit()1134 u16 cwin = l->window; in tipc_link_update_cwin() local1149 if (txq_len + bklog_len < cwin) in tipc_link_update_cwin()1159 if (cwin <= l->ssthresh) { in tipc_link_update_cwin()1160 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin()1164 if (l->cong_acks < cwin) in tipc_link_update_cwin()1166 l->window = min_t(u16, ++cwin, l->max_win); in tipc_link_update_cwin()1179 u16 cwin = l->window; in tipc_link_advance_backlog() local1182 while (skb_queue_len(txq) < cwin) { in tipc_link_advance_backlog()
897 void *cwin, const struct crush_choose_arg *choose_args) in crush_do_rule() argument900 struct crush_work *cw = cwin; in crush_do_rule()901 int *a = cwin + map->working_size; in crush_do_rule()