Searched refs:cwin (Results 1 – 3 of 3) sorted by relevance
18 void *cwin, const struct crush_choose_arg *choose_args);
1025 unsigned int cwin = l->window; in tipc_link_xmit() local1061 if (likely(skb_queue_len(transmq) < cwin)) { in tipc_link_xmit()1112 u16 cwin = l->window; in tipc_link_update_cwin() local1127 if (txq_len + bklog_len < cwin) in tipc_link_update_cwin()1137 if (cwin <= l->ssthresh) { in tipc_link_update_cwin()1138 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin()1142 if (l->cong_acks < cwin) in tipc_link_update_cwin()1144 l->window = min_t(u16, ++cwin, l->max_win); in tipc_link_update_cwin()1157 u16 cwin = l->window; in tipc_link_advance_backlog() local1160 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()