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.c399 req->rq_task->tk_pid, xprt->cong, xprt->cwnd); in __xprt_get_cong()
405 xprt->cong += RPC_CWNDSCALE; in __xprt_get_cong()
419 xprt->cong -= RPC_CWNDSCALE; in __xprt_put_cong()
500 if (result >= 0 && cwnd <= xprt->cong) { in xprt_adjust_cwnd()
513 xprt->cong, xprt->cwnd, cwnd); in xprt_adjust_cwnd()
/net/sunrpc/xprtrdma/
Dtransport.c433 xprt->cong = 0; in xprt_rdma_close()
/net/tipc/
Dsocket.c949 bool cong; in tipc_send_group_anycast() local
968 cong = tipc_group_cong(tsk->group, node, port, blks, in tipc_send_group_anycast()
970 if (!cong) in tipc_send_group_anycast()
982 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast()