/openbmc/linux/fs/erofs/ |
H A D | zdata.c | 111 static inline bool z_erofs_is_inline_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_is_inline_pcluster() argument 113 return !pcl->obj.index; in z_erofs_is_inline_pcluster() 116 static inline unsigned int z_erofs_pclusterpages(struct z_erofs_pcluster *pcl) in z_erofs_pclusterpages() argument 118 if (z_erofs_is_inline_pcluster(pcl)) in z_erofs_pclusterpages() 120 return pcl->pclusterpages; in z_erofs_pclusterpages() 307 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster() local 312 pcl = kmem_cache_zalloc(pcs->slab, GFP_NOFS); in z_erofs_alloc_pcluster() 313 if (!pcl) in z_erofs_alloc_pcluster() 315 pcl->pclusterpages = nrpages; in z_erofs_alloc_pcluster() 316 return pcl; in z_erofs_alloc_pcluster() 321 z_erofs_free_pcluster(struct z_erofs_pcluster * pcl) z_erofs_free_pcluster() argument 527 struct z_erofs_pcluster *pcl; global() member 561 struct z_erofs_pcluster *pcl = fe->pcl; z_erofs_bind_cache() local 627 struct z_erofs_pcluster *const pcl = erofs_try_to_free_all_cached_pages() local 659 struct z_erofs_pcluster *pcl = folio_get_private(folio); z_erofs_cache_release_folio() local 727 struct z_erofs_pcluster *const pcl = fe->pcl; z_erofs_try_inplace_io() local 762 struct z_erofs_pcluster *pcl = f->pcl; z_erofs_try_to_claim_pcluster() local 782 struct z_erofs_pcluster *pcl; z_erofs_register_pcluster() local 915 struct z_erofs_pcluster *const pcl = erofs_workgroup_free_rcu() local 923 struct z_erofs_pcluster *pcl = fe->pcl; z_erofs_pcluster_end() local 1090 struct z_erofs_pcluster *pcl; global() member 1174 struct z_erofs_pcluster *pcl = be->pcl; z_erofs_parse_out_bvecs() local 1200 struct z_erofs_pcluster *pcl = be->pcl; z_erofs_parse_in_bvecs() local 1243 struct z_erofs_pcluster *pcl = be->pcl; z_erofs_decompress_pcluster() local 1438 pickup_page_for_submission(struct z_erofs_pcluster * pcl,unsigned int nr,struct page ** pagepool,struct address_space * mc) pickup_page_for_submission() argument 1584 move_to_bypass_jobqueue(struct z_erofs_pcluster * pcl,z_erofs_next_pcluster_t qtail[],z_erofs_next_pcluster_t owned_head) move_to_bypass_jobqueue() argument 1656 struct z_erofs_pcluster *pcl; z_erofs_submit_queue() local [all...] |
/openbmc/linux/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() 64 return list_first_entry(&pcl->cl_chunks, struct svc_rdma_chunk, in pcl_first_chunk() 76 pcl_next_chunk(const struct svc_rdma_pcl *pcl, struct svc_rdma_chunk *chunk) in pcl_next_chunk() argument 78 if (list_is_last(&chunk->ch_list, &pcl->cl_chunks)) in pcl_next_chunk() 88 #define pcl_for_each_chunk(pos, pcl) \ argument [all …]
|
/openbmc/linux/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() 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 …]
|
H A D | svc_rdma_rw.c | 857 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks() local 864 chunk = pcl_first_chunk(pcl); in svc_rdma_read_multiple_chunks() 870 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_multiple_chunks() 875 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_multiple_chunks() 1021 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk() local 1026 if (pcl_is_empty(pcl)) in svc_rdma_read_call_chunk() 1030 chunk = pcl_first_chunk(pcl); in svc_rdma_read_call_chunk() 1036 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_call_chunk() 1041 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_call_chunk()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Makefile | 75 crc32c-intel-$(CONFIG_64BIT) += crc32c-pcl-intel-asm_64.o 81 crct10dif-pclmul-y := crct10dif-pcl-asm_64.o crct10dif-pclmul_glue.o
|
/openbmc/linux/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()
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 1421 0: /usr/share/mime/application/vnd.hp-pcl.xml
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 8383 -rw-r--r-- root root 2769 ./usr/share/mime/application/vnd.hp-pcl.xml
|
H A D | buildhistory_filelist1.txt | 8380 -rw-r--r-- root root 2769 ./usr/share/mime/application/vnd.hp-pcl.xml
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |