Home
last modified time | relevance | path

Searched refs:pp_size (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Draid5-ppl.c45 * 24 | -W- | -W- | --- | | pp | pp_size = 3 * 4k
49 * total size of modified data and pp_size is the size of partial parity for
51 * (pp_size = 0), they only mark the stripes for which parity should be
141 unsigned int pp_size; /* total size current of partial parity */ member
279 if (io && (io->pp_size == log->entry_space || in ppl_log_stripe()
346 le32_add_cpu(&e->pp_size, PAGE_SIZE); in ppl_log_stripe()
347 io->pp_size += PAGE_SIZE; in ppl_log_stripe()
448 pr_debug("%s: seq: %llu entry: %d data_sector: %llu pp_size: %u data_size: %u\n", in ppl_submit_iounit()
450 le32_to_cpu(e->pp_size), le32_to_cpu(e->data_size)); in ppl_submit_iounit()
463 (PPL_HEADER_SIZE + io->pp_size) >> in ppl_submit_iounit()
811 unsigned int pp_size = le32_to_cpu(e->pp_size); ppl_recover_entry() local
989 u32 pp_size = le32_to_cpu(e->pp_size); ppl_recover() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid5-ppl.c45 * 24 | -W- | -W- | --- | | pp | pp_size = 3 * 4k
49 * total size of modified data and pp_size is the size of partial parity for
51 * (pp_size = 0), they only mark the stripes for which parity should be
141 unsigned int pp_size; /* total size current of partial parity */ member
280 if (io && (io->pp_size == log->entry_space || in ppl_log_stripe()
347 le32_add_cpu(&e->pp_size, PAGE_SIZE); in ppl_log_stripe()
348 io->pp_size += PAGE_SIZE; in ppl_log_stripe()
447 pr_debug("%s: seq: %llu entry: %d data_sector: %llu pp_size: %u data_size: %u\n", in ppl_submit_iounit()
449 le32_to_cpu(e->pp_size), le32_to_cpu(e->data_size)); in ppl_submit_iounit()
462 (PPL_HEADER_SIZE + io->pp_size) >> in ppl_submit_iounit()
801 unsigned int pp_size = le32_to_cpu(e->pp_size); ppl_recover_entry() local
984 u32 pp_size = le32_to_cpu(e->pp_size); ppl_recover() local
[all...]
/kernel/linux/linux-5.10/block/partitions/
H A Daix.c17 __be16 pp_size; /* log2(pp_size) */ member
28 __be16 pp_size; member
195 int pp_size_log2 = be16_to_cpu(p->pp_size); in aix_partition()
/kernel/linux/linux-6.6/block/partitions/
H A Daix.c17 __be16 pp_size; /* log2(pp_size) */ member
28 __be16 pp_size; member
179 int pp_size_log2 = be16_to_cpu(p->pp_size); in aix_partition()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dsysfs.c224 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in pp_mmio_len_show()
242 if (afu->pp_size) in mmio_size_show()
243 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in mmio_size_show()
H A Dpci.c860 afu->pp_size = AFUD_PPPSA_LEN(val) * 4096; in cxl_read_afu_descriptor()
894 (afu->native->pp_offset + afu->pp_size*afu->max_procs_virtualised)) { in cxl_afu_descriptor_looks_ok()
899 if (afu->pp_psa && (afu->pp_size < PAGE_SIZE)) in cxl_afu_descriptor_looks_ok()
900 dev_warn(&afu->dev, "AFU uses pp_size(%#016llx) < PAGE_SIZE per-process PSA!\n", afu->pp_size); in cxl_afu_descriptor_looks_ok()
H A Dguest.c596 ctx->afu->pp_size == 0) { in attach_afu_directed()
599 * pp_size. We only find out at the 1st attach. in attach_afu_directed()
602 * pp_size is really only used to display in /sys. in attach_afu_directed()
605 ctx->afu->pp_size = mmio_size; in attach_afu_directed()
H A Dnative.c542 if (!ctx->afu->pp_size || ctx->master) { in cxl_assign_psn_space()
547 (ctx->afu->native->pp_offset + ctx->afu->pp_size * ctx->pe); in cxl_assign_psn_space()
548 ctx->psn_size = ctx->afu->pp_size; in cxl_assign_psn_space()
H A Dcxl.h484 u64 pp_size; member
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dsysfs.c224 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in pp_mmio_len_show()
242 if (afu->pp_size) in mmio_size_show()
243 return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->pp_size); in mmio_size_show()
H A Dpci.c851 afu->pp_size = AFUD_PPPSA_LEN(val) * 4096; in cxl_read_afu_descriptor()
885 (afu->native->pp_offset + afu->pp_size*afu->max_procs_virtualised)) { in cxl_afu_descriptor_looks_ok()
890 if (afu->pp_psa && (afu->pp_size < PAGE_SIZE)) in cxl_afu_descriptor_looks_ok()
891 dev_warn(&afu->dev, "AFU uses pp_size(%#016llx) < PAGE_SIZE per-process PSA!\n", afu->pp_size); in cxl_afu_descriptor_looks_ok()
H A Dguest.c602 ctx->afu->pp_size == 0) { in attach_afu_directed()
605 * pp_size. We only find out at the 1st attach. in attach_afu_directed()
608 * pp_size is really only used to display in /sys. in attach_afu_directed()
611 ctx->afu->pp_size = mmio_size; in attach_afu_directed()
H A Dnative.c538 if (!ctx->afu->pp_size || ctx->master) { in cxl_assign_psn_space()
543 (ctx->afu->native->pp_offset + ctx->afu->pp_size * ctx->pe); in cxl_assign_psn_space()
544 ctx->psn_size = ctx->afu->pp_size; in cxl_assign_psn_space()
H A Dcxl.h486 u64 pp_size; member
/kernel/linux/linux-5.10/include/uapi/linux/raid/
H A Dmd_p.h409 __le32 pp_size; /* length of partial parity */ member
/kernel/linux/linux-6.6/include/uapi/linux/raid/
H A Dmd_p.h409 __le32 pp_size; /* length of partial parity */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/raid/
H A Dmd_p.h249 __le32 pp_size; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/raid/
H A Dmd_p.h230 __le32 pp_size; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/raid/
H A Dmd_p.h230 __le32 pp_size; member

Completed in 29 milliseconds