Searched refs:cc (Results 1 – 3 of 3) sorted by relevance
171 struct svc_rdma_chunk_ctxt *cc) in svc_rdma_cc_init() argument173 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() argument188 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() local266 struct svcxprt_rdma *rdma = cc->cc_rdma; in svc_rdma_write_done()[all …]
289 int cc; in __iucv_call_b2f0() local297 : [cc] "=&d" (cc), "+m" (*parm) in __iucv_call_b2f0()301 return cc; in __iucv_call_b2f0()323 int cc; in __iucv_query_maxconn() local332 : [cc] "=&d" (cc), [reg1] "+&d" (reg1) in __iucv_query_maxconn()336 return cc; in __iucv_query_maxconn()
818 static int valid_cc(const void *bc, int len, int cc) in valid_cc() argument823 if (cc > len) in valid_cc()825 if (cc == len) in valid_cc()