Searched refs:cwin (Results 1 – 3 of 3) sorted by relevance
18 void *cwin, const struct crush_choose_arg *choose_args);
1007 unsigned int cwin = l->window; in tipc_link_xmit() local1043 if (likely(skb_queue_len(transmq) < cwin)) { in tipc_link_xmit()1094 u16 cwin = l->window; in tipc_link_update_cwin() local1109 if (txq_len + bklog_len < cwin) in tipc_link_update_cwin()1119 if (cwin <= l->ssthresh) { in tipc_link_update_cwin()1120 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin()1124 if (l->cong_acks < cwin) in tipc_link_update_cwin()1126 l->window = min_t(u16, ++cwin, l->max_win); in tipc_link_update_cwin()1139 u16 cwin = l->window; in tipc_link_advance_backlog() local1142 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()