Home
last modified time | relevance | path

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

12

/linux/lib/zstd/compress/
A Dzstd_ldm.c71 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed() argument
84 splits[*numSplits] = n; \ in ZSTD_ldm_gear_feed()
249 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_fillHashTable() local
260 hashed = ZSTD_ldm_gear_feed(&hashState, ip, iend - ip, splits, &numSplits); in ZSTD_ldm_fillHashTable()
263 if (ip + splits[n] >= istart + minMatchLength) { in ZSTD_ldm_fillHashTable()
264 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_fillHashTable()
321 size_t* const splits = ldmState->splitIndices; in ZSTD_ldm_generateSequences_internal() local
336 splits, &numSplits); in ZSTD_ldm_generateSequences_internal()
347 splits, &numSplits); in ZSTD_ldm_generateSequences_internal()
350 BYTE const* const split = ip + splits[n] - minMatchLength; in ZSTD_ldm_generateSequences_internal()
/linux/drivers/net/ethernet/freescale/fman/
A DKconfig20 splits.
23 The FMAN internal queue can overflow when FMAN splits single
/linux/drivers/crypto/hisilicon/sec/
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/Documentation/riscv/
A Dvm-layout.rst26 occur.": that splits the virtual address space into 2 halves separated by a very
/linux/Documentation/devicetree/bindings/memory-controllers/
A Dst,stm32-fmc2-ebi.yaml119 description: CRAM page size. The controller splits the burst access
183 reaches 0, the controller splits the current access, toggles NE to
/linux/Documentation/vm/damon/
A Ddesign.rst152 adaptively merges and splits each region based on their access frequency.
157 splits each region into two or three regions if the total number of regions
/linux/Documentation/gpu/
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
A Ddrm-mm.rst137 GEM splits creation of GEM objects and allocation of the memory that
/linux/Documentation/sound/soc/
A Doverview.rst53 To achieve all this, ASoC basically splits an embedded audio system into
/linux/fs/ceph/
A Dinode.c360 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
378 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()
385 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
386 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
/linux/drivers/usb/host/
A Dfotg210.h510 __hc32 splits; member
A Dehci.h484 __hc32 splits; member
A Dehci-sched.c1325 if (!stream->splits) { /* High speed */ in reserve_release_iso_bandwidth()
1456 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask); in sitd_slot_ok()
2115 sitd->hw_uframe = stream->splits; in sitd_patch()
/linux/drivers/staging/media/atomisp/
A DTODO41 crashes. The atomisp splits the memory management on three separate
/linux/Documentation/userspace-api/media/dvb/
A Dintro.rst92 The demultiplexer splits the TS into its components like audio and
/linux/include/linux/ceph/
A Dceph_fs.h537 struct ceph_frag_tree_split splits[]; member
/linux/Documentation/core-api/
A Dpadata.rst161 finished. padata splits the job into units called chunks, where a chunk is a
/linux/Documentation/networking/
A Dsegmentation-offloads.rst165 padded and stored as chained skbs, and skb_segment() splits based on those.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dmpc5200.txt172 The mpc5200 pic binding splits hardware IRQ numbers into two levels. The
/linux/Documentation/driver-api/nvdimm/
A Dbtt.rst32 The BTT, however, splits the available space into chunks of up to 512 GiB,
/linux/Documentation/admin-guide/mm/
A Dnuma_memory_policy.rst112 previously mmap()ed region. When this happens, Linux splits
154 ranges of the shared object. However, Linux still splits the VMA of
/linux/Documentation/admin-guide/
A Dperf-security.rst52 To perform security checks, the Linux implementation splits processes
A Dbcache.rst582 duration: garbage collection, btree read, btree node sorts and btree splits.
/linux/Documentation/driver-api/
A Dvfio.rst466 The v2 IOMMU splits accounting and pinning into separate operations:
/linux/Documentation/process/
A Dmaintainer-tip.rst621 Please also refrain from introducing line splits in variable declarations::

Completed in 61 milliseconds

12