Home
last modified time | relevance | path

Searched full:splits (Results 1 – 25 of 149) sorted by relevance

123456

/Linux-v5.15/tools/perf/pmu-events/arch/x86/bonnell/
Dmemory.json16 "BriefDescription": "Load splits"
24 "BriefDescription": "Store splits"
40 "BriefDescription": "Load splits (At Retirement)"
48 "BriefDescription": "Store splits (Ar Retirement)"
56 "BriefDescription": "ld-op-st splits"
/Linux-v5.15/drivers/video/fbdev/
Dbt431.h79 * The compiler splits the write in two bytes without these in bt431_select_reg()
95 * The compiler splits the write in two bytes without the in bt431_read_reg_inc()
107 * The compiler splits the write in two bytes without the in bt431_write_reg_inc()
132 * The compiler splits the write in two bytes without the in bt431_read_cmap_inc()
144 * The compiler splits the write in two bytes without the in bt431_write_cmap_inc()
/Linux-v5.15/drivers/net/ethernet/freescale/fman/
DKconfig20 splits.
23 The FMAN internal queue can overflow when FMAN splits single
/Linux-v5.15/kernel/trace/
Dtrace_preemptirq.c25 * and lockdep uses a staged approach which splits the lockdep hardirq
58 * and lockdep uses a staged approach which splits the lockdep hardirq
/Linux-v5.15/drivers/crypto/hisilicon/sec/
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-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dport_scale.sh4 # Test for physical ports resource. The test splits each splittable port
/Linux-v5.15/Documentation/vm/damon/
Ddesign.rst145 adaptively merges and splits each region based on their access frequency.
150 splits each region into two or three regions if the total number of regions
/Linux-v5.15/mm/kasan/
DMakefile19 # Function splitter causes unnecessary splits in __asan_load1/__asan_store1
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_refcount.h68 * per record. We must also leave space for btree splits on both ends
Dxfs_shared.h70 * btree splits and newroots) to allocate from sequential AGs. In order to
/Linux-v5.15/Documentation/gpu/
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-v5.15/Documentation/devicetree/bindings/memory-controllers/
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-v5.15/arch/microblaze/kernel/
Dmodule.c42 * Be careful! mb-gcc / mb-ld splits the relocs between the in apply_relocate_add()
/Linux-v5.15/Documentation/sound/soc/
Doverview.rst53 To achieve all this, ASoC basically splits an embedded audio system into
/Linux-v5.15/arch/sh/mm/
Dtlb-pteaex.c64 * While SH-X2 extended TLB mode splits out the memory-mapped I/UTLB
/Linux-v5.15/Documentation/riscv/
Dvm-layout.rst26 occur.": that splits the virtual address space into 2 halves separated by a very
/Linux-v5.15/drivers/staging/octeon-usb/
Docteon-hcd.c237 * transactions, especially when splits are concerned. This
356 * determine splits.
1124 /* Force start splits to be schedule on uFrame 0 */ in cvmx_usb_open_pipe()
1307 /* OUT Splits only have data on the start and not the complete */ in cvmx_usb_fill_tx_fifo()
1541 * Splits don't generate xfercompl, so we need in cvmx_usb_start_channel()
1635 * ISOCHRONOUS OUT splits are unique in that they limit in cvmx_usb_start_channel()
1762 * quickly, so we disable these entirely for splits in cvmx_usb_start_channel()
2437 * For setup OUT data that are splits, in cvmx_usb_transfer_control()
2488 * an ACK is during a split transaction. For splits we need to continue in cvmx_usb_transfer_bulk()
2547 * ISOCHRONOUS OUT splits don't require a complete split stage. in cvmx_usb_transfer_isoc()
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c107 /* Splits were handled before post action */ in mlx5e_tc_post_act_add()
/Linux-v5.15/drivers/staging/media/atomisp/
DTODO41 crashes. The atomisp splits the memory management on three separate
/Linux-v5.15/tools/perf/util/
Dcolor.c97 * This function splits the buffer by newlines and colors the lines individually.
/Linux-v5.15/lib/
Dsg_split.c137 * This function splits the input sg list into nb_splits sg lists, which are
/Linux-v5.15/Documentation/userspace-api/media/dvb/
Dintro.rst92 The demultiplexer splits the TS into its components like audio and
/Linux-v5.15/Documentation/networking/
Dsegmentation-offloads.rst165 padded and stored as chained skbs, and skb_segment() splits based on those.
/Linux-v5.15/Documentation/core-api/
Dpadata.rst161 finished. padata splits the job into units called chunks, where a chunk is a
/Linux-v5.15/fs/ceph/
Dinode.c229 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag()
258 * branches/splits are included in i_fragtree)
360 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()

123456