Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 3 of 3) sorted by relevance

/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c171 struct svc_rdma_chunk_ctxt *cc) in svc_rdma_cc_init() argument
173 svc_rdma_cc_cid_init(rdma, &cc->cc_cid); in svc_rdma_cc_init()
174 cc->cc_rdma = rdma; in svc_rdma_cc_init()
176 INIT_LIST_HEAD(&cc->cc_rwctxts); in svc_rdma_cc_init()
177 cc->cc_sqecount = 0; in svc_rdma_cc_init()
185 static void svc_rdma_cc_release(struct svc_rdma_chunk_ctxt *cc, in svc_rdma_cc_release() argument
188 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_cc_release()
194 while ((ctxt = svc_rdma_next_ctxt(&cc->cc_rwctxts)) != NULL) { in svc_rdma_cc_release()
264 struct svc_rdma_chunk_ctxt *cc = in svc_rdma_write_done() local
266 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_write_done()
[all …]
/net/iucv/
Diucv.c289 int cc; in __iucv_call_b2f0() local
297 : [cc] "=&d" (cc), "+m" (*parm) in __iucv_call_b2f0()
301 return cc; in __iucv_call_b2f0()
323 int cc; in __iucv_query_maxconn() local
332 : [cc] "=&d" (cc), [reg1] "+&d" (reg1) in __iucv_query_maxconn()
336 return cc; in __iucv_query_maxconn()
/net/ipv4/
Dinet_diag.c818 static int valid_cc(const void *bc, int len, int cc) in valid_cc() argument
823 if (cc > len) in valid_cc()
825 if (cc == len) in valid_cc()