| /linux/rust/kernel/sync/atomic/ |
| H A D | ordering.rs | 47 pub struct Full; struct 59 Full, enumerator 69 impl Sealed for super::Full {} implementation 90 impl Ordering for Full { implementation 91 const TYPE: OrderingType = OrderingType::Full;
|
| H A D | predefine.rs | 220 assert_eq!(old, x.xchg(new, Full)); 232 assert_eq!(old, unsafe { xchg(ptr, new, Full) }); 245 assert_eq!(Err(old), x.cmpxchg(new, new, Full)); 259 assert_eq!(Err(old), unsafe { cmpxchg(ptr, new, new, Full) }); 272 assert_eq!(v, x.fetch_add(12, Full)); 294 assert_eq!(Ok(false), x.cmpxchg(false, true, Full)); 335 assert_eq!(Ok(true), flag.cmpxchg(true, false, Full));
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 24 pub use ordering::{Acquire, Full, Relaxed, Release}; 365 OrderingType::Full => T::Repr::atomic_xchg(&self.0, v), 393 /// use kernel::sync::atomic::{Atomic, Full, Relaxed}; 415 /// let latest = x.cmpxchg(42, 64, Full).unwrap_or_else(|old| old); in cmpxchg() 444 // let latest = x.cmpxchg(42, 64, Full).unwrap_or_else(|old| old); in cmpxchg() 484 OrderingType::Full => T::Repr::atomic_try_cmpxchg(&self.0, &mut tmp, new), 545 /// use kernel::sync::atomic::{Atomic, Acquire, Full, Relaxed}; in fetch_add() 554 /// assert_eq!(42, x.fetch_add(12, Full)); in fetch_add() 568 OrderingType::Full => T::Repr::atomic_fetch_add(&self.0, v), 587 /// use kernel::sync::atomic::{Atomic, Acquire, Full, Relaxe [all...] |
| /linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 81 Supported link modes: 100baseT/Full 82 1000baseT/Full 83 10000baseT/Full 84 2500baseT/Full 85 5000baseT/Full 89 Advertised link modes: 100baseT/Full 90 1000baseT/Full 91 10000baseT/Full 92 2500baseT/Full 93 5000baseT/Full [all …]
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | license-rules.rst | 193 Full license text 205 Full license text 245 Full license text 308 Full exception text 323 Full exception text
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | license-rules.rst | 194 Full license text 206 Full license text 246 Full license text 309 Full exception text 324 Full exception text
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cx231xx-cardlist.rst | 86 - Evromedia USB Full Hybrid Full HD
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | README | 32 fpsp.sa Full FP Kernel Module - hex image 33 fpsp.s Full FP Kernel Module - source code 34 fpsp.doc Full FP Kernel Module - on-line documentation
|
| /linux/Documentation/networking/device_drivers/ethernet/dec/ |
| H A D | dmfe.rst | 37 insmod dmfe mode=4 # Force 10M Full Duplex 38 insmod dmfe mode=5 # Force 100M Full Duplex
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6sx-udoo-neo-full.dts | 11 model = "UDOO Neo Full";
|
| H A D | imx6ull-phytec-segin-ff-rdk-emmc.dts | 15 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with eMMC";
|
| H A D | imx6ul-phytec-segin-ff-rdk-nand.dts | 16 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with NAND";
|
| H A D | imx6ul-phytec-segin-ff-rdk-emmc.dts | 15 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with eMMC";
|
| H A D | imx6ull-phytec-segin-ff-rdk-nand.dts | 16 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with NAND";
|
| /linux/Documentation/sphinx/ |
| H A D | kerneldoc-preamble.sty | 146 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC 147 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC 160 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in TC 161 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in TC
|
| /linux/arch/m68k/ |
| H A D | Kconfig.debug | 29 bool "Full Symbolic/Source Debugging support"
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | linear.rst | 11 Full pathname to the underlying block-device, or a
|
| H A D | dm-ebs.rst | 23 Full pathname to the underlying block-device,
|
| H A D | striped.rst | 18 Full pathname to the underlying block-device, or a
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000.rst | 370 Duplex Full Full Half Full Half 377 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full) 378 modprobe e1000 AutoNeg=0x03 (Restricts autonegotiation to 10 Half or 10 Full) 382 modprobe e1000 AutoNeg=0x020 (Restricts autonegotiation to 1000 Full)
|
| /linux/arch/arm64/boot/dts/tesla/ |
| H A D | fsd-evb.dts | 16 model = "Tesla Full Self-Driving (FSD) Evaluation board";
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | license-rules.rst | 236 Full license text 248 Full license text 293 Full license text 341 Full license text 416 Full exception text 431 Full exception text
|
| /linux/Documentation/process/ |
| H A D | license-rules.rst | 224 Full license text 236 Full license text 283 Full license text 332 Full license text 404 Full exception text 419 Full exception text
|
| /linux/Documentation/fb/ |
| H A D | cirrusfb.rst | 41 Full support for startup video modes (modedb) will be integrated soon.
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-formats.rst | 484 %pfwf \_SB.PCI0.CIO2.port@1.endpoint@0 - Full node name 491 %pfwf /ocp@68000000/i2c@48072000/camera@10/port/endpoint - Full name
|