Home
last modified time | relevance | path

Searched refs:pcl (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/xprtrdma/
Dsvc_rdma_pcl.c17 void pcl_free(struct svc_rdma_pcl *pcl) in pcl_free() argument
19 while (!list_empty(&pcl->cl_chunks)) { in pcl_free()
22 chunk = pcl_first_chunk(pcl); in pcl_free()
44 pcl_lookup_position(struct svc_rdma_pcl *pcl, u32 position) in pcl_lookup_position() argument
48 pcl_for_each_chunk(pos, pcl) { in pcl_lookup_position()
55 static void pcl_insert_position(struct svc_rdma_pcl *pcl, in pcl_insert_position() argument
60 pcl_for_each_chunk(pos, pcl) { in pcl_insert_position()
65 pcl->cl_count++; in pcl_insert_position()
104 struct svc_rdma_pcl *pcl = &rctxt->rc_call_pcl; in pcl_alloc_call() local
105 unsigned int i, segcount = pcl->cl_count; in pcl_alloc_call()
[all …]
Dsvc_rdma_rw.c831 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks() local
838 chunk = pcl_first_chunk(pcl); in svc_rdma_read_multiple_chunks()
844 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_multiple_chunks()
849 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_multiple_chunks()
995 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk() local
1000 if (pcl_is_empty(pcl)) in svc_rdma_read_call_chunk()
1004 chunk = pcl_first_chunk(pcl); in svc_rdma_read_call_chunk()
1010 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_call_chunk()
1015 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_call_chunk()