Home
last modified time | relevance | path

Searched refs:splits (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_ldm.c62 * splits. This effectively resets the hash state. This is used when skipping
89 * Registers in the splits array all the split points found in the first
91 * either all the data has been processed or LDM_BATCH_SIZE splits are
92 * present in the splits array.
94 * Precondition: The splits array must not be full.
98 size_t* splits, unsigned* numSplits) in ZSTD_ldm_gear_feed()
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[ in ZSTD_ldm_fillHashTable()
96 ZSTD_ldm_gear_feed(ldmRollingHashState_t* state, BYTE const* data, size_t size, size_t* splits, unsigned* numSplits) ZSTD_ldm_gear_feed() argument
348 size_t* const splits = ldmState->splitIndices; ZSTD_ldm_generateSequences_internal() local
[all...]
H A Dzstd_compress.c3482 /* Helper function to perform the recursive search for block splits.
3491 * Furthermore, the number of splits is capped by ZSTD_MAX_NB_BLOCK_SPLITS. At ZSTD_MAX_NB_BLOCK_SPLITS == 196 with the current existing blockSize
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()
3532 * Returns the number of splits mad
3535 seqStoreSplits splits = {partitions, 0}; ZSTD_deriveBlockSplits() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c569 int steps, struct scatterlist ***splits, in sec_map_and_split_sg()
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()
622 kfree(splits[i]); in sec_unmap_sg_on_err()
624 kfree(splits); in sec_unmap_sg_on_err()
568 sec_map_and_split_sg(struct scatterlist *sgl, size_t *split_sizes, int steps, struct scatterlist ***splits, int **splits_nents, int sgl_len_in, struct device *dev, gfp_t gfp) sec_map_and_split_sg() argument
615 sec_unmap_sg_on_err(struct scatterlist *sgl, int steps, struct scatterlist **splits, int *splits_nents, int sgl_len_in, struct device *dev) sec_unmap_sg_on_err() argument
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c569 int steps, struct scatterlist ***splits, in sec_map_and_split_sg()
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()
622 kfree(splits[i]); in sec_unmap_sg_on_err()
624 kfree(splits); in sec_unmap_sg_on_err()
568 sec_map_and_split_sg(struct scatterlist *sgl, size_t *split_sizes, int steps, struct scatterlist ***splits, int **splits_nents, int sgl_len_in, struct device *dev, gfp_t gfp) sec_map_and_split_sg() argument
615 sec_unmap_sg_on_err(struct scatterlist *sgl, int steps, struct scatterlist **splits, int *splits_nents, int sgl_len_in, struct device *dev) sec_unmap_sg_on_err() argument
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfotg210.h482 /* for full speed OUT splits */
513 __hc32 splits; member
H A Dehci.h452 /* for full speed OUT splits */
483 __hc32 splits; member
H A Dehci-sched.c857 /* "normal" case, uframing flexible except with splits */ in qh_schedule()
1107 /* stream->splits gets created from cs_mask later */ in iso_stream_init()
1319 if (!stream->splits) { /* High speed */ in reserve_release_iso_bandwidth()
1444 stream->splits = cpu_to_hc32(ehci, stream->ps.cs_mask); in sitd_slot_ok()
2010 /* OUT uses multiple start-splits */ in sitd_sched_init()
2103 sitd->hw_uframe = stream->splits; in sitd_patch()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h480 /* for full speed OUT splits */
511 __hc32 splits; member
/kernel/linux/linux-5.10/fs/ceph/
H A Dinode.c217 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag()
246 * branches/splits are included in i_fragtree)
348 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
366 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()
373 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
374 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
H A Dmds_client.c122 sizeof(*info->in->fragtree.splits) * in parse_reply_info_in()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci.h455 /* for full speed OUT splits */
486 __hc32 splits; member
H A Dehci-sched.c864 /* "normal" case, uframing flexible except with splits */ in qh_schedule()
1114 /* stream->splits gets created from cs_mask later */ in iso_stream_init()
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()
2021 /* OUT uses multiple start-splits */ in sitd_sched_init()
2114 sitd->hw_uframe = stream->splits; in sitd_patch()
/kernel/linux/linux-6.6/fs/ceph/
H A Dinode.c339 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag()
368 * branches/splits are included in i_fragtree)
470 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
488 sort(fragtree->splits, nsplits, sizeof(fragtree->splits[0]), in ceph_fill_fragtree()
495 id = le32_to_cpu(fragtree->splits[i].frag); in ceph_fill_fragtree()
496 split_by = le32_to_cpu(fragtree->splits[i].by); in ceph_fill_fragtree()
H A Dmds_client.c124 sizeof(*info->in->fragtree.splits) * in parse_reply_info_in()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dceph_fs.h487 __le32 frag; /* this frag splits... */
493 struct ceph_frag_tree_split splits[]; member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dceph_fs.h554 __le32 frag; /* this frag splits... */
560 struct ceph_frag_tree_split splits[]; member

Completed in 46 milliseconds