/linux-6.3-rc2/lib/zstd/compress/ |
A D | zstd_ldm.c | 98 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed() argument 111 splits[*numSplits] = n; \ in ZSTD_ldm_gear_feed() 276 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_fillHashTable() local 287 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits); in ZSTD_ldm_fillHashTable() 290 if (ip + splits[n] >= istart + minMatchLength) { in ZSTD_ldm_fillHashTable() 291 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_fillHashTable() 348 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_generateSequences_internal() local 366 splits, &numSplits); in ZSTD_ldm_generateSequences_internal() 369 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_generateSequences_internal()
|
A D | zstd_compress.c | 3495 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument 3506 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper() 3523 ZSTD_deriveBlockSplitsHelper(splits, startIdx, midIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper() 3524 splits->splitLocations[splits->idx] = (U32)midIdx; in ZSTD_deriveBlockSplitsHelper() 3525 splits->idx++; in ZSTD_deriveBlockSplitsHelper() 3526 ZSTD_deriveBlockSplitsHelper(splits, midIdx, endIdx, zc, origSeqStore); in ZSTD_deriveBlockSplitsHelper() 3535 seqStoreSplits splits = {partitions, 0}; in ZSTD_deriveBlockSplits() local 3541 ZSTD_deriveBlockSplitsHelper(&splits, 0, nbSeq, zc, &zc->seqStore); in ZSTD_deriveBlockSplits() 3542 splits.splitLocations[splits.idx] = nbSeq; in ZSTD_deriveBlockSplits() 3543 DEBUGLOG(5, "ZSTD_deriveBlockSplits: final nb partitions: %zu", splits.idx+1); in ZSTD_deriveBlockSplits() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/fman/ |
A D | Kconfig | 21 splits. 24 The FMAN internal queue can overflow when FMAN splits single
|
/linux-6.3-rc2/drivers/crypto/hisilicon/sec/ |
A D | sec_algs.c | 569 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.3-rc2/Documentation/devicetree/bindings/arm/ |
A D | arm,coresight-static-replicator.yaml | 23 The Coresight replicator splits a single trace stream into two trace streams
|
A D | arm,coresight-dynamic-replicator.yaml | 23 The Coresight replicator splits a single trace stream into two trace streams
|
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/ |
A D | st,stm32-fmc2-ebi-props.yaml | 77 description: CRAM page size. The controller splits the burst access 141 reaches 0, the controller splits the current access, toggles NE to
|
/linux-6.3-rc2/Documentation/mm/damon/ |
A D | design.rst | 153 adaptively merges and splits each region based on their access frequency. 158 splits each region into two or three regions if the total number of regions
|
/linux-6.3-rc2/Documentation/gpu/ |
A D | komeda-kms.rst | 66 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.3-rc2/Documentation/sound/soc/ |
A D | overview.rst | 53 To achieve all this, ASoC basically splits an embedded audio system into
|
/linux-6.3-rc2/Documentation/riscv/ |
A D | vm-layout.rst | 26 occur.": that splits the virtual address space into 2 halves separated by a very
|
/linux-6.3-rc2/drivers/usb/fotg210/ |
A D | fotg210-hcd.h | 511 __hc32 splits; member
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | genetlink-legacy.rst | 117 The ``directional`` model splits the ID assignment by the direction of
|
/linux-6.3-rc2/fs/ceph/ |
A D | inode.c | 366 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree() 384 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree() 391 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree() 392 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ehci.h | 485 __hc32 splits; member
|
A D | ehci-sched.c | 1323 if (!stream->splits) { /* High speed */ in reserve_release_iso_bandwidth() 1454 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask); in sitd_slot_ok() 2113 sitd->hw_uframe = stream->splits; in sitd_patch()
|
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/ |
A D | intro.rst | 92 The demultiplexer splits the TS into its components like audio and
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | ceph_fs.h | 538 struct ceph_frag_tree_split splits[]; member
|
/linux-6.3-rc2/drivers/staging/media/atomisp/ |
A D | TODO | 120 cause crashes and/or memory leaks. The atomisp splits the memory
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | padata.rst | 161 finished. padata splits the job into units called chunks, where a chunk is a
|
/linux-6.3-rc2/Documentation/networking/ |
A D | segmentation-offloads.rst | 165 padded and stored as chained skbs, and skb_segment() splits based on those.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/fsl/ |
A D | mpc5200.txt | 172 The mpc5200 pic binding splits hardware IRQ numbers into two levels. The
|
/linux-6.3-rc2/Documentation/driver-api/nvdimm/ |
A D | btt.rst | 32 The BTT, however, splits the available space into chunks of up to 512 GiB,
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | numa_memory_policy.rst | 110 previously mmap()ed region. When this happens, Linux splits 152 ranges of the shared object. However, Linux still splits the VMA of
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | perf-security.rst | 52 To perform security checks, the Linux implementation splits processes
|