Home
last modified time | relevance | path

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

/Linux-v5.4/fs/erofs/
Dzdata.c59 struct z_erofs_pcluster *pcl = ptr; in z_erofs_pcluster_init_once() local
60 struct z_erofs_collection *cl = z_erofs_primarycollection(pcl); in z_erofs_pcluster_init_once()
67 pcl->compressed_pages[i] = NULL; in z_erofs_pcluster_init_once()
70 static void z_erofs_pcluster_init_always(struct z_erofs_pcluster *pcl) in z_erofs_pcluster_init_always() argument
72 struct z_erofs_collection *cl = z_erofs_primarycollection(pcl); in z_erofs_pcluster_init_always()
74 atomic_set(&pcl->obj.refcount, 1); in z_erofs_pcluster_init_always()
134 struct z_erofs_pcluster *pcl, *tailpcl; member
169 const struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages() local
170 const unsigned int clusterpages = BIT(pcl->clusterbits); in preload_compressed_pages()
172 pgoff_t index = pcl->obj.index + (pages - pcl->compressed_pages); in preload_compressed_pages()
[all …]
/Linux-v5.4/drivers/firewire/
Dnosy.c40 struct pcl { struct
71 struct pcl *rcv_start_pcl, *rcv_pcl; argument
509 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
511 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in remove_card()
563 sizeof(struct pcl), &lynx->rcv_start_pcl_bus); in add_card()
565 sizeof(struct pcl), &lynx->rcv_pcl_bus); in add_card()
665 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
668 pci_free_consistent(lynx->pci_device, sizeof(struct pcl), in add_card()
/Linux-v5.4/arch/x86/crypto/
DMakefile110 crc32c-intel-$(CONFIG_64BIT) += crc32c-pcl-intel-asm_64.o
117 crct10dif-pclmul-y := crct10dif-pcl-asm_64.o crct10dif-pclmul_glue.o
/Linux-v5.4/drivers/video/fbdev/
Datafb.c1113 unsigned long pcl = ULONG_MAX; in falcon_decode_var() local
1117 f25.t * i < pcl) { in falcon_decode_var()
1118 pcl = f25.t * i; in falcon_decode_var()
1122 f32.t * i < pcl) { in falcon_decode_var()
1123 pcl = f32.t * i; in falcon_decode_var()
1127 fext.t * i < pcl) { in falcon_decode_var()
1128 pcl = fext.t * i; in falcon_decode_var()
1134 plen = pcl / pclock->t; in falcon_decode_var()