Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dzdata.c75 if (!pcl) in z_erofs_alloc_pcluster()
78 return pcl; in z_erofs_alloc_pcluster()
234 struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages() local
246 for (; index < pcl->obj.index + pcl->pclusterpages; ++index, ++pages) { in preload_compressed_pages()
353 struct z_erofs_pcluster *const pcl = clt->pcl; in z_erofs_try_inplace_io() local
382 struct z_erofs_pcluster *pcl = clt->pcl; in z_erofs_try_to_claim_pcluster() local
413 struct z_erofs_pcluster *pcl = clt->pcl; in z_erofs_lookup_collection() local
418 if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) { in z_erofs_lookup_collection()
450 clt->tailpcl = pcl; in z_erofs_lookup_collection()
473 if (IS_ERR(pcl)) in z_erofs_register_collection()
[all …]
/linux/net/sunrpc/xprtrdma/
A 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()
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 …]
A Dsvc_rdma_rw.c853 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks() local
860 chunk = pcl_first_chunk(pcl); in svc_rdma_read_multiple_chunks()
866 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_multiple_chunks()
871 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_multiple_chunks()
1017 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk() local
1022 if (pcl_is_empty(pcl)) in svc_rdma_read_call_chunk()
1026 chunk = pcl_first_chunk(pcl); in svc_rdma_read_call_chunk()
1032 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_call_chunk()
1037 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_call_chunk()
/linux/include/linux/sunrpc/
A Dsvc_rdma_pcl.h38 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/drivers/firewire/
A Dnosy.c40 struct pcl { struct
71 struct pcl *rcv_start_pcl, *rcv_pcl; argument
514 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card()
516 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in remove_card()
568 sizeof(struct pcl), in add_card()
572 sizeof(struct pcl), in add_card()
674 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in add_card()
678 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl), in add_card()
/linux/arch/arc/kernel/
A Djump_label.c49 u32 pcl = pc & GENMASK(31, 2); in arc_gen_branch() local
50 u32 u_offset = target - pcl; in arc_gen_branch()
/linux/arch/x86/crypto/
A DMakefile72 crc32c-intel-$(CONFIG_64BIT) += crc32c-pcl-intel-asm_64.o
78 crct10dif-pclmul-y := crct10dif-pcl-asm_64.o crct10dif-pclmul_glue.o
/linux/drivers/video/fbdev/
A Datafb.c1104 unsigned long pcl = ULONG_MAX; in falcon_decode_var() local
1108 f25.t * i < pcl) { in falcon_decode_var()
1109 pcl = f25.t * i; in falcon_decode_var()
1113 f32.t * i < pcl) { in falcon_decode_var()
1114 pcl = f32.t * i; in falcon_decode_var()
1118 fext.t * i < pcl) { in falcon_decode_var()
1119 pcl = fext.t * i; in falcon_decode_var()
1125 plen = pcl / pclock->t; in falcon_decode_var()

Completed in 24 milliseconds