Searched refs:pcl (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/erofs/ |
| H A D | zdata.c | 263 if (!pcl) in z_erofs_alloc_pcluster() 510 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_bind_cache() local 661 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_attach_page() local 763 fe->head = fe->pcl = pcl; in z_erofs_register_pcluster() 787 if (!pcl || z_erofs_get_pcluster(pcl)) { in z_erofs_pcluster_begin() 788 DBG_BUGON(pcl && map->m_pa != pcl->pos); in z_erofs_pcluster_begin() 800 fe->pcl = pcl; in z_erofs_pcluster_begin() 932 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_pcluster_end() local 1176 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_out_bvecs() local 1201 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_in_bvecs() local [all …]
|
| /linux-6.15/include/linux/sunrpc/ |
| H A D | svc_rdma_pcl.h | 38 static inline void pcl_init(struct svc_rdma_pcl *pcl) in pcl_init() argument 40 INIT_LIST_HEAD(&pcl->cl_chunks); in pcl_init() 48 static inline bool pcl_is_empty(const struct svc_rdma_pcl *pcl) in pcl_is_empty() argument 50 return list_empty(&pcl->cl_chunks); in pcl_is_empty() 60 pcl_first_chunk(const struct svc_rdma_pcl *pcl) in pcl_first_chunk() argument 62 if (pcl_is_empty(pcl)) in pcl_first_chunk() 78 if (list_is_last(&chunk->ch_list, &pcl->cl_chunks)) in pcl_next_chunk() 88 #define pcl_for_each_chunk(pos, pcl) \ argument 90 &pos->ch_list != &(pcl)->cl_chunks; \ 117 extern void pcl_free(struct svc_rdma_pcl *pcl); [all …]
|
| /linux-6.15/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_pcl.c | 17 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() 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 …]
|
| H A D | svc_rdma_rw.c | 885 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks() local 891 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() local 1012 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()
|
| /linux-6.15/drivers/firewire/ |
| H A D | nosy.c | 40 struct pcl { struct 71 struct pcl *rcv_start_pcl, *rcv_pcl; argument 516 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card() 518 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card() 570 sizeof(struct pcl), in add_card() 574 sizeof(struct pcl), in add_card() 676 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in add_card() 680 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in add_card()
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | jump_label.c | 49 u32 pcl = pc & GENMASK(31, 2); in arc_gen_branch() local 50 u32 u_offset = target - pcl; in arc_gen_branch()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | atafb.c | 1093 unsigned long pcl = ULONG_MAX; in falcon_decode_var() local 1097 f25.t * i < pcl) { in falcon_decode_var() 1098 pcl = f25.t * i; in falcon_decode_var() 1102 f32.t * i < pcl) { in falcon_decode_var() 1103 pcl = f32.t * i; in falcon_decode_var() 1107 fext.t * i < pcl) { in falcon_decode_var() 1108 pcl = fext.t * i; in falcon_decode_var() 1114 plen = pcl / pclock->t; in falcon_decode_var()
|