Searched refs:cong (Results 1 – 4 of 4) sorted by relevance
/net/rds/ |
D | Makefile | 3 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
/net/sunrpc/ |
D | xprt.c | 399 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/ |
D | transport.c | 433 xprt->cong = 0; in xprt_rdma_close()
|
/net/tipc/ |
D | socket.c | 949 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()
|