Searched refs:pcl (Results 1 – 2 of 2) sorted by relevance
17 void pcl_free(struct svc_rdma_pcl *pcl) in pcl_free() argument19 while (!list_empty(&pcl->cl_chunks)) { in pcl_free()22 chunk = pcl_first_chunk(pcl); in pcl_free()48 pcl_for_each_chunk(pos, pcl) { in pcl_lookup_position()60 pcl_for_each_chunk(pos, pcl) { in pcl_insert_position()65 pcl->cl_count++; in pcl_insert_position()107 pcl->cl_count = 0; in pcl_alloc_call()119 if (pcl_is_empty(pcl)) { in pcl_alloc_call()123 pcl_insert_position(pcl, chunk); in pcl_alloc_call()161 pcl->cl_count = 0; in pcl_alloc_read()[all …]
885 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks() local891 chunk = pcl_first_chunk(pcl); in svc_rdma_read_multiple_chunks()897 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_multiple_chunks()902 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_multiple_chunks()1007 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk() local1012 if (pcl_is_empty(pcl)) in svc_rdma_read_call_chunk()1016 chunk = pcl_first_chunk(pcl); in svc_rdma_read_call_chunk()1023 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_call_chunk()1028 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_call_chunk()
Completed in 7 milliseconds