Home
last modified time | relevance | path

Searched refs:cong (Results 1 – 4 of 4) sorted by relevance

/net/rds/
DMakefile3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
/net/sunrpc/
Dxprt.c442 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()
456 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()
538 if (result >= 0 && cwnd <= xprt->cong) { in xprt_adjust_cwnd()
551 xprt->cong, xprt->cwnd, cwnd); in xprt_adjust_cwnd()
/net/tipc/
Dsocket.c996 bool cong; in tipc_send_group_anycast() local
1015 cong = tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_anycast()
1017 if (!cong) in tipc_send_group_anycast()
1029 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast()
/net/sunrpc/xprtrdma/
Drpc_rdma.c1032 xprt->cong = 0; in rpcrdma_reset_cwnd()