Home
last modified time | relevance | path

Searched refs:splits (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.15/fs/bcachefs/
H A Dchecksum.c330 } splits[3] = { in bch2_rechecksum_bio() local
345 for (i = splits; i < splits + ARRAY_SIZE(splits); i++) { in bch2_rechecksum_bio()
356 for (i = splits; i < splits + ARRAY_SIZE(splits); i++) in bch2_rechecksum_bio()
381 for (i = splits; i < splits + ARRAY_SIZE(splits); i++) { in bch2_rechecksum_bio()
/linux-6.15/lib/zstd/compress/
H A Dzstd_ldm.c99 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed() argument
112 splits[*numSplits] = n; \ in ZSTD_ldm_gear_feed()
296 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_fillHashTable() local
307 hashed = ZSTD_ldm_gear_feed(&hashState, ip, (size_t)(iend - ip), splits, &numSplits); in ZSTD_ldm_fillHashTable()
310 if (ip + splits[n] >= istart + minMatchLength) { in ZSTD_ldm_fillHashTable()
311 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_fillHashTable()
370 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_generateSequences_internal() local
388 splits, &numSplits); in ZSTD_ldm_generateSequences_internal()
391 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_generateSequences_internal()
H A Dzstd_compress.c4141 ZSTD_deriveBlockSplitsHelper(splits, startIdx, midIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper()
4142 splits->splitLocations[splits->idx] = (U32)midIdx; in ZSTD_deriveBlockSplitsHelper()
4143 splits->idx++; in ZSTD_deriveBlockSplitsHelper()
4144 ZSTD_deriveBlockSplitsHelper(splits, midIdx, endIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper()
4155 seqStoreSplits splits; in ZSTD_deriveBlockSplits() local
4156 splits.splitLocations = partitions; in ZSTD_deriveBlockSplits()
4157 splits.idx = 0; in ZSTD_deriveBlockSplits()
4163 ZSTD_deriveBlockSplitsHelper(&splits, 0, nbSeq, zc, &zc->seqStore); in ZSTD_deriveBlockSplits()
4164 splits.splitLocations[splits.idx] = nbSeq; in ZSTD_deriveBlockSplits()
4165 DEBUGLOG(5, "ZSTD_deriveBlockSplits: final nb partitions: %zu", splits.idx+1); in ZSTD_deriveBlockSplits()
[all …]
/linux-6.15/drivers/net/ethernet/freescale/fman/
H A DKconfig21 splits.
24 The FMAN internal queue can overflow when FMAN splits single
/linux-6.15/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c569 int steps, struct scatterlist ***splits, in sec_map_and_split_sg() argument
580 *splits = kcalloc(steps, sizeof(struct scatterlist *), gfp); in sec_map_and_split_sg()
581 if (!*splits) { in sec_map_and_split_sg()
593 *splits, *splits_nents, gfp); in sec_map_and_split_sg()
604 kfree(*splits); in sec_map_and_split_sg()
616 struct scatterlist **splits, int *splits_nents, in sec_unmap_sg_on_err() argument
622 kfree(splits[i]); in sec_unmap_sg_on_err()
624 kfree(splits); in sec_unmap_sg_on_err()
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml77 description: CRAM page size. The controller splits the burst access
141 reaches 0, the controller splits the current access, toggles NE to
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Darm,coresight-static-replicator.yaml23 The Coresight replicator splits a single trace stream into two trace streams
H A Darm,coresight-dynamic-replicator.yaml23 The Coresight replicator splits a single trace stream into two trace streams
/linux-6.15/Documentation/gpu/
H A Dkomeda-kms.rst66 introduces Layer Split, which splits the whole image to two half parts and feeds
73 Similar to Layer Split, but Splitter is used for writeback, which splits the
384 Layer_Split is quite complicated feature, which splits a big image into two
/linux-6.15/Documentation/sound/soc/
H A Doverview.rst53 To achieve all this, ASoC basically splits an embedded audio system into
/linux-6.15/Documentation/arch/riscv/
H A Dvm-layout.rst26 occur.": that splits the virtual address space into 2 halves separated by a very
/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-hcd.h511 __hc32 splits; member
/linux-6.15/drivers/usb/host/
H A Dehci.h492 __hc32 splits; member
H A Dehci-sched.c1324 if (!stream->splits) { /* High speed */ in reserve_release_iso_bandwidth()
1455 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask); in sitd_slot_ok()
2114 sitd->hw_uframe = stream->splits; in sitd_patch()
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dintro.rst92 The demultiplexer splits the TS into its components like audio and
/linux-6.15/fs/ceph/
H A Dinode.c481 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
499 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()
506 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
507 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
/linux-6.15/Documentation/networking/
H A Dmulti-pf-netdev.rst24 splits the PCIe lanes between two cards or by bifurcating a PCIe slot for a single card. This
H A Dsegmentation-offloads.rst165 padded and stored as chained skbs, and skb_segment() splits based on those.
/linux-6.15/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst138 The ``directional`` model splits the ID assignment by the direction of
/linux-6.15/include/linux/ceph/
H A Dceph_fs.h554 struct ceph_frag_tree_split splits[]; member
/linux-6.15/Documentation/core-api/
H A Dpadata.rst161 finished. padata splits the job into units called chunks, where a chunk is a
H A Dxarray.rst496 iteratively splits the entry containing the index non-uniformly.
499 8 xa_node. xas_try_split() splits the order-9 entry into
/linux-6.15/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmpc5200.txt172 The mpc5200 pic binding splits hardware IRQ numbers into two levels. The
/linux-6.15/Documentation/driver-api/nvdimm/
H A Dbtt.rst32 The BTT, however, splits the available space into chunks of up to 512 GiB,
/linux-6.15/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst110 previously mmap()ed region. When this happens, Linux splits
152 ranges of the shared object. However, Linux still splits the VMA of

12