Searched refs:cwin (Results 1 – 3 of 3) sorted by relevance
18 void *cwin, const struct crush_choose_arg *choose_args);
1022 unsigned int cwin = l->window; in tipc_link_xmit() local1059 if (likely(skb_queue_len(transmq) < cwin)) { in tipc_link_xmit()1110 u16 cwin = l->window; in tipc_link_update_cwin() local1125 if (txq_len + bklog_len < cwin) in tipc_link_update_cwin()1135 if (cwin <= l->ssthresh) { in tipc_link_update_cwin()1136 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin()1140 if (l->cong_acks < cwin) in tipc_link_update_cwin()1142 l->window = min_t(u16, ++cwin, l->max_win); in tipc_link_update_cwin()1155 u16 cwin = l->window; in tipc_link_advance_backlog() local1158 while (skb_queue_len(txq) < cwin) { in tipc_link_advance_backlog()
900 void *cwin, const struct crush_choose_arg *choose_args) in crush_do_rule() argument903 struct crush_work *cw = cwin; in crush_do_rule()904 int *a = cwin + map->working_size; in crush_do_rule()