| /linux/lib/zstd/compress/ |
| H A D | zstd_ldm.c | 99 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 D | zstd_compress.c | 4111 ZSTD_deriveBlockSplitsHelper(seqStoreSplits* splits, size_t startIdx, size_t endIdx, in ZSTD_deriveBlockSplitsHelper() argument 4124 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper() 4141 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() [all …]
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 21 splits. 24 The FMAN internal queue can overflow when FMAN splits single
|
| /linux/drivers/crypto/hisilicon/sec/ |
| H 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/Documentation/gpu/ |
| H 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
|
| H A D | drm-mm.rst | 137 GEM splits creation of GEM objects and allocation of the memory that
|
| /linux/Documentation/sound/soc/ |
| H A D | overview.rst | 53 To achieve all this, ASoC basically splits an embedded audio system into
|
| /linux/Documentation/arch/riscv/ |
| H A D | vm-layout.rst | 26 occur.": that splits the virtual address space into 2 halves separated by a very
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 511 __hc32 splits; member
|
| /linux/fs/ceph/ |
| H A D | inode.c | 527 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree() 545 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree() 552 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree() 553 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
|
| H A D | mds_client.c | 126 sizeof(*info->in->fragtree.splits) * in parse_reply_info_in()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | nfsd-io-modes.rst | 145 The nfsd_write_direct trace event shows how NFSD splits a given
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | genetlink-legacy.rst | 138 The ``directional`` model splits the ID assignment by the direction of
|
| /linux/Documentation/core-api/ |
| H A D | padata.rst | 161 finished. padata splits the job into units called chunks, where a chunk is a
|
| /linux/include/linux/ceph/ |
| H A D | ceph_fs.h | 554 struct ceph_frag_tree_split splits[]; member
|
| /linux/drivers/usb/host/ |
| H A D | ehci-sched.c | 1324 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/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | mpc5200.txt | 172 The mpc5200 pic binding splits hardware IRQ numbers into two levels. The
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | btt.rst | 32 The BTT, however, splits the available space into chunks of up to 512 GiB,
|
| /linux/Documentation/admin-guide/mm/ |
| H 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/Documentation/admin-guide/ |
| H A D | perf-security.rst | 52 To perform security checks, the Linux implementation splits processes
|
| /linux/Documentation/mm/damon/ |
| H A D | design.rst | 229 adaptively merges and splits each region based on their access frequency. 240 aggregated access frequency of each region, it splits each region into two or
|
| /linux/Documentation/networking/ |
| H A D | j1939.rst | 94 - Internally, the stack splits the buffer into multiple 8-byte CAN frames.
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 297 - For a page that is part of a transparent hugepage, soft-offline splits the
|
| /linux/Documentation/filesystems/ |
| H A D | f2fs.rst | 561 F2FS splits the entire volume into six areas, and all the areas except superblock
|