Searched refs:Split (Results 1 – 19 of 19) sorted by relevance
| /linux/rust/zerocopy/src/ |
| H A D | split_at.rs | 98 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 D | lib.rs | 400 split_at::{Split, SplitAt},
|
| /linux/drivers/leds/ |
| H A D | TODO | 25 * Split drivers into subdirectories 30 microcode. Split the drivers somehow.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | linear.rst | 38 # Split a device into 4M chunks and then join them together in reverse order.
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | ulcb-audio-graph-card2-mix+split.dtsi | 3 * Device Tree for ULCB + Audio Graph Card2 (MIX + TDM Split)
|
| H A D | ulcb-kf-simple-audio-card-mix+split.dtsi | 3 * Device Tree for ULCB + Kingfisher + Simple Audio Card (MIX + TDM Split)
|
| H A D | ulcb-kf-audio-graph-card-mix+split.dtsi | 3 * Device Tree for ULCB + Kingfisher + Audio Graph Card (MIX + TDM Split)
|
| H A D | ulcb-kf-audio-graph-card2-mix+split.dtsi | 3 * Device Tree for ULCB + Kingfisher + Audio Graph Card2 (MIX + TDM Split)
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 800 * 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 D | omap3isp.rst | 35 Split to subdevs
|
| /linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
| H A D | cxgb.rst | 307 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 D | multihit.rst | 81 * - KVM: Mitigation: Split huge pages
|
| /linux/arch/m68k/ |
| H A D | Kconfig.cpu | 514 prompt "Split Cache Configuration" 530 Split the ColdFire CPU cache, and use half as an instruction cache
|
| /linux/fs/affs/ |
| H A D | Changes | 246 - Split inode.c into 2 files, the superblock
|
| /linux/Documentation/arch/powerpc/ |
| H A D | qe_firmware.rst | 70 needs split I-RAM. Split I-RAM is only meaningful for SOCs that have
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 91 - Split Header (SPH)
|
| /linux/Documentation/networking/devlink/ |
| H A D | ice.rst | 269 ice 0000:16:00.0: Status Split Quad 0 Quad 1
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.ncr53c8xx | 420 - Split DATA_IN and DATA_OUT scripts into 2 sub-scripts.
|
| H A D | ChangeLog.lpfc | 1517 * Split ioctls out into separate files 1851 * Split large source files into smaller, better named ones.
|