Home
last modified time | relevance | path

Searched refs:Split (Results 1 – 19 of 19) sorted by relevance

/linux/rust/zerocopy/src/
H A Dsplit_at.rs98 unsafe fn split_at_unchecked(&self, l_len: usize) -> Split<&Self> { in split_at_unchecked()
100 unsafe { Split::<&Self>::new(self, l_len) } in split_at_unchecked()
160 fn split_at(&self, l_len: usize) -> Option<Split<&Self>> { in split_at()
166 unsafe { Split::new(self, l_len.get()) } in split_at()
183 unsafe fn split_at_mut_unchecked(&mut self, l_len: usize) -> Split<&mut Self> { in split_at_mut_unchecked()
185 unsafe { Split::<&mut Self>::new(self, l_len) } in split_at_mut_unchecked()
240 fn split_at_mut(&mut self, l_len: usize) -> Option<Split<&mut Self>> { in split_at_mut()
246 unsafe { Split::new(self, l_len.get()) } in split_at_mut()
278 pub struct Split<T> { struct
290 impl<T> Split<T> { argument
[all …]
H A Dlib.rs400 split_at::{Split, SplitAt},
/linux/drivers/leds/
H A DTODO25 * Split drivers into subdirectories
30 microcode. Split the drivers somehow.
/linux/Documentation/admin-guide/device-mapper/
H A Dlinear.rst38 # Split a device into 4M chunks and then join them together in reverse order.
/linux/arch/arm64/boot/dts/renesas/
H A Dulcb-audio-graph-card2-mix+split.dtsi3 * Device Tree for ULCB + Audio Graph Card2 (MIX + TDM Split)
H A Dulcb-kf-simple-audio-card-mix+split.dtsi3 * Device Tree for ULCB + Kingfisher + Simple Audio Card (MIX + TDM Split)
H A Dulcb-kf-audio-graph-card-mix+split.dtsi3 * Device Tree for ULCB + Kingfisher + Audio Graph Card (MIX + TDM Split)
H A Dulcb-kf-audio-graph-card2-mix+split.dtsi3 * Device Tree for ULCB + Kingfisher + Audio Graph Card2 (MIX + TDM Split)
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.reg800 * Outstanding Split Transactions
885 * Data Channel Split Status 0
904 * CMC Split Status 0
921 * Overlay Split Status 0
938 * Data Channel Split Status 1
950 * CMC Split Status 1
960 * Overlay Split Status 1
1011 * Slave Split Out Address 0
1021 * Slave Split Out Address 1
1032 * Slave Split Out Address 2
[all …]
/linux/Documentation/admin-guide/media/
H A Domap3isp.rst35 Split to subdevs
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst307 chipset, you may experience the "133-Mhz Mode Split Completion Data
327 section 56, "133-MHz Mode Split Completion Data Corruption" for more
/linux/Documentation/admin-guide/hw-vuln/
H A Dmultihit.rst81 * - KVM: Mitigation: Split huge pages
/linux/arch/m68k/
H A DKconfig.cpu514 prompt "Split Cache Configuration"
530 Split the ColdFire CPU cache, and use half as an instruction cache
/linux/fs/affs/
H A DChanges246 - Split inode.c into 2 files, the superblock
/linux/Documentation/arch/powerpc/
H A Dqe_firmware.rst70 needs split I-RAM. Split I-RAM is only meaningful for SOCs that have
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst91 - Split Header (SPH)
/linux/Documentation/networking/devlink/
H A Dice.rst269 ice 0000:16:00.0: Status Split Quad 0 Quad 1
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx420 - Split DATA_IN and DATA_OUT scripts into 2 sub-scripts.
H A DChangeLog.lpfc1517 * Split ioctls out into separate files
1851 * Split large source files into smaller, better named ones.